summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2009-04-07 17:13:26 +0000
committerminskim <minskim@pkgsrc.org>2009-04-07 17:13:26 +0000
commit9af1640e70a097db7597b6c1ad30c760ae4219d1 (patch)
tree1c28ad5f3b1b7b5701aba85e198dd0f0f5b602f4 /devel
parentb5658bd578527e62f1e0c0caeb0a8310534fa346 (diff)
downloadpkgsrc-9af1640e70a097db7597b6c1ad30c760ae4219d1.tar.gz
Update rails packages to 2.3.1.
Changes since 2.1.1: * Allow metal to live in plugins #2045 [Matthew Rudy] * Added metal [Josh Peek] * Remove script/performance/request in favour of the performance integration tests. [Pratik Naik] * Add a rake task to apply a template to an existing application : rake rails:template LOCATION=~/template.rb [Pratik Naik] * Add "-m/--template" option to Rails generator to apply a template to the generated application. [Jeremy McAnally] * Extracted the process scripts (inspector, reaper, spawner) into the plugin irs_process_scripts [David Heinemeier Hansson] * Changed Rails.root to return a Pathname object * Added view path support for engines [David Heinemeier Hansson] * Added that config/routes.rb files in engine plugins are automatically loaded (and reloaded when they change in dev mode) [David Heinemeier Hansson] * Added app/[models|controllers|helpers] to the load path for plugins that has an app directory (go engines ;)) [David Heinemeier Hansson] * Add config.preload_frameworks to load all frameworks at startup. Default to false so Rails autoloads itself as it's used. Turn this on for Passenger and JRuby. Also turned on by config.threadsafe! [Jeremy Kemper] * Add a rake task to generate dispatchers : rake rails:generate_dispatchers [Pratik Naik] * "rails <app>" will not generate public/dispatch.cgi/fcgi/rb files by default now. Please use "--with-dispatchers" option if you need them. [Yaroslav Markin, Pratik Naik] * Added rake rails:update:application_controller to renamed application.rb to application_controller.rb -- included in rake rails:update so upgrading to 2.3 will automatically trigger it #1439 [kastner] * Added Rails.backtrace_cleaner as an accessor for the Rails::BacktraceCleaner instance used by the framework to cut down on backtrace noise and config/initializers/backtrace_silencers.rb to add your own (or turn them all off) [David Heinemeier Hansson] * Switch from Test::Unit::TestCase to ActiveSupport::TestCase. [Jeremy Kemper] * Added config.i18n settings gatherer to config/environment, auto-loading of all locales in config/locales/*.rb,yml, and config/locales/en.yml as a sample locale [David Heinemeier Hansson] * BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb and removed all the special casing that was in place to support the former. You must do this rename in your own application when you upgrade to this version [David Heinemeier Hansson] * Fixed plugin generator so that generated unit tests would subclass ActiveSupport::TestCase, also introduced a helper script to reduce the needed require statements #1137 [Mathias Meyer] * Update Prototype to 1.6.0.3 [sam] * Fixed that sqlite would report "db/development.sqlite3 already exists" whether true or not on db:create #614 [Antonio Cangiano] * Added config.threadsafe! to toggle allow concurrency settings and disable the dependency loader [Josh Peek] * Turn cache_classes on by default [Josh Peek] * Added configurable eager load paths. Defaults to app/models, app/controllers, and app/helpers [Josh Peek] * Introduce simple internationalization support. [Ruby i18n team] * Make script/plugin install <plugin> -r <revision> option work with git based plugins. #257. [Tim Pope Jakub Kuźma]. Example: * Added Rails.initialized? flag [Josh Peek] * Make rake test:uncommitted work with Git. [Tim Pope] * Added Thin support to script/server. #488 [Bob Klosinski] * Fix script/about in production mode. #370 [Cheah Chu Yeow, Xavier Noria, David Krmpotic] * Add the gem load paths before the framework is loaded, so certain gems like RedCloth and BlueCloth can be frozen. * Fix discrepancies with loading rails/init.rb from gems. * Plugins check for the gem init path (rails/init.rb) before the standard plugin init path (init.rb) [Jacek Becela] * Changed all generated tests to use the test/do declaration style [David Heinemeier Hansson] * Wrapped Rails.env in StringInquirer so you can do Rails.env.development? [David Heinemeier Hansson] * Fixed that RailsInfoController wasn't considering all requests local in development mode (Edgard Castro) [#310 state:resolved]
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-activesupport/Makefile4
-rw-r--r--devel/ruby-activesupport/PLIST372
-rw-r--r--devel/ruby-activesupport/distinfo8
3 files changed, 213 insertions, 171 deletions
diff --git a/devel/ruby-activesupport/Makefile b/devel/ruby-activesupport/Makefile
index 93aebef18ca..56f0647ea8a 100644
--- a/devel/ruby-activesupport/Makefile
+++ b/devel/ruby-activesupport/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2008/09/15 05:31:53 minskim Exp $
+# $NetBSD: Makefile,v 1.18 2009/04/07 17:13:26 minskim Exp $
-DISTNAME= activesupport-2.1.1
+DISTNAME= activesupport-2.3.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel
diff --git a/devel/ruby-activesupport/PLIST b/devel/ruby-activesupport/PLIST
index e071278dd79..7e6bb27a53a 100644
--- a/devel/ruby-activesupport/PLIST
+++ b/devel/ruby-activesupport/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.12 2008/09/15 05:31:53 minskim Exp $
+@comment $NetBSD: PLIST,v 1.13 2009/04/07 17:13:26 minskim Exp $
${GEM_HOME}/cache/activesupport-${PKGVERSION}.gem
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/README
${GEM_LIBDIR}/lib/active_support.rb
+${GEM_LIBDIR}/lib/active_support/backtrace_cleaner.rb
${GEM_LIBDIR}/lib/active_support/base64.rb
${GEM_LIBDIR}/lib/active_support/basic_object.rb
${GEM_LIBDIR}/lib/active_support/buffered_logger.rb
@@ -12,8 +13,9 @@ ${GEM_LIBDIR}/lib/active_support/cache/drb_store.rb
${GEM_LIBDIR}/lib/active_support/cache/file_store.rb
${GEM_LIBDIR}/lib/active_support/cache/mem_cache_store.rb
${GEM_LIBDIR}/lib/active_support/cache/memory_store.rb
+${GEM_LIBDIR}/lib/active_support/cache/strategy/local_cache.rb
+${GEM_LIBDIR}/lib/active_support/cache/synchronized_memory_store.rb
${GEM_LIBDIR}/lib/active_support/callbacks.rb
-${GEM_LIBDIR}/lib/active_support/clean_logger.rb
${GEM_LIBDIR}/lib/active_support/core_ext.rb
${GEM_LIBDIR}/lib/active_support/core_ext/array.rb
${GEM_LIBDIR}/lib/active_support/core_ext/array/access.rb
@@ -21,6 +23,7 @@ ${GEM_LIBDIR}/lib/active_support/core_ext/array/conversions.rb
${GEM_LIBDIR}/lib/active_support/core_ext/array/extract_options.rb
${GEM_LIBDIR}/lib/active_support/core_ext/array/grouping.rb
${GEM_LIBDIR}/lib/active_support/core_ext/array/random_access.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/array/wrapper.rb
${GEM_LIBDIR}/lib/active_support/core_ext/base64.rb
${GEM_LIBDIR}/lib/active_support/core_ext/base64/encoding.rb
${GEM_LIBDIR}/lib/active_support/core_ext/benchmark.rb
@@ -45,10 +48,13 @@ ${GEM_LIBDIR}/lib/active_support/core_ext/duplicable.rb
${GEM_LIBDIR}/lib/active_support/core_ext/enumerable.rb
${GEM_LIBDIR}/lib/active_support/core_ext/exception.rb
${GEM_LIBDIR}/lib/active_support/core_ext/file.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/file/atomic.rb
${GEM_LIBDIR}/lib/active_support/core_ext/float.rb
${GEM_LIBDIR}/lib/active_support/core_ext/float/rounding.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/float/time.rb
${GEM_LIBDIR}/lib/active_support/core_ext/hash.rb
${GEM_LIBDIR}/lib/active_support/core_ext/hash/conversions.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/hash/deep_merge.rb
${GEM_LIBDIR}/lib/active_support/core_ext/hash/diff.rb
${GEM_LIBDIR}/lib/active_support/core_ext/hash/except.rb
${GEM_LIBDIR}/lib/active_support/core_ext/hash/indifferent_access.rb
@@ -58,6 +64,7 @@ ${GEM_LIBDIR}/lib/active_support/core_ext/hash/slice.rb
${GEM_LIBDIR}/lib/active_support/core_ext/integer.rb
${GEM_LIBDIR}/lib/active_support/core_ext/integer/even_odd.rb
${GEM_LIBDIR}/lib/active_support/core_ext/integer/inflections.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/integer/time.rb
${GEM_LIBDIR}/lib/active_support/core_ext/kernel.rb
${GEM_LIBDIR}/lib/active_support/core_ext/kernel/agnostics.rb
${GEM_LIBDIR}/lib/active_support/core_ext/kernel/daemonizing.rb
@@ -76,6 +83,7 @@ ${GEM_LIBDIR}/lib/active_support/core_ext/module/inclusion.rb
${GEM_LIBDIR}/lib/active_support/core_ext/module/introspection.rb
${GEM_LIBDIR}/lib/active_support/core_ext/module/loading.rb
${GEM_LIBDIR}/lib/active_support/core_ext/module/model_naming.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/module/synchronization.rb
${GEM_LIBDIR}/lib/active_support/core_ext/name_error.rb
${GEM_LIBDIR}/lib/active_support/core_ext/numeric.rb
${GEM_LIBDIR}/lib/active_support/core_ext/numeric/bytes.rb
@@ -85,6 +93,7 @@ ${GEM_LIBDIR}/lib/active_support/core_ext/object.rb
${GEM_LIBDIR}/lib/active_support/core_ext/object/conversions.rb
${GEM_LIBDIR}/lib/active_support/core_ext/object/extending.rb
${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/pathname.rb
${GEM_LIBDIR}/lib/active_support/core_ext/pathname/clean_within.rb
@@ -99,21 +108,22 @@ ${GEM_LIBDIR}/lib/active_support/core_ext/range/overlaps.rb
${GEM_LIBDIR}/lib/active_support/core_ext/rexml.rb
${GEM_LIBDIR}/lib/active_support/core_ext/string.rb
${GEM_LIBDIR}/lib/active_support/core_ext/string/access.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/string/behavior.rb
${GEM_LIBDIR}/lib/active_support/core_ext/string/conversions.rb
${GEM_LIBDIR}/lib/active_support/core_ext/string/filters.rb
${GEM_LIBDIR}/lib/active_support/core_ext/string/inflections.rb
${GEM_LIBDIR}/lib/active_support/core_ext/string/iterators.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/string/multibyte.rb
${GEM_LIBDIR}/lib/active_support/core_ext/string/starts_ends_with.rb
-${GEM_LIBDIR}/lib/active_support/core_ext/string/unicode.rb
${GEM_LIBDIR}/lib/active_support/core_ext/string/xchar.rb
${GEM_LIBDIR}/lib/active_support/core_ext/symbol.rb
-${GEM_LIBDIR}/lib/active_support/core_ext/test.rb
-${GEM_LIBDIR}/lib/active_support/core_ext/test/unit/assertions.rb
${GEM_LIBDIR}/lib/active_support/core_ext/time.rb
${GEM_LIBDIR}/lib/active_support/core_ext/time/behavior.rb
${GEM_LIBDIR}/lib/active_support/core_ext/time/calculations.rb
${GEM_LIBDIR}/lib/active_support/core_ext/time/conversions.rb
${GEM_LIBDIR}/lib/active_support/core_ext/time/zones.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/try.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/uri.rb
${GEM_LIBDIR}/lib/active_support/dependencies.rb
${GEM_LIBDIR}/lib/active_support/deprecation.rb
${GEM_LIBDIR}/lib/active_support/duration.rb
@@ -137,18 +147,26 @@ ${GEM_LIBDIR}/lib/active_support/json/encoders/time.rb
${GEM_LIBDIR}/lib/active_support/json/encoders/true_class.rb
${GEM_LIBDIR}/lib/active_support/json/encoding.rb
${GEM_LIBDIR}/lib/active_support/json/variable.rb
+${GEM_LIBDIR}/lib/active_support/locale/en.yml
+${GEM_LIBDIR}/lib/active_support/memoizable.rb
+${GEM_LIBDIR}/lib/active_support/message_encryptor.rb
+${GEM_LIBDIR}/lib/active_support/message_verifier.rb
${GEM_LIBDIR}/lib/active_support/multibyte.rb
${GEM_LIBDIR}/lib/active_support/multibyte/chars.rb
-${GEM_LIBDIR}/lib/active_support/multibyte/generators/generate_tables.rb
-${GEM_LIBDIR}/lib/active_support/multibyte/handlers/passthru_handler.rb
-${GEM_LIBDIR}/lib/active_support/multibyte/handlers/utf8_handler.rb
-${GEM_LIBDIR}/lib/active_support/multibyte/handlers/utf8_handler_proc.rb
+${GEM_LIBDIR}/lib/active_support/multibyte/exceptions.rb
+${GEM_LIBDIR}/lib/active_support/multibyte/unicode_database.rb
${GEM_LIBDIR}/lib/active_support/option_merger.rb
${GEM_LIBDIR}/lib/active_support/ordered_hash.rb
${GEM_LIBDIR}/lib/active_support/ordered_options.rb
+${GEM_LIBDIR}/lib/active_support/rescuable.rb
+${GEM_LIBDIR}/lib/active_support/secure_random.rb
${GEM_LIBDIR}/lib/active_support/string_inquirer.rb
${GEM_LIBDIR}/lib/active_support/test_case.rb
+${GEM_LIBDIR}/lib/active_support/testing/assertions.rb
+${GEM_LIBDIR}/lib/active_support/testing/declarative.rb
${GEM_LIBDIR}/lib/active_support/testing/default.rb
+${GEM_LIBDIR}/lib/active_support/testing/deprecation.rb
+${GEM_LIBDIR}/lib/active_support/testing/performance.rb
${GEM_LIBDIR}/lib/active_support/testing/setup_and_teardown.rb
${GEM_LIBDIR}/lib/active_support/time_with_zone.rb
${GEM_LIBDIR}/lib/active_support/values/time_zone.rb
@@ -162,175 +180,197 @@ ${GEM_LIBDIR}/lib/active_support/vendor/builder-2.1.2/builder/xchar.rb
${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/memcache-client-1.5.0/memcache.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/data_timezone.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/data_timezone_info.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Africa/Algiers.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Africa/Cairo.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Africa/Casablanca.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Africa/Harare.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Africa/Johannesburg.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Africa/Monrovia.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Africa/Nairobi.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Argentina/Buenos_Aires.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Argentina/San_Juan.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Bogota.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Caracas.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Chicago.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Chihuahua.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Denver.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Godthab.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Guatemala.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Halifax.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Indiana/Indianapolis.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Juneau.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/La_Paz.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Lima.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Los_Angeles.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Mazatlan.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Mexico_City.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Monterrey.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/New_York.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Phoenix.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Regina.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Santiago.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/St_Johns.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Tijuana.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Almaty.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Baghdad.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Baku.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Bangkok.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Chongqing.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Dhaka.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Hong_Kong.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Irkutsk.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Jakarta.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Jerusalem.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Kabul.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Kamchatka.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Karachi.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Katmandu.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Kolkata.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Krasnoyarsk.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Kuala_Lumpur.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Kuwait.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Magadan.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Muscat.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Novosibirsk.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Rangoon.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Riyadh.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Seoul.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Shanghai.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Singapore.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Taipei.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Tashkent.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Tbilisi.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Tehran.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Tokyo.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Ulaanbaatar.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Urumqi.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Vladivostok.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Yakutsk.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Yekaterinburg.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia/Yerevan.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Atlantic/Azores.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Atlantic/Cape_Verde.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Atlantic/South_Georgia.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Australia/Adelaide.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Australia/Brisbane.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Australia/Darwin.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Australia/Hobart.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Australia/Melbourne.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Australia/Perth.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Australia/Sydney.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Etc/UTC.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Amsterdam.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Athens.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Belgrade.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Berlin.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Bratislava.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Brussels.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Bucharest.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Budapest.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Copenhagen.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Dublin.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Helsinki.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Istanbul.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Kiev.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Lisbon.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Ljubljana.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/London.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Madrid.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Minsk.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Moscow.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Paris.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Prague.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Riga.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Rome.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Sarajevo.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Skopje.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Sofia.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Stockholm.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Tallinn.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Vienna.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Vilnius.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Warsaw.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe/Zagreb.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Auckland.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Fiji.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Guam.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Honolulu.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Majuro.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Midway.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Noumea.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Pago_Pago.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Port_Moresby.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific/Tongatapu.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/info_timezone.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/linked_timezone.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/linked_timezone_info.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/offset_rationals.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/time_or_datetime.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/timezone.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/timezone_definition.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/timezone_info.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/timezone_offset_info.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/timezone_period.rb
-${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/timezone_transition_info.rb
-${GEM_LIBDIR}/lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.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/memcache-client-1.6.5/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
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/data_timezone_info.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Algiers.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Cairo.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Casablanca.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Harare.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Johannesburg.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Monrovia.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Nairobi.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Argentina/Buenos_Aires.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Argentina/San_Juan.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Bogota.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Caracas.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Chicago.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Chihuahua.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Denver.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Godthab.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Guatemala.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Halifax.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Indiana/Indianapolis.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Juneau.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/La_Paz.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Lima.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Los_Angeles.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Mazatlan.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Mexico_City.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Monterrey.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/New_York.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Phoenix.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Regina.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Santiago.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Sao_Paulo.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/St_Johns.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Tijuana.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Almaty.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Baghdad.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Baku.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Bangkok.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Chongqing.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Colombo.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Dhaka.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Hong_Kong.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Irkutsk.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Jakarta.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Jerusalem.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kabul.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kamchatka.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Karachi.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Katmandu.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kolkata.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Krasnoyarsk.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kuala_Lumpur.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kuwait.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Magadan.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Muscat.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Novosibirsk.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Rangoon.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Riyadh.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Seoul.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Shanghai.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Singapore.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Taipei.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tashkent.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tbilisi.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tehran.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tokyo.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Ulaanbaatar.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Urumqi.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Vladivostok.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Yakutsk.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Yekaterinburg.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Yerevan.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Atlantic/Azores.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Atlantic/Cape_Verde.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Atlantic/South_Georgia.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Adelaide.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Brisbane.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Darwin.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Hobart.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Melbourne.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Perth.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Sydney.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Etc/UTC.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Amsterdam.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Athens.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Belgrade.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Berlin.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Bratislava.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Brussels.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Bucharest.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Budapest.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Copenhagen.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Dublin.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Helsinki.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Istanbul.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Kiev.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Lisbon.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Ljubljana.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/London.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Madrid.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Minsk.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Moscow.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Paris.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Prague.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Riga.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Rome.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Sarajevo.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Skopje.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Sofia.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Stockholm.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Tallinn.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Vienna.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Vilnius.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Warsaw.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Zagreb.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Auckland.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Fiji.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Guam.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Honolulu.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Majuro.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Midway.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Noumea.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Pago_Pago.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Port_Moresby.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Tongatapu.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/info_timezone.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/linked_timezone.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/linked_timezone_info.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/offset_rationals.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/ruby_core_support.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/time_or_datetime.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_definition.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_info.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_offset_info.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb
+${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_transition_info.rb
${GEM_LIBDIR}/lib/active_support/version.rb
${GEM_LIBDIR}/lib/active_support/whiny_nil.rb
+${GEM_LIBDIR}/lib/active_support/xml_mini.rb
+${GEM_LIBDIR}/lib/active_support/xml_mini/libxml.rb
+${GEM_LIBDIR}/lib/active_support/xml_mini/nokogiri.rb
+${GEM_LIBDIR}/lib/active_support/xml_mini/rexml.rb
${GEM_LIBDIR}/lib/activesupport.rb
${GEM_HOME}/specifications/activesupport-${PKGVERSION}.gemspec
-@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/xml-simple-1.0.11
-@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Pacific
-@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Europe
-@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Etc
-@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Australia
-@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Atlantic
-@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Asia
-@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Indiana
-@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America/Argentina
-@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/America
-@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions/Africa
-@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo/definitions
-@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9/tzinfo
-@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.9
-@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/memcache-client-1.5.0
+@dirrm ${GEM_LIBDIR}/lib/active_support/xml_mini
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Etc
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Atlantic
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Indiana
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Argentina
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/tzinfo-0.3.12
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/memcache-client-1.6.5
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/test/locale
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/test
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/lib/i18n/backend
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/lib/i18n
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3/lib
+@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/i18n-0.1.3
@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/builder-2.1.2/builder
@dirrm ${GEM_LIBDIR}/lib/active_support/vendor/builder-2.1.2
@dirrm ${GEM_LIBDIR}/lib/active_support/vendor
@dirrm ${GEM_LIBDIR}/lib/active_support/values
@dirrm ${GEM_LIBDIR}/lib/active_support/testing
-@dirrm ${GEM_LIBDIR}/lib/active_support/multibyte/handlers
-@dirrm ${GEM_LIBDIR}/lib/active_support/multibyte/generators
@dirrm ${GEM_LIBDIR}/lib/active_support/multibyte
+@dirrm ${GEM_LIBDIR}/lib/active_support/locale
@dirrm ${GEM_LIBDIR}/lib/active_support/json/encoders
@dirrm ${GEM_LIBDIR}/lib/active_support/json
@dirrm ${GEM_LIBDIR}/lib/active_support/core_ext/time
-@dirrm ${GEM_LIBDIR}/lib/active_support/core_ext/test/unit
-@dirrm ${GEM_LIBDIR}/lib/active_support/core_ext/test
@dirrm ${GEM_LIBDIR}/lib/active_support/core_ext/string
@dirrm ${GEM_LIBDIR}/lib/active_support/core_ext/range
@dirrm ${GEM_LIBDIR}/lib/active_support/core_ext/process
@@ -342,6 +382,7 @@ ${GEM_HOME}/specifications/activesupport-${PKGVERSION}.gemspec
@dirrm ${GEM_LIBDIR}/lib/active_support/core_ext/integer
@dirrm ${GEM_LIBDIR}/lib/active_support/core_ext/hash
@dirrm ${GEM_LIBDIR}/lib/active_support/core_ext/float
+@dirrm ${GEM_LIBDIR}/lib/active_support/core_ext/file
@dirrm ${GEM_LIBDIR}/lib/active_support/core_ext/date_time
@dirrm ${GEM_LIBDIR}/lib/active_support/core_ext/date
@dirrm ${GEM_LIBDIR}/lib/active_support/core_ext/class
@@ -350,6 +391,7 @@ ${GEM_HOME}/specifications/activesupport-${PKGVERSION}.gemspec
@dirrm ${GEM_LIBDIR}/lib/active_support/core_ext/base64
@dirrm ${GEM_LIBDIR}/lib/active_support/core_ext/array
@dirrm ${GEM_LIBDIR}/lib/active_support/core_ext
+@dirrm ${GEM_LIBDIR}/lib/active_support/cache/strategy
@dirrm ${GEM_LIBDIR}/lib/active_support/cache
@dirrm ${GEM_LIBDIR}/lib/active_support
@dirrm ${GEM_LIBDIR}/lib
diff --git a/devel/ruby-activesupport/distinfo b/devel/ruby-activesupport/distinfo
index 043ebf2a885..8e741776028 100644
--- a/devel/ruby-activesupport/distinfo
+++ b/devel/ruby-activesupport/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2008/09/15 05:31:53 minskim Exp $
+$NetBSD: distinfo,v 1.15 2009/04/07 17:13:26 minskim Exp $
-SHA1 (activesupport-2.1.1.gem) = ed13e7f216f260c4b0726b979d5b71b34ec0fe8f
-RMD160 (activesupport-2.1.1.gem) = adbd266fe51123fbfa562c629ffa90fb370c1cf8
-Size (activesupport-2.1.1.gem) = 360448 bytes
+SHA1 (activesupport-2.3.2.gem) = 1bba004ec8917a95c2d330c5c715ff8516352c95
+RMD160 (activesupport-2.3.2.gem) = 4c378987b876bcea8ef1daecdd75dc19c1eb64ef
+Size (activesupport-2.3.2.gem) = 404992 bytes