pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/43425: [devel/ruby-activesupport]Update to 2.3.8



>Number:         43425
>Category:       pkg
>Synopsis:       [devel/ruby-activesupport]Update to 2.3.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jun 06 14:35:00 +0000 2010
>Originator:     Wen Heping
>Release:        NetBSD-5.0.2
>Organization:
Private
>Environment:
NetBSD nb502.wenjing.com 5.0.2 NetBSD 5.0.2 (GENERIC) #0: Sat Feb  6 17:53:27 
UTC 2010  
builds%b7.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-2-RELEASE/i386/201002061851Z-obj/home/builds/ab/netbsd-5-0-2-RELEASE/src/sys/arch/i386/compile/GENERIC
 i386
>Description:
*2.3.8 (May 24, 2010)*

* Version bump.


*2.3.7 (May 24, 2010)*

* HTML safety: fix compatibility with the optional rails_xss plugin.  [Nathan We
izenbaum, Santiago Pastorino]


*2.3.6 (May 23, 2010)*

* 1.9 compat: deprecated last_(month|year) in favor of prev_(month|year). [fxn]

* Deprecated Array#rand in favor of Array#random_element. [Santiago Pastorino, R
izwan Reza]

* Added Object#presence that returns the object if it's #present? otherwise retu
rns nil [DHH/Colin Kelley]

* New assertions assert_blank and assert_present.  #4299 [Juanjo Bazan]

* Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.  [Jere
my Kemper]

* JSON backend for YAJL. Preferred if available.  #2666 [Brian Lopez]

* Introduce String#html_safe for rails_xss plugin and forward-compatibility with
 Rails 3.  [Michael Koziarski, Santiago Pastorino, José Ignacio Costa]

* Time#- with a DateTime argument behaves the same as with a Time argument, i.e.
 returns the difference between self and arg as a Float #3476 [Geoff Buesing]

* YAML serialization for OrderedHash.  #3608 [Gregor Schmidt]

* Add Enumerable#exclude? to bring parity to Enumerable#include? and avoid if !x
.include?/else calls [DHH]


>How-To-Repeat:

>Fix:
--- Makefile.orig       2010-06-07 05:43:06.000000000 +0800
+++ Makefile    2010-06-07 05:43:30.000000000 +0800
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.20 2009/12/01 23:24:24 minskim Exp $

-DISTNAME=      activesupport-2.3.5
+DISTNAME=      activesupport-2.3.8
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel

--- distinfo.orig       2010-06-07 05:43:13.000000000 +0800
+++ distinfo    2010-06-07 05:44:07.000000000 +0800
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.17 2009/12/01 23:24:24 minskim Exp $

-SHA1 (activesupport-2.3.5.gem) = fb2673b4d093f1586cc1c8fbbaa7e822b185e6d1
-RMD160 (activesupport-2.3.5.gem) = 1b1da0c5cd19fd1390d18b8878bd716bf5d371a8
-Size (activesupport-2.3.5.gem) = 410624 bytes
+SHA1 (activesupport-2.3.8.gem) = 597b299099788378223d2a22d34e122dcb90b763
+RMD160 (activesupport-2.3.8.gem) = 789015a083106f782db3d0a15b73372a784dcaeb
+Size (activesupport-2.3.8.gem) = 425472 bytes
--- PLIST.orig  2010-06-07 05:43:21.000000000 +0800
+++ PLIST       2010-06-07 06:14:13.000000000 +0800
@@ -97,6 +97,7 @@
 ${GEM_LIBDIR}/lib/active_support/core_ext/object/instance_variables.rb
 ${GEM_LIBDIR}/lib/active_support/core_ext/object/metaclass.rb
 ${GEM_LIBDIR}/lib/active_support/core_ext/object/misc.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/object/singleton_class.rb
 ${GEM_LIBDIR}/lib/active_support/core_ext/pathname.rb
 ${GEM_LIBDIR}/lib/active_support/core_ext/pathname/clean_within.rb
 ${GEM_LIBDIR}/lib/active_support/core_ext/proc.rb
@@ -136,6 +137,7 @@
 ${GEM_LIBDIR}/lib/active_support/inflector.rb
 ${GEM_LIBDIR}/lib/active_support/json.rb
 ${GEM_LIBDIR}/lib/active_support/json/backends/jsongem.rb
+${GEM_LIBDIR}/lib/active_support/json/backends/yajl.rb
 ${GEM_LIBDIR}/lib/active_support/json/backends/yaml.rb
 ${GEM_LIBDIR}/lib/active_support/json/decoding.rb
 ${GEM_LIBDIR}/lib/active_support/json/encoders/date.rb
@@ -187,19 +189,42 @@
 ${GEM_LIBDIR}/lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb
 ${GEM_LIBDIR}/lib/active_support/vendor/builder-2.1.2/builder/xmlevents.rb
 ${GEM_LIBDIR}/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb
-${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/MIT-LICENSE
-${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/README.textile
-${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/Rakefile
-${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/i18n.gemspec
-${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/lib/i18n.rb
-${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/lib/i18n/backend/simple.rb
-${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/lib/i18n/exceptions.rb
-${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/test/all.rb
-${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/test/i18n_exceptions_test.rb
-${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/test/i18n_test.rb
-${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/test/locale/en.rb
-${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/test/locale/en.yml
-${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/test/simple_backend_test.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend/active_record/missing.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend/active_record/store_procs.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend/active_record/translation.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend/active_record.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend/base.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend/cache.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend/cascade.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend/chain.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend/cldr.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend/fallbacks.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend/fast.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend/gettext.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend/helpers.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend/interpolation_compiler.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend/links.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend/metadata.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend/pluralization.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend/simple.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/backend.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/core_ext/hash/except.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/core_ext/hash/slice.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/core_ext/object/meta_class.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/core_ext/string/interpolate.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/exceptions.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/gettext/po_parser.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/gettext.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/helpers/gettext.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/helpers.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/locale/fallbacks.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/locale/tag/parents.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/locale/tag/rfc4646.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/locale/tag/simple.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/locale/tag.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/locale.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n/version.rb
+${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.3.7/i18n.rb
 ${GEM_LIBDIR}/lib/active_support/vendor/memcache-client-1.7.4/memcache.rb
 ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo.rb
 ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/data_timezone.rb
@@ -344,7 +369,9 @@
 ${GEM_LIBDIR}/lib/active_support/xml_mini.rb
 ${GEM_LIBDIR}/lib/active_support/xml_mini/jdom.rb
 ${GEM_LIBDIR}/lib/active_support/xml_mini/libxml.rb
+${GEM_LIBDIR}/lib/active_support/xml_mini/libxmlsax.rb
 ${GEM_LIBDIR}/lib/active_support/xml_mini/nokogiri.rb
+${GEM_LIBDIR}/lib/active_support/xml_mini/nokogirisax.rb
 ${GEM_LIBDIR}/lib/active_support/xml_mini/rexml.rb
 ${GEM_LIBDIR}/lib/activesupport.rb
 ${GEM_HOME}/specifications/activesupport-${PKGVERSION}.gemspec



Home | Main Index | Thread Index | Old Index