pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-activesupport Update ruby-activesupport to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d895c1aed22c
branches:  trunk
changeset: 576326:d895c1aed22c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Jun 06 18:21:38 2010 +0000

description:
Update ruby-activesupport to 2.3.8.  Patch by Wen Heping in PR 43425.

Changes since 2.3.5:
* HTML safety: fix compatibility with the optional rails_xss plugin.
  [Nathan Weizenbaum, Santiago Pastorino]
* 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, Rizwan Reza]
* Added Object#presence that returns the object if it's #present?
  otherwise returns 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]

diffstat:

 devel/ruby-activesupport/Makefile |   4 +-
 devel/ruby-activesupport/PLIST    |  55 +++++++++++++++++++++++++++++---------
 devel/ruby-activesupport/distinfo |   8 ++--
 3 files changed, 47 insertions(+), 20 deletions(-)

diffs (116 lines):

diff -r c7d531d30828 -r d895c1aed22c devel/ruby-activesupport/Makefile
--- a/devel/ruby-activesupport/Makefile Sun Jun 06 17:41:34 2010 +0000
+++ b/devel/ruby-activesupport/Makefile Sun Jun 06 18:21:38 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2009/12/01 23:24:24 minskim Exp $
+# $NetBSD: Makefile,v 1.21 2010/06/06 18:21:38 minskim Exp $
 
-DISTNAME=      activesupport-2.3.5
+DISTNAME=      activesupport-2.3.8
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 
diff -r c7d531d30828 -r d895c1aed22c devel/ruby-activesupport/PLIST
--- a/devel/ruby-activesupport/PLIST    Sun Jun 06 17:41:34 2010 +0000
+++ b/devel/ruby-activesupport/PLIST    Sun Jun 06 18:21:38 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2009/12/01 23:24:24 minskim Exp $
+@comment $NetBSD: PLIST,v 1.17 2010/06/06 18:21:38 minskim Exp $
 ${GEM_HOME}/cache/activesupport-${PKGVERSION}.gem
 ${GEM_LIBDIR}/CHANGELOG
 ${GEM_LIBDIR}/README
@@ -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.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/backend/active_record.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/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/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.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/helpers.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/locale.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.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/version.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
diff -r c7d531d30828 -r d895c1aed22c devel/ruby-activesupport/distinfo
--- a/devel/ruby-activesupport/distinfo Sun Jun 06 17:41:34 2010 +0000
+++ b/devel/ruby-activesupport/distinfo Sun Jun 06 18:21:38 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2009/12/01 23:24:24 minskim Exp $
+$NetBSD: distinfo,v 1.18 2010/06/06 18:21:38 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



Home | Main Index | Thread Index | Old Index