diff options
-rw-r--r-- | databases/ruby-activerecord/Makefile | 6 | ||||
-rw-r--r-- | databases/ruby-activerecord/PLIST | 54 | ||||
-rw-r--r-- | databases/ruby-activerecord/distinfo | 8 | ||||
-rw-r--r-- | devel/ruby-activesupport/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-activesupport/PLIST | 372 | ||||
-rw-r--r-- | devel/ruby-activesupport/distinfo | 8 | ||||
-rw-r--r-- | mail/ruby-actionmailer/Makefile | 6 | ||||
-rw-r--r-- | mail/ruby-actionmailer/PLIST | 24 | ||||
-rw-r--r-- | mail/ruby-actionmailer/distinfo | 8 | ||||
-rw-r--r-- | www/rails/Makefile | 22 | ||||
-rw-r--r-- | www/rails/PLIST | 68 | ||||
-rw-r--r-- | www/rails/distinfo | 8 | ||||
-rw-r--r-- | www/ruby-actionpack/Makefile | 6 | ||||
-rw-r--r-- | www/ruby-actionpack/PLIST | 195 | ||||
-rw-r--r-- | www/ruby-actionpack/distinfo | 8 | ||||
-rw-r--r-- | www/ruby-activeresource/Makefile | 6 | ||||
-rw-r--r-- | www/ruby-activeresource/distinfo | 8 |
17 files changed, 531 insertions, 280 deletions
diff --git a/databases/ruby-activerecord/Makefile b/databases/ruby-activerecord/Makefile index f2c8ada849a..82dd7d520da 100644 --- a/databases/ruby-activerecord/Makefile +++ b/databases/ruby-activerecord/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2008/09/15 05:38:29 minskim Exp $ +# $NetBSD: Makefile,v 1.15 2009/04/07 17:13:26 minskim Exp $ -DISTNAME= activerecord-2.1.1 +DISTNAME= activerecord-2.3.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= databases @@ -8,7 +8,7 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://rubyforge.org/projects/activerecord/ COMMENT= Object-relation mapping put on rails -DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.1.1:../../devel/ruby-activesupport +DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.2:../../devel/ruby-activesupport .include "../../misc/rubygems/rubygem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/databases/ruby-activerecord/PLIST b/databases/ruby-activerecord/PLIST index 72719e163cd..8e2f243c8ac 100644 --- a/databases/ruby-activerecord/PLIST +++ b/databases/ruby-activerecord/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2008/09/15 05:38:29 minskim Exp $ +@comment $NetBSD: PLIST,v 1.14 2009/04/07 17:13:26 minskim Exp $ ${GEM_HOME}/cache/activerecord-${PKGVERSION}.gem ${GEM_LIBDIR}/CHANGELOG ${GEM_LIBDIR}/README @@ -20,9 +20,12 @@ ${GEM_LIBDIR}/lib/active_record/associations/has_many_through_association.rb ${GEM_LIBDIR}/lib/active_record/associations/has_one_association.rb ${GEM_LIBDIR}/lib/active_record/associations/has_one_through_association.rb ${GEM_LIBDIR}/lib/active_record/attribute_methods.rb +${GEM_LIBDIR}/lib/active_record/autosave_association.rb ${GEM_LIBDIR}/lib/active_record/base.rb +${GEM_LIBDIR}/lib/active_record/batches.rb ${GEM_LIBDIR}/lib/active_record/calculations.rb ${GEM_LIBDIR}/lib/active_record/callbacks.rb +${GEM_LIBDIR}/lib/active_record/connection_adapters/abstract/connection_pool.rb ${GEM_LIBDIR}/lib/active_record/connection_adapters/abstract/connection_specification.rb ${GEM_LIBDIR}/lib/active_record/connection_adapters/abstract/database_statements.rb ${GEM_LIBDIR}/lib/active_record/connection_adapters/abstract/query_cache.rb @@ -35,11 +38,16 @@ ${GEM_LIBDIR}/lib/active_record/connection_adapters/postgresql_adapter.rb ${GEM_LIBDIR}/lib/active_record/connection_adapters/sqlite3_adapter.rb ${GEM_LIBDIR}/lib/active_record/connection_adapters/sqlite_adapter.rb ${GEM_LIBDIR}/lib/active_record/dirty.rb +${GEM_LIBDIR}/lib/active_record/dynamic_finder_match.rb +${GEM_LIBDIR}/lib/active_record/dynamic_scope_match.rb ${GEM_LIBDIR}/lib/active_record/fixtures.rb +${GEM_LIBDIR}/lib/active_record/i18n_interpolation_deprecation.rb +${GEM_LIBDIR}/lib/active_record/locale/en.yml ${GEM_LIBDIR}/lib/active_record/locking/optimistic.rb ${GEM_LIBDIR}/lib/active_record/locking/pessimistic.rb ${GEM_LIBDIR}/lib/active_record/migration.rb ${GEM_LIBDIR}/lib/active_record/named_scope.rb +${GEM_LIBDIR}/lib/active_record/nested_attributes.rb ${GEM_LIBDIR}/lib/active_record/observer.rb ${GEM_LIBDIR}/lib/active_record/query_cache.rb ${GEM_LIBDIR}/lib/active_record/reflection.rb @@ -48,11 +56,11 @@ ${GEM_LIBDIR}/lib/active_record/schema_dumper.rb ${GEM_LIBDIR}/lib/active_record/serialization.rb ${GEM_LIBDIR}/lib/active_record/serializers/json_serializer.rb ${GEM_LIBDIR}/lib/active_record/serializers/xml_serializer.rb +${GEM_LIBDIR}/lib/active_record/session_store.rb ${GEM_LIBDIR}/lib/active_record/test_case.rb ${GEM_LIBDIR}/lib/active_record/timestamp.rb ${GEM_LIBDIR}/lib/active_record/transactions.rb ${GEM_LIBDIR}/lib/active_record/validations.rb -${GEM_LIBDIR}/lib/active_record/vendor/mysql.rb ${GEM_LIBDIR}/lib/active_record/version.rb ${GEM_LIBDIR}/lib/activerecord.rb ${GEM_LIBDIR}/test/assets/example.log @@ -61,7 +69,6 @@ ${GEM_LIBDIR}/test/cases/aaa_create_tables_test.rb ${GEM_LIBDIR}/test/cases/active_schema_test_mysql.rb ${GEM_LIBDIR}/test/cases/active_schema_test_postgresql.rb ${GEM_LIBDIR}/test/cases/adapter_test.rb -${GEM_LIBDIR}/test/cases/adapter_test_sqlserver.rb ${GEM_LIBDIR}/test/cases/aggregations_test.rb ${GEM_LIBDIR}/test/cases/ar_schema_test.rb ${GEM_LIBDIR}/test/cases/associations/belongs_to_associations_test.rb @@ -81,13 +88,17 @@ ${GEM_LIBDIR}/test/cases/associations/inner_join_association_test.rb ${GEM_LIBDIR}/test/cases/associations/join_model_test.rb ${GEM_LIBDIR}/test/cases/associations_test.rb ${GEM_LIBDIR}/test/cases/attribute_methods_test.rb +${GEM_LIBDIR}/test/cases/autosave_association_test.rb ${GEM_LIBDIR}/test/cases/base_test.rb +${GEM_LIBDIR}/test/cases/batches_test.rb ${GEM_LIBDIR}/test/cases/binary_test.rb ${GEM_LIBDIR}/test/cases/calculations_test.rb +${GEM_LIBDIR}/test/cases/callbacks_observers_test.rb ${GEM_LIBDIR}/test/cases/callbacks_test.rb ${GEM_LIBDIR}/test/cases/class_inheritable_attributes_test.rb ${GEM_LIBDIR}/test/cases/column_alias_test.rb ${GEM_LIBDIR}/test/cases/column_definition_test.rb +${GEM_LIBDIR}/test/cases/connection_pool_test.rb ${GEM_LIBDIR}/test/cases/connection_test_firebird.rb ${GEM_LIBDIR}/test/cases/connection_test_mysql.rb ${GEM_LIBDIR}/test/cases/copy_table_test_sqlite.rb @@ -102,6 +113,7 @@ ${GEM_LIBDIR}/test/cases/finder_respond_to_test.rb ${GEM_LIBDIR}/test/cases/finder_test.rb ${GEM_LIBDIR}/test/cases/fixtures_test.rb ${GEM_LIBDIR}/test/cases/helper.rb +${GEM_LIBDIR}/test/cases/i18n_test.rb ${GEM_LIBDIR}/test/cases/inheritance_test.rb ${GEM_LIBDIR}/test/cases/invalid_date_test.rb ${GEM_LIBDIR}/test/cases/json_serialization_test.rb @@ -114,23 +126,33 @@ ${GEM_LIBDIR}/test/cases/mixin_test.rb ${GEM_LIBDIR}/test/cases/modules_test.rb ${GEM_LIBDIR}/test/cases/multiple_db_test.rb ${GEM_LIBDIR}/test/cases/named_scope_test.rb +${GEM_LIBDIR}/test/cases/nested_attributes_test.rb ${GEM_LIBDIR}/test/cases/pk_test.rb +${GEM_LIBDIR}/test/cases/pooled_connections_test.rb ${GEM_LIBDIR}/test/cases/query_cache_test.rb ${GEM_LIBDIR}/test/cases/readonly_test.rb ${GEM_LIBDIR}/test/cases/reflection_test.rb +${GEM_LIBDIR}/test/cases/reload_models_test.rb +${GEM_LIBDIR}/test/cases/repair_helper.rb ${GEM_LIBDIR}/test/cases/reserved_word_test_mysql.rb +${GEM_LIBDIR}/test/cases/sanitize_test.rb ${GEM_LIBDIR}/test/cases/schema_authorization_test_postgresql.rb ${GEM_LIBDIR}/test/cases/schema_dumper_test.rb ${GEM_LIBDIR}/test/cases/schema_test_postgresql.rb ${GEM_LIBDIR}/test/cases/serialization_test.rb ${GEM_LIBDIR}/test/cases/synonym_test_oracle.rb -${GEM_LIBDIR}/test/cases/table_name_test_sqlserver.rb -${GEM_LIBDIR}/test/cases/threaded_connections_test.rb ${GEM_LIBDIR}/test/cases/transactions_test.rb ${GEM_LIBDIR}/test/cases/unconnected_test.rb +${GEM_LIBDIR}/test/cases/validations_i18n_test.rb ${GEM_LIBDIR}/test/cases/validations_test.rb ${GEM_LIBDIR}/test/cases/xml_serialization_test.rb ${GEM_LIBDIR}/test/config.rb +${GEM_LIBDIR}/test/connections/jdbc_jdbcderby/connection.rb +${GEM_LIBDIR}/test/connections/jdbc_jdbch2/connection.rb +${GEM_LIBDIR}/test/connections/jdbc_jdbchsqldb/connection.rb +${GEM_LIBDIR}/test/connections/jdbc_jdbcmysql/connection.rb +${GEM_LIBDIR}/test/connections/jdbc_jdbcpostgresql/connection.rb +${GEM_LIBDIR}/test/connections/jdbc_jdbcsqlite3/connection.rb ${GEM_LIBDIR}/test/connections/native_db2/connection.rb ${GEM_LIBDIR}/test/connections/native_firebird/connection.rb ${GEM_LIBDIR}/test/connections/native_frontbase/connection.rb @@ -142,7 +164,6 @@ ${GEM_LIBDIR}/test/connections/native_sqlite/connection.rb ${GEM_LIBDIR}/test/connections/native_sqlite3/connection.rb ${GEM_LIBDIR}/test/connections/native_sqlite3/in_memory_connection.rb ${GEM_LIBDIR}/test/connections/native_sybase/connection.rb -${GEM_LIBDIR}/test/debug.log ${GEM_LIBDIR}/test/fixtures/accounts.yml ${GEM_LIBDIR}/test/fixtures/all/developers.yml ${GEM_LIBDIR}/test/fixtures/all/people.csv @@ -177,6 +198,7 @@ ${GEM_LIBDIR}/test/fixtures/items.yml ${GEM_LIBDIR}/test/fixtures/jobs.yml ${GEM_LIBDIR}/test/fixtures/legacy_things.yml ${GEM_LIBDIR}/test/fixtures/mateys.yml +${GEM_LIBDIR}/test/fixtures/member_types.yml ${GEM_LIBDIR}/test/fixtures/members.yml ${GEM_LIBDIR}/test/fixtures/memberships.yml ${GEM_LIBDIR}/test/fixtures/minimalistics.yml @@ -187,6 +209,7 @@ ${GEM_LIBDIR}/test/fixtures/naked/csv/accounts.csv ${GEM_LIBDIR}/test/fixtures/naked/yml/accounts.yml ${GEM_LIBDIR}/test/fixtures/naked/yml/companies.yml ${GEM_LIBDIR}/test/fixtures/naked/yml/courses.yml +${GEM_LIBDIR}/test/fixtures/organizations.yml ${GEM_LIBDIR}/test/fixtures/owners.yml ${GEM_LIBDIR}/test/fixtures/parrots.yml ${GEM_LIBDIR}/test/fixtures/parrots_pirates.yml @@ -211,9 +234,11 @@ ${GEM_LIBDIR}/test/fixtures/taggings.yml ${GEM_LIBDIR}/test/fixtures/tags.yml ${GEM_LIBDIR}/test/fixtures/tasks.yml ${GEM_LIBDIR}/test/fixtures/topics.yml +${GEM_LIBDIR}/test/fixtures/toys.yml ${GEM_LIBDIR}/test/fixtures/treasures.yml ${GEM_LIBDIR}/test/fixtures/vertices.yml ${GEM_LIBDIR}/test/fixtures/warehouse-things.yml +${GEM_LIBDIR}/test/migrations/broken/100_migration_that_raises_exception.rb ${GEM_LIBDIR}/test/migrations/decimal/1_give_me_big_numbers.rb ${GEM_LIBDIR}/test/migrations/duplicate/1_people_have_last_names.rb ${GEM_LIBDIR}/test/migrations/duplicate/2_we_need_reminders.rb @@ -237,6 +262,7 @@ ${GEM_LIBDIR}/test/migrations/valid/3_innocent_jointable.rb ${GEM_LIBDIR}/test/models/author.rb ${GEM_LIBDIR}/test/models/auto_id.rb ${GEM_LIBDIR}/test/models/binary.rb +${GEM_LIBDIR}/test/models/bird.rb ${GEM_LIBDIR}/test/models/book.rb ${GEM_LIBDIR}/test/models/categorization.rb ${GEM_LIBDIR}/test/models/category.rb @@ -254,6 +280,7 @@ ${GEM_LIBDIR}/test/models/default.rb ${GEM_LIBDIR}/test/models/developer.rb ${GEM_LIBDIR}/test/models/edge.rb ${GEM_LIBDIR}/test/models/entrant.rb +${GEM_LIBDIR}/test/models/event.rb ${GEM_LIBDIR}/test/models/guid.rb ${GEM_LIBDIR}/test/models/item.rb ${GEM_LIBDIR}/test/models/job.rb @@ -262,11 +289,14 @@ ${GEM_LIBDIR}/test/models/keyboard.rb ${GEM_LIBDIR}/test/models/legacy_thing.rb ${GEM_LIBDIR}/test/models/matey.rb ${GEM_LIBDIR}/test/models/member.rb +${GEM_LIBDIR}/test/models/member_detail.rb +${GEM_LIBDIR}/test/models/member_type.rb ${GEM_LIBDIR}/test/models/membership.rb ${GEM_LIBDIR}/test/models/minimalistic.rb ${GEM_LIBDIR}/test/models/mixed_case_monkey.rb ${GEM_LIBDIR}/test/models/movie.rb ${GEM_LIBDIR}/test/models/order.rb +${GEM_LIBDIR}/test/models/organization.rb ${GEM_LIBDIR}/test/models/owner.rb ${GEM_LIBDIR}/test/models/parrot.rb ${GEM_LIBDIR}/test/models/person.rb @@ -279,6 +309,7 @@ ${GEM_LIBDIR}/test/models/reader.rb ${GEM_LIBDIR}/test/models/reference.rb ${GEM_LIBDIR}/test/models/reply.rb ${GEM_LIBDIR}/test/models/ship.rb +${GEM_LIBDIR}/test/models/ship_part.rb ${GEM_LIBDIR}/test/models/sponsor.rb ${GEM_LIBDIR}/test/models/subject.rb ${GEM_LIBDIR}/test/models/subscriber.rb @@ -287,6 +318,7 @@ ${GEM_LIBDIR}/test/models/tag.rb ${GEM_LIBDIR}/test/models/tagging.rb ${GEM_LIBDIR}/test/models/task.rb ${GEM_LIBDIR}/test/models/topic.rb +${GEM_LIBDIR}/test/models/toy.rb ${GEM_LIBDIR}/test/models/treasure.rb ${GEM_LIBDIR}/test/models/vertex.rb ${GEM_LIBDIR}/test/models/warehouse_thing.rb @@ -295,7 +327,6 @@ ${GEM_LIBDIR}/test/schema/postgresql_specific_schema.rb ${GEM_LIBDIR}/test/schema/schema.rb ${GEM_LIBDIR}/test/schema/schema2.rb ${GEM_LIBDIR}/test/schema/sqlite_specific_schema.rb -${GEM_LIBDIR}/test/schema/sqlserver_specific_schema.rb ${GEM_HOME}/specifications/activerecord-${PKGVERSION}.gemspec @dirrm ${GEM_LIBDIR}/test/schema @dirrm ${GEM_LIBDIR}/test/models @@ -308,6 +339,7 @@ ${GEM_HOME}/specifications/activerecord-${PKGVERSION}.gemspec @dirrm ${GEM_LIBDIR}/test/migrations/duplicate_names @dirrm ${GEM_LIBDIR}/test/migrations/duplicate @dirrm ${GEM_LIBDIR}/test/migrations/decimal +@dirrm ${GEM_LIBDIR}/test/migrations/broken @dirrm ${GEM_LIBDIR}/test/migrations @dirrm ${GEM_LIBDIR}/test/fixtures/reserved_words @dirrm ${GEM_LIBDIR}/test/fixtures/naked/yml @@ -327,14 +359,20 @@ ${GEM_HOME}/specifications/activerecord-${PKGVERSION}.gemspec @dirrm ${GEM_LIBDIR}/test/connections/native_frontbase @dirrm ${GEM_LIBDIR}/test/connections/native_firebird @dirrm ${GEM_LIBDIR}/test/connections/native_db2 +@dirrm ${GEM_LIBDIR}/test/connections/jdbc_jdbcsqlite3 +@dirrm ${GEM_LIBDIR}/test/connections/jdbc_jdbcpostgresql +@dirrm ${GEM_LIBDIR}/test/connections/jdbc_jdbcmysql +@dirrm ${GEM_LIBDIR}/test/connections/jdbc_jdbchsqldb +@dirrm ${GEM_LIBDIR}/test/connections/jdbc_jdbch2 +@dirrm ${GEM_LIBDIR}/test/connections/jdbc_jdbcderby @dirrm ${GEM_LIBDIR}/test/connections @dirrm ${GEM_LIBDIR}/test/cases/associations @dirrm ${GEM_LIBDIR}/test/cases @dirrm ${GEM_LIBDIR}/test/assets @dirrm ${GEM_LIBDIR}/test -@dirrm ${GEM_LIBDIR}/lib/active_record/vendor @dirrm ${GEM_LIBDIR}/lib/active_record/serializers @dirrm ${GEM_LIBDIR}/lib/active_record/locking +@dirrm ${GEM_LIBDIR}/lib/active_record/locale @dirrm ${GEM_LIBDIR}/lib/active_record/connection_adapters/abstract @dirrm ${GEM_LIBDIR}/lib/active_record/connection_adapters @dirrm ${GEM_LIBDIR}/lib/active_record/associations diff --git a/databases/ruby-activerecord/distinfo b/databases/ruby-activerecord/distinfo index a1cd8488a9b..b43c4cbbec4 100644 --- a/databases/ruby-activerecord/distinfo +++ b/databases/ruby-activerecord/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2008/09/15 05:38:29 minskim Exp $ +$NetBSD: distinfo,v 1.15 2009/04/07 17:13:26 minskim Exp $ -SHA1 (activerecord-2.1.1.gem) = c4305f6a293ef18a1272effae17cae6f4557fa71 -RMD160 (activerecord-2.1.1.gem) = f5dc337d0406f9dedba8c78380b3b701b576e645 -Size (activerecord-2.1.1.gem) = 476160 bytes +SHA1 (activerecord-2.3.2.gem) = 399dbfca004e19970bd7514822236b81ae4179c7 +RMD160 (activerecord-2.3.2.gem) = ee330bea5dc244c391705b5a146f2b5f4f0d083b +Size (activerecord-2.3.2.gem) = 525824 bytes 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 diff --git a/mail/ruby-actionmailer/Makefile b/mail/ruby-actionmailer/Makefile index 421eaca90fa..5982101e96c 100644 --- a/mail/ruby-actionmailer/Makefile +++ b/mail/ruby-actionmailer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2008/09/15 05:56:31 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2009/04/07 17:13:26 minskim Exp $ -DISTNAME= actionmailer-2.1.1 +DISTNAME= actionmailer-2.3.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= mail @@ -8,7 +8,7 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://rubyforge.org/projects/actionmailer/ COMMENT= Ruby framework for designing email-service layers -DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=2.1.1:../../www/ruby-actionpack +DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=2.3.2:../../www/ruby-actionpack .include "../../misc/rubygems/rubygem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/ruby-actionmailer/PLIST b/mail/ruby-actionmailer/PLIST index b9e28e77457..8f022304576 100644 --- a/mail/ruby-actionmailer/PLIST +++ b/mail/ruby-actionmailer/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2008/06/20 04:33:02 minskim Exp $ +@comment $NetBSD: PLIST,v 1.10 2009/04/07 17:13:26 minskim Exp $ ${GEM_HOME}/cache/actionmailer-${PKGVERSION}.gem ${GEM_LIBDIR}/CHANGELOG ${GEM_LIBDIR}/MIT-LICENSE @@ -16,8 +16,8 @@ ${GEM_LIBDIR}/lib/action_mailer/quoting.rb ${GEM_LIBDIR}/lib/action_mailer/test_case.rb ${GEM_LIBDIR}/lib/action_mailer/test_helper.rb ${GEM_LIBDIR}/lib/action_mailer/utils.rb -${GEM_LIBDIR}/lib/action_mailer/vendor.rb ${GEM_LIBDIR}/lib/action_mailer/vendor/text-format-0.6.3/text/format.rb +${GEM_LIBDIR}/lib/action_mailer/vendor/text_format.rb ${GEM_LIBDIR}/lib/action_mailer/vendor/tmail-1.2.3/tmail.rb ${GEM_LIBDIR}/lib/action_mailer/vendor/tmail-1.2.3/tmail/address.rb ${GEM_LIBDIR}/lib/action_mailer/vendor/tmail-1.2.3/tmail/attachments.rb @@ -45,16 +45,27 @@ ${GEM_LIBDIR}/lib/action_mailer/vendor/tmail-1.2.3/tmail/scanner_r.rb ${GEM_LIBDIR}/lib/action_mailer/vendor/tmail-1.2.3/tmail/stringio.rb ${GEM_LIBDIR}/lib/action_mailer/vendor/tmail-1.2.3/tmail/utils.rb ${GEM_LIBDIR}/lib/action_mailer/vendor/tmail-1.2.3/tmail/version.rb +${GEM_LIBDIR}/lib/action_mailer/vendor/tmail.rb ${GEM_LIBDIR}/lib/action_mailer/version.rb ${GEM_LIBDIR}/lib/actionmailer.rb ${GEM_LIBDIR}/test/abstract_unit.rb +${GEM_LIBDIR}/test/asset_host_test.rb ${GEM_LIBDIR}/test/delivery_method_test.rb +${GEM_LIBDIR}/test/fixtures/asset_host_mailer/email_with_asset.html.erb +${GEM_LIBDIR}/test/fixtures/auto_layout_mailer/hello.html.erb +${GEM_LIBDIR}/test/fixtures/auto_layout_mailer/multipart.text.html.erb +${GEM_LIBDIR}/test/fixtures/auto_layout_mailer/multipart.text.plain.erb +${GEM_LIBDIR}/test/fixtures/explicit_layout_mailer/logout.html.erb +${GEM_LIBDIR}/test/fixtures/explicit_layout_mailer/signup.html.erb ${GEM_LIBDIR}/test/fixtures/first_mailer/share.erb ${GEM_LIBDIR}/test/fixtures/helper_mailer/use_example_helper.erb ${GEM_LIBDIR}/test/fixtures/helper_mailer/use_helper.erb ${GEM_LIBDIR}/test/fixtures/helper_mailer/use_helper_method.erb ${GEM_LIBDIR}/test/fixtures/helper_mailer/use_mail_helper.erb ${GEM_LIBDIR}/test/fixtures/helpers/example_helper.rb +${GEM_LIBDIR}/test/fixtures/layouts/auto_layout_mailer.html.erb +${GEM_LIBDIR}/test/fixtures/layouts/auto_layout_mailer.text.erb +${GEM_LIBDIR}/test/fixtures/layouts/spam.html.erb ${GEM_LIBDIR}/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.erb ${GEM_LIBDIR}/test/fixtures/raw_email ${GEM_LIBDIR}/test/fixtures/raw_email10 @@ -75,19 +86,22 @@ ${GEM_LIBDIR}/test/fixtures/raw_email_with_partially_quoted_subject ${GEM_LIBDIR}/test/fixtures/second_mailer/share.erb ${GEM_LIBDIR}/test/fixtures/templates/signed_up.erb ${GEM_LIBDIR}/test/fixtures/test_mailer/_subtemplate.text.plain.erb +${GEM_LIBDIR}/test/fixtures/test_mailer/body_ivar.erb ${GEM_LIBDIR}/test/fixtures/test_mailer/custom_templating_extension.text.html.haml ${GEM_LIBDIR}/test/fixtures/test_mailer/custom_templating_extension.text.plain.haml ${GEM_LIBDIR}/test/fixtures/test_mailer/implicitly_multipart_example.ignored.erb ${GEM_LIBDIR}/test/fixtures/test_mailer/implicitly_multipart_example.rhtml.bak ${GEM_LIBDIR}/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb +${GEM_LIBDIR}/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb~ ${GEM_LIBDIR}/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.erb ${GEM_LIBDIR}/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.erb ${GEM_LIBDIR}/test/fixtures/test_mailer/included_subtemplate.text.plain.erb ${GEM_LIBDIR}/test/fixtures/test_mailer/rxml_template.builder ${GEM_LIBDIR}/test/fixtures/test_mailer/rxml_template.rxml -${GEM_LIBDIR}/test/fixtures/test_mailer/signed_up.erb +${GEM_LIBDIR}/test/fixtures/test_mailer/signed_up.html.erb ${GEM_LIBDIR}/test/fixtures/test_mailer/signed_up_with_url.erb ${GEM_LIBDIR}/test/mail_helper_test.rb +${GEM_LIBDIR}/test/mail_layout_test.rb ${GEM_LIBDIR}/test/mail_render_test.rb ${GEM_LIBDIR}/test/mail_service_test.rb ${GEM_LIBDIR}/test/quoting_test.rb @@ -100,9 +114,13 @@ ${GEM_HOME}/specifications/actionmailer-${PKGVERSION}.gemspec @dirrm ${GEM_LIBDIR}/test/fixtures/second_mailer @dirrm ${GEM_LIBDIR}/test/fixtures/path.with.dots/funky_path_mailer @dirrm ${GEM_LIBDIR}/test/fixtures/path.with.dots +@dirrm ${GEM_LIBDIR}/test/fixtures/layouts @dirrm ${GEM_LIBDIR}/test/fixtures/helpers @dirrm ${GEM_LIBDIR}/test/fixtures/helper_mailer @dirrm ${GEM_LIBDIR}/test/fixtures/first_mailer +@dirrm ${GEM_LIBDIR}/test/fixtures/explicit_layout_mailer +@dirrm ${GEM_LIBDIR}/test/fixtures/auto_layout_mailer +@dirrm ${GEM_LIBDIR}/test/fixtures/asset_host_mailer @dirrm ${GEM_LIBDIR}/test/fixtures @dirrm ${GEM_LIBDIR}/test @dirrm ${GEM_LIBDIR}/lib/action_mailer/vendor/tmail-1.2.3/tmail diff --git a/mail/ruby-actionmailer/distinfo b/mail/ruby-actionmailer/distinfo index 610bd0607b2..dad31cdd09a 100644 --- a/mail/ruby-actionmailer/distinfo +++ b/mail/ruby-actionmailer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2008/09/15 05:56:31 minskim Exp $ +$NetBSD: distinfo,v 1.15 2009/04/07 17:13:26 minskim Exp $ -SHA1 (actionmailer-2.1.1.gem) = 2fe0123089122ce2dfe6756e5074f71808799b01 -RMD160 (actionmailer-2.1.1.gem) = a89a946cde8e9eb59b21d169fbf387edf4d7cd93 -Size (actionmailer-2.1.1.gem) = 108032 bytes +SHA1 (actionmailer-2.3.2.gem) = a18fc860fa7beda3c1d882492dc911fc5fba6661 +RMD160 (actionmailer-2.3.2.gem) = 1260fcb6f8475895c89e232fddeae51634fd6d05 +Size (actionmailer-2.3.2.gem) = 110592 bytes diff --git a/www/rails/Makefile b/www/rails/Makefile index c0aef09b5d4..f227641063c 100644 --- a/www/rails/Makefile +++ b/www/rails/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2008/09/21 21:54:01 minskim Exp $ +# $NetBSD: Makefile,v 1.15 2009/04/07 17:13:27 minskim Exp $ -DISTNAME= rails-2.1.1 -PKGREVISION= 1 +DISTNAME= rails-2.3.2 CATEGORIES= www MAINTAINER= minskim@NetBSD.org @@ -9,16 +8,15 @@ HOMEPAGE= http://www.rubyonrails.org/ COMMENT= Framework for developing database-backed web applications DEPENDS+= rake>=0.8.1:../../devel/rake -DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.1.1:../../devel/ruby-activesupport -DEPENDS+= ${RUBY_PKGPREFIX}-activerecord>=2.1.1:../../databases/ruby-activerecord -DEPENDS+= ${RUBY_PKGPREFIX}-activeresource>=2.1.1:../../www/ruby-activeresource -DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=2.1.1:../../www/ruby-actionpack -DEPENDS+= ${RUBY_PKGPREFIX}-actionmailer>=2.1.1:../../mail/ruby-actionmailer +DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.2:../../devel/ruby-activesupport +DEPENDS+= ${RUBY_PKGPREFIX}-activerecord>=2.3.2:../../databases/ruby-activerecord +DEPENDS+= ${RUBY_PKGPREFIX}-activeresource>=2.3.2:../../www/ruby-activeresource +DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=2.3.2:../../www/ruby-actionpack +DEPENDS+= ${RUBY_PKGPREFIX}-actionmailer>=2.3.2:../../mail/ruby-actionmailer -REPLACE_RUBY= bin/about bin/console bin/dbconsole bin/destroy bin/generate \ - bin/performance/benchmarker bin/performance/profiler \ - bin/performance/request bin/plugin bin/process/inspector \ - bin/process/reaper bin/process/spawner bin/runner bin/server +REPLACE_RUBY= bin/about bin/console bin/dbconsole bin/destroy \ + bin/generate bin/performance/benchmarker \ + bin/performance/profiler bin/plugin bin/runner bin/server .include "../../misc/rubygems/rubygem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/rails/PLIST b/www/rails/PLIST index 6f50fa8cf0f..c93c806140c 100644 --- a/www/rails/PLIST +++ b/www/rails/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2008/06/20 04:35:36 minskim Exp $ +@comment $NetBSD: PLIST,v 1.7 2009/04/07 17:13:27 minskim Exp $ bin/rails ${GEM_HOME}/cache/rails-${PKGVERSION}.gem ${GEM_LIBDIR}/CHANGELOG @@ -12,11 +12,7 @@ ${GEM_LIBDIR}/bin/destroy ${GEM_LIBDIR}/bin/generate ${GEM_LIBDIR}/bin/performance/benchmarker ${GEM_LIBDIR}/bin/performance/profiler -${GEM_LIBDIR}/bin/performance/request ${GEM_LIBDIR}/bin/plugin -${GEM_LIBDIR}/bin/process/inspector -${GEM_LIBDIR}/bin/process/reaper -${GEM_LIBDIR}/bin/process/spawner ${GEM_LIBDIR}/bin/rails ${GEM_LIBDIR}/bin/runner ${GEM_LIBDIR}/bin/server @@ -24,19 +20,22 @@ ${GEM_LIBDIR}/builtin/rails_info/rails/info.rb ${GEM_LIBDIR}/builtin/rails_info/rails/info_controller.rb ${GEM_LIBDIR}/builtin/rails_info/rails/info_helper.rb ${GEM_LIBDIR}/builtin/rails_info/rails_info_controller.rb -${GEM_LIBDIR}/configs/apache.conf ${GEM_LIBDIR}/configs/databases/frontbase.yml +${GEM_LIBDIR}/configs/databases/ibm_db.yml ${GEM_LIBDIR}/configs/databases/mysql.yml ${GEM_LIBDIR}/configs/databases/oracle.yml ${GEM_LIBDIR}/configs/databases/postgresql.yml ${GEM_LIBDIR}/configs/databases/sqlite2.yml ${GEM_LIBDIR}/configs/databases/sqlite3.yml ${GEM_LIBDIR}/configs/empty.log +${GEM_LIBDIR}/configs/initializers/backtrace_silencers.rb ${GEM_LIBDIR}/configs/initializers/inflections.rb ${GEM_LIBDIR}/configs/initializers/mime_types.rb ${GEM_LIBDIR}/configs/initializers/new_rails_defaults.rb -${GEM_LIBDIR}/configs/lighttpd.conf +${GEM_LIBDIR}/configs/initializers/session_store.rb +${GEM_LIBDIR}/configs/locales/en.yml ${GEM_LIBDIR}/configs/routes.rb +${GEM_LIBDIR}/dispatches/config.ru ${GEM_LIBDIR}/dispatches/dispatch.fcgi ${GEM_LIBDIR}/dispatches/dispatch.rb ${GEM_LIBDIR}/dispatches/gateway.cgi @@ -47,8 +46,9 @@ ${GEM_LIBDIR}/environments/environment.rb ${GEM_LIBDIR}/environments/production.rb ${GEM_LIBDIR}/environments/test.rb ${GEM_LIBDIR}/fresh_rakefile -${GEM_LIBDIR}/helpers/application.rb +${GEM_LIBDIR}/helpers/application_controller.rb ${GEM_LIBDIR}/helpers/application_helper.rb +${GEM_LIBDIR}/helpers/performance_test.rb ${GEM_LIBDIR}/helpers/test_helper.rb ${GEM_LIBDIR}/html/404.html ${GEM_LIBDIR}/html/422.html @@ -73,19 +73,9 @@ ${GEM_LIBDIR}/lib/commands/ncgi/listener ${GEM_LIBDIR}/lib/commands/ncgi/tracker ${GEM_LIBDIR}/lib/commands/performance/benchmarker.rb ${GEM_LIBDIR}/lib/commands/performance/profiler.rb -${GEM_LIBDIR}/lib/commands/performance/request.rb ${GEM_LIBDIR}/lib/commands/plugin.rb -${GEM_LIBDIR}/lib/commands/process/inspector.rb -${GEM_LIBDIR}/lib/commands/process/reaper.rb -${GEM_LIBDIR}/lib/commands/process/spawner.rb -${GEM_LIBDIR}/lib/commands/process/spinner.rb ${GEM_LIBDIR}/lib/commands/runner.rb ${GEM_LIBDIR}/lib/commands/server.rb -${GEM_LIBDIR}/lib/commands/servers/base.rb -${GEM_LIBDIR}/lib/commands/servers/lighttpd.rb -${GEM_LIBDIR}/lib/commands/servers/mongrel.rb -${GEM_LIBDIR}/lib/commands/servers/new_mongrel.rb -${GEM_LIBDIR}/lib/commands/servers/webrick.rb ${GEM_LIBDIR}/lib/commands/update.rb ${GEM_LIBDIR}/lib/console_app.rb ${GEM_LIBDIR}/lib/console_sandbox.rb @@ -93,13 +83,19 @@ ${GEM_LIBDIR}/lib/console_with_helpers.rb ${GEM_LIBDIR}/lib/dispatcher.rb ${GEM_LIBDIR}/lib/fcgi_handler.rb ${GEM_LIBDIR}/lib/initializer.rb +${GEM_LIBDIR}/lib/performance_test_help.rb +${GEM_LIBDIR}/lib/rails/backtrace_cleaner.rb ${GEM_LIBDIR}/lib/rails/gem_builder.rb ${GEM_LIBDIR}/lib/rails/gem_dependency.rb -${GEM_LIBDIR}/lib/rails/mongrel_server/commands.rb -${GEM_LIBDIR}/lib/rails/mongrel_server/handler.rb ${GEM_LIBDIR}/lib/rails/plugin.rb ${GEM_LIBDIR}/lib/rails/plugin/loader.rb ${GEM_LIBDIR}/lib/rails/plugin/locator.rb +${GEM_LIBDIR}/lib/rails/rack.rb +${GEM_LIBDIR}/lib/rails/rack/debugger.rb +${GEM_LIBDIR}/lib/rails/rack/log_tailer.rb +${GEM_LIBDIR}/lib/rails/rack/metal.rb +${GEM_LIBDIR}/lib/rails/rack/static.rb +${GEM_LIBDIR}/lib/rails/vendor_gem_source_index.rb ${GEM_LIBDIR}/lib/rails/version.rb ${GEM_LIBDIR}/lib/rails_generator.rb ${GEM_LIBDIR}/lib/rails_generator/base.rb @@ -107,12 +103,21 @@ ${GEM_LIBDIR}/lib/rails_generator/commands.rb ${GEM_LIBDIR}/lib/rails_generator/generated_attribute.rb ${GEM_LIBDIR}/lib/rails_generator/generators/applications/app/USAGE ${GEM_LIBDIR}/lib/rails_generator/generators/applications/app/app_generator.rb +${GEM_LIBDIR}/lib/rails_generator/generators/applications/app/scm/git.rb +${GEM_LIBDIR}/lib/rails_generator/generators/applications/app/scm/scm.rb +${GEM_LIBDIR}/lib/rails_generator/generators/applications/app/scm/svn.rb +${GEM_LIBDIR}/lib/rails_generator/generators/applications/app/template_runner.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/controller/USAGE ${GEM_LIBDIR}/lib/rails_generator/generators/components/controller/controller_generator.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/controller/templates/controller.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/controller/templates/functional_test.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/controller/templates/helper.rb +${GEM_LIBDIR}/lib/rails_generator/generators/components/controller/templates/helper_test.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/controller/templates/view.html.erb +${GEM_LIBDIR}/lib/rails_generator/generators/components/helper/USAGE +${GEM_LIBDIR}/lib/rails_generator/generators/components/helper/helper_generator.rb +${GEM_LIBDIR}/lib/rails_generator/generators/components/helper/templates/helper.rb +${GEM_LIBDIR}/lib/rails_generator/generators/components/helper/templates/helper_test.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/integration_test/USAGE ${GEM_LIBDIR}/lib/rails_generator/generators/components/integration_test/integration_test_generator.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb @@ -124,6 +129,9 @@ ${GEM_LIBDIR}/lib/rails_generator/generators/components/mailer/templates/mailer. ${GEM_LIBDIR}/lib/rails_generator/generators/components/mailer/templates/unit_test.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/mailer/templates/view.erb ${GEM_LIBDIR}/lib/rails_generator/generators/components/mailer/templates/view.rhtml +${GEM_LIBDIR}/lib/rails_generator/generators/components/metal/USAGE +${GEM_LIBDIR}/lib/rails_generator/generators/components/metal/metal_generator.rb +${GEM_LIBDIR}/lib/rails_generator/generators/components/metal/templates/metal.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/migration/USAGE ${GEM_LIBDIR}/lib/rails_generator/generators/components/migration/migration_generator.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/migration/templates/migration.rb @@ -137,6 +145,9 @@ ${GEM_LIBDIR}/lib/rails_generator/generators/components/observer/USAGE ${GEM_LIBDIR}/lib/rails_generator/generators/components/observer/observer_generator.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/observer/templates/observer.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/observer/templates/unit_test.rb +${GEM_LIBDIR}/lib/rails_generator/generators/components/performance_test/USAGE +${GEM_LIBDIR}/lib/rails_generator/generators/components/performance_test/performance_test_generator.rb +${GEM_LIBDIR}/lib/rails_generator/generators/components/performance_test/templates/performance_test.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/plugin/USAGE ${GEM_LIBDIR}/lib/rails_generator/generators/components/plugin/plugin_generator.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE @@ -148,6 +159,7 @@ ${GEM_LIBDIR}/lib/rails_generator/generators/components/plugin/templates/init.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/plugin/templates/install.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/plugin/templates/plugin.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/plugin/templates/tasks.rake +${GEM_LIBDIR}/lib/rails_generator/generators/components/plugin/templates/test_helper.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/plugin/templates/uninstall.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/plugin/templates/unit_test.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/resource/USAGE @@ -155,11 +167,13 @@ ${GEM_LIBDIR}/lib/rails_generator/generators/components/resource/resource_genera ${GEM_LIBDIR}/lib/rails_generator/generators/components/resource/templates/controller.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/resource/templates/functional_test.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/resource/templates/helper.rb +${GEM_LIBDIR}/lib/rails_generator/generators/components/resource/templates/helper_test.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/scaffold/USAGE ${GEM_LIBDIR}/lib/rails_generator/generators/components/scaffold/scaffold_generator.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/scaffold/templates/controller.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/scaffold/templates/functional_test.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/scaffold/templates/helper.rb +${GEM_LIBDIR}/lib/rails_generator/generators/components/scaffold/templates/helper_test.rb ${GEM_LIBDIR}/lib/rails_generator/generators/components/scaffold/templates/layout.html.erb ${GEM_LIBDIR}/lib/rails_generator/generators/components/scaffold/templates/style.css ${GEM_LIBDIR}/lib/rails_generator/generators/components/scaffold/templates/view_edit.html.erb @@ -189,6 +203,7 @@ ${GEM_LIBDIR}/lib/tasks/documentation.rake ${GEM_LIBDIR}/lib/tasks/framework.rake ${GEM_LIBDIR}/lib/tasks/gems.rake ${GEM_LIBDIR}/lib/tasks/log.rake +${GEM_LIBDIR}/lib/tasks/middleware.rake ${GEM_LIBDIR}/lib/tasks/misc.rake ${GEM_LIBDIR}/lib/tasks/rails.rb ${GEM_LIBDIR}/lib/tasks/routes.rake @@ -208,28 +223,33 @@ ${GEM_HOME}/specifications/rails-${PKGVERSION}.gemspec @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/resource @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/plugin/templates @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/plugin +@dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/performance_test/templates +@dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/performance_test @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/observer/templates @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/observer @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/model/templates @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/model @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/migration/templates @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/migration +@dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/metal/templates +@dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/metal @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/mailer/templates @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/mailer @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/integration_test/templates @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/integration_test +@dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/helper/templates +@dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/helper @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/controller/templates @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components/controller @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/components +@dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/applications/app/scm @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/applications/app @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators/applications @dirrm ${GEM_LIBDIR}/lib/rails_generator/generators @dirrm ${GEM_LIBDIR}/lib/rails_generator +@dirrm ${GEM_LIBDIR}/lib/rails/rack @dirrm ${GEM_LIBDIR}/lib/rails/plugin -@dirrm ${GEM_LIBDIR}/lib/rails/mongrel_server @dirrm ${GEM_LIBDIR}/lib/rails -@dirrm ${GEM_LIBDIR}/lib/commands/servers -@dirrm ${GEM_LIBDIR}/lib/commands/process @dirrm ${GEM_LIBDIR}/lib/commands/performance @dirrm ${GEM_LIBDIR}/lib/commands/ncgi @dirrm ${GEM_LIBDIR}/lib/commands @@ -241,13 +261,13 @@ ${GEM_HOME}/specifications/rails-${PKGVERSION}.gemspec @dirrm ${GEM_LIBDIR}/environments @dirrm ${GEM_LIBDIR}/doc @dirrm ${GEM_LIBDIR}/dispatches +@dirrm ${GEM_LIBDIR}/configs/locales @dirrm ${GEM_LIBDIR}/configs/initializers @dirrm ${GEM_LIBDIR}/configs/databases @dirrm ${GEM_LIBDIR}/configs @dirrm ${GEM_LIBDIR}/builtin/rails_info/rails @dirrm ${GEM_LIBDIR}/builtin/rails_info @dirrm ${GEM_LIBDIR}/builtin -@dirrm ${GEM_LIBDIR}/bin/process @dirrm ${GEM_LIBDIR}/bin/performance @dirrm ${GEM_LIBDIR}/bin @dirrm ${GEM_LIBDIR} diff --git a/www/rails/distinfo b/www/rails/distinfo index 0180d579976..be39a8189c5 100644 --- a/www/rails/distinfo +++ b/www/rails/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2008/09/15 05:58:42 minskim Exp $ +$NetBSD: distinfo,v 1.11 2009/04/07 17:13:27 minskim Exp $ -SHA1 (rails-2.1.1.gem) = df16906481cd5602ff62df61254f28ab7e485882 -RMD160 (rails-2.1.1.gem) = 68f05b543dd67a1efcfb0e7834395b689d67383d -Size (rails-2.1.1.gem) = 205312 bytes +SHA1 (rails-2.3.2.gem) = fb9ca2cbafd3e79ab29cbf4dfced25d7fe114646 +RMD160 (rails-2.3.2.gem) = fc6df1e55640fb99510dcddec78843bff044b049 +Size (rails-2.3.2.gem) = 209920 bytes diff --git a/www/ruby-actionpack/Makefile b/www/ruby-actionpack/Makefile index ee44cae1fa5..bb86c628cb9 100644 --- a/www/ruby-actionpack/Makefile +++ b/www/ruby-actionpack/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2008/09/15 05:50:42 minskim Exp $ +# $NetBSD: Makefile,v 1.15 2009/04/07 17:13:27 minskim Exp $ -DISTNAME= actionpack-2.1.1 +DISTNAME= actionpack-2.3.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= www @@ -8,7 +8,7 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://rubyforge.org/projects/actionpack/ COMMENT= Two-step approach to web response generation -DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.1.1:../../devel/ruby-activesupport +DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.2:../../devel/ruby-activesupport .include "../../misc/rubygems/rubygem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-actionpack/PLIST b/www/ruby-actionpack/PLIST index 8bfe65b13e2..14ae028a268 100644 --- a/www/ruby-actionpack/PLIST +++ b/www/ruby-actionpack/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2008/09/15 05:50:42 minskim Exp $ +@comment $NetBSD: PLIST,v 1.15 2009/04/07 17:13:27 minskim Exp $ ${GEM_HOME}/cache/actionpack-${PKGVERSION}.gem ${GEM_LIBDIR}/CHANGELOG ${GEM_LIBDIR}/MIT-LICENSE @@ -7,7 +7,6 @@ ${GEM_LIBDIR}/RUNNING_UNIT_TESTS ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/install.rb ${GEM_LIBDIR}/lib/action_controller.rb -${GEM_LIBDIR}/lib/action_controller/assertions.rb ${GEM_LIBDIR}/lib/action_controller/assertions/dom_assertions.rb ${GEM_LIBDIR}/lib/action_controller/assertions/model_assertions.rb ${GEM_LIBDIR}/lib/action_controller/assertions/response_assertions.rb @@ -20,17 +19,15 @@ ${GEM_LIBDIR}/lib/action_controller/caching.rb ${GEM_LIBDIR}/lib/action_controller/caching/actions.rb ${GEM_LIBDIR}/lib/action_controller/caching/fragments.rb ${GEM_LIBDIR}/lib/action_controller/caching/pages.rb -${GEM_LIBDIR}/lib/action_controller/caching/sql_cache.rb ${GEM_LIBDIR}/lib/action_controller/caching/sweeping.rb ${GEM_LIBDIR}/lib/action_controller/cgi_ext.rb ${GEM_LIBDIR}/lib/action_controller/cgi_ext/cookie.rb ${GEM_LIBDIR}/lib/action_controller/cgi_ext/query_extension.rb -${GEM_LIBDIR}/lib/action_controller/cgi_ext/session.rb ${GEM_LIBDIR}/lib/action_controller/cgi_ext/stdinput.rb ${GEM_LIBDIR}/lib/action_controller/cgi_process.rb -${GEM_LIBDIR}/lib/action_controller/components.rb ${GEM_LIBDIR}/lib/action_controller/cookies.rb ${GEM_LIBDIR}/lib/action_controller/dispatcher.rb +${GEM_LIBDIR}/lib/action_controller/failsafe.rb ${GEM_LIBDIR}/lib/action_controller/filters.rb ${GEM_LIBDIR}/lib/action_controller/flash.rb ${GEM_LIBDIR}/lib/action_controller/headers.rb @@ -38,17 +35,22 @@ ${GEM_LIBDIR}/lib/action_controller/helpers.rb ${GEM_LIBDIR}/lib/action_controller/http_authentication.rb ${GEM_LIBDIR}/lib/action_controller/integration.rb ${GEM_LIBDIR}/lib/action_controller/layout.rb +${GEM_LIBDIR}/lib/action_controller/middleware_stack.rb +${GEM_LIBDIR}/lib/action_controller/middlewares.rb ${GEM_LIBDIR}/lib/action_controller/mime_responds.rb ${GEM_LIBDIR}/lib/action_controller/mime_type.rb ${GEM_LIBDIR}/lib/action_controller/mime_types.rb +${GEM_LIBDIR}/lib/action_controller/params_parser.rb +${GEM_LIBDIR}/lib/action_controller/performance_test.rb ${GEM_LIBDIR}/lib/action_controller/polymorphic_routes.rb ${GEM_LIBDIR}/lib/action_controller/record_identifier.rb +${GEM_LIBDIR}/lib/action_controller/reloader.rb ${GEM_LIBDIR}/lib/action_controller/request.rb ${GEM_LIBDIR}/lib/action_controller/request_forgery_protection.rb -${GEM_LIBDIR}/lib/action_controller/request_profiler.rb ${GEM_LIBDIR}/lib/action_controller/rescue.rb ${GEM_LIBDIR}/lib/action_controller/resources.rb ${GEM_LIBDIR}/lib/action_controller/response.rb +${GEM_LIBDIR}/lib/action_controller/rewindable_input.rb ${GEM_LIBDIR}/lib/action_controller/routing.rb ${GEM_LIBDIR}/lib/action_controller/routing/builder.rb ${GEM_LIBDIR}/lib/action_controller/routing/optimisations.rb @@ -57,10 +59,8 @@ ${GEM_LIBDIR}/lib/action_controller/routing/route.rb ${GEM_LIBDIR}/lib/action_controller/routing/route_set.rb ${GEM_LIBDIR}/lib/action_controller/routing/routing_ext.rb ${GEM_LIBDIR}/lib/action_controller/routing/segments.rb -${GEM_LIBDIR}/lib/action_controller/session/active_record_store.rb +${GEM_LIBDIR}/lib/action_controller/session/abstract_store.rb ${GEM_LIBDIR}/lib/action_controller/session/cookie_store.rb -${GEM_LIBDIR}/lib/action_controller/session/drb_server.rb -${GEM_LIBDIR}/lib/action_controller/session/drb_store.rb ${GEM_LIBDIR}/lib/action_controller/session/mem_cache_store.rb ${GEM_LIBDIR}/lib/action_controller/session_management.rb ${GEM_LIBDIR}/lib/action_controller/status_codes.rb @@ -75,18 +75,73 @@ ${GEM_LIBDIR}/lib/action_controller/templates/rescues/template_error.erb ${GEM_LIBDIR}/lib/action_controller/templates/rescues/unknown_action.erb ${GEM_LIBDIR}/lib/action_controller/test_case.rb ${GEM_LIBDIR}/lib/action_controller/test_process.rb +${GEM_LIBDIR}/lib/action_controller/translation.rb +${GEM_LIBDIR}/lib/action_controller/uploaded_file.rb ${GEM_LIBDIR}/lib/action_controller/url_rewriter.rb +${GEM_LIBDIR}/lib/action_controller/vendor/html-scanner.rb ${GEM_LIBDIR}/lib/action_controller/vendor/html-scanner/html/document.rb ${GEM_LIBDIR}/lib/action_controller/vendor/html-scanner/html/node.rb ${GEM_LIBDIR}/lib/action_controller/vendor/html-scanner/html/sanitizer.rb ${GEM_LIBDIR}/lib/action_controller/vendor/html-scanner/html/selector.rb ${GEM_LIBDIR}/lib/action_controller/vendor/html-scanner/html/tokenizer.rb ${GEM_LIBDIR}/lib/action_controller/vendor/html-scanner/html/version.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/adapter/camping.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth/abstract/handler.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth/abstract/request.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth/basic.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth/digest/md5.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth/digest/nonce.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth/digest/params.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth/digest/request.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth/openid.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/builder.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/cascade.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/chunked.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/commonlogger.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/conditionalget.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/content_length.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/content_type.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/deflater.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/directory.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/file.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler/cgi.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler/evented_mongrel.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler/fastcgi.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler/lsws.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler/mongrel.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler/scgi.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler/swiftiplied_mongrel.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler/thin.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler/webrick.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/head.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/lint.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/lobster.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/lock.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/methodoverride.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/mime.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/mock.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/recursive.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/reloader.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/request.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/response.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/session/abstract/id.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/session/cookie.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/session/memcache.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/session/pool.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/showexceptions.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/showstatus.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/static.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/urlmap.rb +${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/utils.rb ${GEM_LIBDIR}/lib/action_controller/verification.rb ${GEM_LIBDIR}/lib/action_pack.rb ${GEM_LIBDIR}/lib/action_pack/version.rb ${GEM_LIBDIR}/lib/action_view.rb ${GEM_LIBDIR}/lib/action_view/base.rb +${GEM_LIBDIR}/lib/action_view/erb/util.rb +${GEM_LIBDIR}/lib/action_view/helpers.rb ${GEM_LIBDIR}/lib/action_view/helpers/active_record_helper.rb ${GEM_LIBDIR}/lib/action_view/helpers/asset_tag_helper.rb ${GEM_LIBDIR}/lib/action_view/helpers/atom_feed_helper.rb @@ -99,10 +154,6 @@ ${GEM_LIBDIR}/lib/action_view/helpers/form_helper.rb ${GEM_LIBDIR}/lib/action_view/helpers/form_options_helper.rb ${GEM_LIBDIR}/lib/action_view/helpers/form_tag_helper.rb ${GEM_LIBDIR}/lib/action_view/helpers/javascript_helper.rb -${GEM_LIBDIR}/lib/action_view/helpers/javascripts/controls.js -${GEM_LIBDIR}/lib/action_view/helpers/javascripts/dragdrop.js -${GEM_LIBDIR}/lib/action_view/helpers/javascripts/effects.js -${GEM_LIBDIR}/lib/action_view/helpers/javascripts/prototype.js ${GEM_LIBDIR}/lib/action_view/helpers/number_helper.rb ${GEM_LIBDIR}/lib/action_view/helpers/prototype_helper.rb ${GEM_LIBDIR}/lib/action_view/helpers/record_identification_helper.rb @@ -111,16 +162,20 @@ ${GEM_LIBDIR}/lib/action_view/helpers/sanitize_helper.rb ${GEM_LIBDIR}/lib/action_view/helpers/scriptaculous_helper.rb ${GEM_LIBDIR}/lib/action_view/helpers/tag_helper.rb ${GEM_LIBDIR}/lib/action_view/helpers/text_helper.rb +${GEM_LIBDIR}/lib/action_view/helpers/translation_helper.rb ${GEM_LIBDIR}/lib/action_view/helpers/url_helper.rb ${GEM_LIBDIR}/lib/action_view/inline_template.rb -${GEM_LIBDIR}/lib/action_view/partial_template.rb +${GEM_LIBDIR}/lib/action_view/locale/en.yml ${GEM_LIBDIR}/lib/action_view/partials.rb +${GEM_LIBDIR}/lib/action_view/paths.rb +${GEM_LIBDIR}/lib/action_view/reloadable_template.rb +${GEM_LIBDIR}/lib/action_view/renderable.rb +${GEM_LIBDIR}/lib/action_view/renderable_partial.rb ${GEM_LIBDIR}/lib/action_view/template.rb ${GEM_LIBDIR}/lib/action_view/template_error.rb -${GEM_LIBDIR}/lib/action_view/template_finder.rb ${GEM_LIBDIR}/lib/action_view/template_handler.rb +${GEM_LIBDIR}/lib/action_view/template_handlers.rb ${GEM_LIBDIR}/lib/action_view/template_handlers/builder.rb -${GEM_LIBDIR}/lib/action_view/template_handlers/compilable.rb ${GEM_LIBDIR}/lib/action_view/template_handlers/erb.rb ${GEM_LIBDIR}/lib/action_view/template_handlers/rjs.rb ${GEM_LIBDIR}/lib/action_view/test_case.rb @@ -137,14 +192,11 @@ ${GEM_LIBDIR}/test/controller/base_test.rb ${GEM_LIBDIR}/test/controller/benchmark_test.rb ${GEM_LIBDIR}/test/controller/caching_test.rb ${GEM_LIBDIR}/test/controller/capture_test.rb -${GEM_LIBDIR}/test/controller/cgi_test.rb -${GEM_LIBDIR}/test/controller/components_test.rb ${GEM_LIBDIR}/test/controller/content_type_test.rb ${GEM_LIBDIR}/test/controller/controller_fixtures/app/controllers/admin/user_controller.rb ${GEM_LIBDIR}/test/controller/controller_fixtures/app/controllers/user_controller.rb ${GEM_LIBDIR}/test/controller/controller_fixtures/vendor/plugins/bad_plugin/lib/plugin_controller.rb ${GEM_LIBDIR}/test/controller/cookie_test.rb -${GEM_LIBDIR}/test/controller/custom_handler_test.rb ${GEM_LIBDIR}/test/controller/deprecation/deprecated_base_methods_test.rb ${GEM_LIBDIR}/test/controller/dispatcher_test.rb ${GEM_LIBDIR}/test/controller/fake_controllers.rb @@ -154,23 +206,31 @@ ${GEM_LIBDIR}/test/controller/filters_test.rb ${GEM_LIBDIR}/test/controller/flash_test.rb ${GEM_LIBDIR}/test/controller/header_test.rb ${GEM_LIBDIR}/test/controller/helper_test.rb +${GEM_LIBDIR}/test/controller/html-scanner/cdata_node_test.rb ${GEM_LIBDIR}/test/controller/html-scanner/document_test.rb ${GEM_LIBDIR}/test/controller/html-scanner/node_test.rb ${GEM_LIBDIR}/test/controller/html-scanner/sanitizer_test.rb ${GEM_LIBDIR}/test/controller/html-scanner/tag_node_test.rb ${GEM_LIBDIR}/test/controller/html-scanner/text_node_test.rb ${GEM_LIBDIR}/test/controller/html-scanner/tokenizer_test.rb -${GEM_LIBDIR}/test/controller/http_authentication_test.rb +${GEM_LIBDIR}/test/controller/http_basic_authentication_test.rb +${GEM_LIBDIR}/test/controller/http_digest_authentication_test.rb ${GEM_LIBDIR}/test/controller/integration_test.rb -${GEM_LIBDIR}/test/controller/integration_upload_test.rb ${GEM_LIBDIR}/test/controller/layout_test.rb +${GEM_LIBDIR}/test/controller/logging_test.rb +${GEM_LIBDIR}/test/controller/middleware_stack_test.rb ${GEM_LIBDIR}/test/controller/mime_responds_test.rb ${GEM_LIBDIR}/test/controller/mime_type_test.rb -${GEM_LIBDIR}/test/controller/new_render_test.rb ${GEM_LIBDIR}/test/controller/polymorphic_routes_test.rb +${GEM_LIBDIR}/test/controller/rack_test.rb ${GEM_LIBDIR}/test/controller/record_identifier_test.rb ${GEM_LIBDIR}/test/controller/redirect_test.rb ${GEM_LIBDIR}/test/controller/render_test.rb +${GEM_LIBDIR}/test/controller/request/json_params_parsing_test.rb +${GEM_LIBDIR}/test/controller/request/multipart_params_parsing_test.rb +${GEM_LIBDIR}/test/controller/request/query_string_parsing_test.rb +${GEM_LIBDIR}/test/controller/request/url_encoded_params_parsing_test.rb +${GEM_LIBDIR}/test/controller/request/xml_params_parsing_test.rb ${GEM_LIBDIR}/test/controller/request_forgery_protection_test.rb ${GEM_LIBDIR}/test/controller/request_test.rb ${GEM_LIBDIR}/test/controller/rescue_test.rb @@ -180,14 +240,17 @@ ${GEM_LIBDIR}/test/controller/selector_test.rb ${GEM_LIBDIR}/test/controller/send_file_test.rb ${GEM_LIBDIR}/test/controller/session/cookie_store_test.rb ${GEM_LIBDIR}/test/controller/session/mem_cache_store_test.rb -${GEM_LIBDIR}/test/controller/session_fixation_test.rb -${GEM_LIBDIR}/test/controller/session_management_test.rb +${GEM_LIBDIR}/test/controller/session/test_session_test.rb ${GEM_LIBDIR}/test/controller/test_test.rb +${GEM_LIBDIR}/test/controller/translation_test.rb ${GEM_LIBDIR}/test/controller/url_rewriter_test.rb ${GEM_LIBDIR}/test/controller/verification_test.rb ${GEM_LIBDIR}/test/controller/view_paths_test.rb ${GEM_LIBDIR}/test/controller/webservice_test.rb +${GEM_LIBDIR}/test/fixtures/_top_level_partial.html.erb +${GEM_LIBDIR}/test/fixtures/_top_level_partial_only.erb ${GEM_LIBDIR}/test/fixtures/addresses/list.erb +${GEM_LIBDIR}/test/fixtures/alternate_helpers/foo_helper.rb ${GEM_LIBDIR}/test/fixtures/bad_customers/_bad_customer.html.erb ${GEM_LIBDIR}/test/fixtures/companies.yml ${GEM_LIBDIR}/test/fixtures/company.rb @@ -199,28 +262,39 @@ ${GEM_LIBDIR}/test/fixtures/customers/_customer.html.erb ${GEM_LIBDIR}/test/fixtures/db_definitions/sqlite.sql ${GEM_LIBDIR}/test/fixtures/developer.rb ${GEM_LIBDIR}/test/fixtures/developers.yml +${GEM_LIBDIR}/test/fixtures/developers/_developer.erb ${GEM_LIBDIR}/test/fixtures/developers_projects.yml +${GEM_LIBDIR}/test/fixtures/fun/games/_game.erb ${GEM_LIBDIR}/test/fixtures/fun/games/hello_world.erb +${GEM_LIBDIR}/test/fixtures/fun/serious/games/_game.erb ${GEM_LIBDIR}/test/fixtures/functional_caching/_partial.erb +${GEM_LIBDIR}/test/fixtures/functional_caching/formatted_fragment_cached.html.erb +${GEM_LIBDIR}/test/fixtures/functional_caching/formatted_fragment_cached.js.rjs +${GEM_LIBDIR}/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder ${GEM_LIBDIR}/test/fixtures/functional_caching/fragment_cached.html.erb ${GEM_LIBDIR}/test/fixtures/functional_caching/html_fragment_cached_with_partial.html.erb +${GEM_LIBDIR}/test/fixtures/functional_caching/inline_fragment_cached.html.erb ${GEM_LIBDIR}/test/fixtures/functional_caching/js_fragment_cached_with_partial.js.rjs ${GEM_LIBDIR}/test/fixtures/good_customers/_good_customer.html.erb ${GEM_LIBDIR}/test/fixtures/helpers/abc_helper.rb ${GEM_LIBDIR}/test/fixtures/helpers/fun/games_helper.rb ${GEM_LIBDIR}/test/fixtures/helpers/fun/pdf_helper.rb ${GEM_LIBDIR}/test/fixtures/layout_tests/alt/hello.rhtml +${GEM_LIBDIR}/test/fixtures/layout_tests/alt/layouts/alt.rhtml ${GEM_LIBDIR}/test/fixtures/layout_tests/layouts/controller_name_space/nested.rhtml ${GEM_LIBDIR}/test/fixtures/layout_tests/layouts/item.rhtml ${GEM_LIBDIR}/test/fixtures/layout_tests/layouts/layout_test.rhtml ${GEM_LIBDIR}/test/fixtures/layout_tests/layouts/multiple_extensions.html.erb ${GEM_LIBDIR}/test/fixtures/layout_tests/layouts/third_party_template_library.mab ${GEM_LIBDIR}/test/fixtures/layout_tests/views/hello.rhtml +${GEM_LIBDIR}/test/fixtures/layouts/_column.html.erb ${GEM_LIBDIR}/test/fixtures/layouts/block_with_layout.erb ${GEM_LIBDIR}/test/fixtures/layouts/builder.builder +${GEM_LIBDIR}/test/fixtures/layouts/default_html.html.erb ${GEM_LIBDIR}/test/fixtures/layouts/partial_with_layout.erb ${GEM_LIBDIR}/test/fixtures/layouts/standard.erb ${GEM_LIBDIR}/test/fixtures/layouts/talk_from_action.erb +${GEM_LIBDIR}/test/fixtures/layouts/xhr.html.erb ${GEM_LIBDIR}/test/fixtures/layouts/yield.erb ${GEM_LIBDIR}/test/fixtures/mascot.rb ${GEM_LIBDIR}/test/fixtures/mascots.yml @@ -228,9 +302,12 @@ ${GEM_LIBDIR}/test/fixtures/mascots/_mascot.html.erb ${GEM_LIBDIR}/test/fixtures/multipart/binary_file ${GEM_LIBDIR}/test/fixtures/multipart/boundary_problem_file ${GEM_LIBDIR}/test/fixtures/multipart/bracketed_param +${GEM_LIBDIR}/test/fixtures/multipart/empty +${GEM_LIBDIR}/test/fixtures/multipart/hello.txt ${GEM_LIBDIR}/test/fixtures/multipart/large_text_file ${GEM_LIBDIR}/test/fixtures/multipart/mixed_files ${GEM_LIBDIR}/test/fixtures/multipart/mona_lisa.jpg +${GEM_LIBDIR}/test/fixtures/multipart/none ${GEM_LIBDIR}/test/fixtures/multipart/single_parameter ${GEM_LIBDIR}/test/fixtures/multipart/text_file ${GEM_LIBDIR}/test/fixtures/override/test/hello_world.erb @@ -243,7 +320,9 @@ ${GEM_LIBDIR}/test/fixtures/post_test/super_post/index.html.erb ${GEM_LIBDIR}/test/fixtures/post_test/super_post/index.iphone.erb ${GEM_LIBDIR}/test/fixtures/project.rb ${GEM_LIBDIR}/test/fixtures/projects.yml +${GEM_LIBDIR}/test/fixtures/projects/_project.erb ${GEM_LIBDIR}/test/fixtures/public/404.html +${GEM_LIBDIR}/test/fixtures/public/500.da.html ${GEM_LIBDIR}/test/fixtures/public/500.html ${GEM_LIBDIR}/test/fixtures/public/images/rails.png ${GEM_LIBDIR}/test/fixtures/public/javascripts/application.js @@ -253,11 +332,15 @@ ${GEM_LIBDIR}/test/fixtures/public/javascripts/dragdrop.js ${GEM_LIBDIR}/test/fixtures/public/javascripts/effects.js ${GEM_LIBDIR}/test/fixtures/public/javascripts/prototype.js ${GEM_LIBDIR}/test/fixtures/public/javascripts/robber.js +${GEM_LIBDIR}/test/fixtures/public/javascripts/subdir/subdir.js ${GEM_LIBDIR}/test/fixtures/public/javascripts/version.1.0.js ${GEM_LIBDIR}/test/fixtures/public/stylesheets/bank.css ${GEM_LIBDIR}/test/fixtures/public/stylesheets/robber.css +${GEM_LIBDIR}/test/fixtures/public/stylesheets/subdir/subdir.css ${GEM_LIBDIR}/test/fixtures/public/stylesheets/version.1.0.css +${GEM_LIBDIR}/test/fixtures/quiz/questions/_question.html.erb ${GEM_LIBDIR}/test/fixtures/replies.yml +${GEM_LIBDIR}/test/fixtures/replies/_reply.erb ${GEM_LIBDIR}/test/fixtures/reply.rb ${GEM_LIBDIR}/test/fixtures/respond_to/all_types_with_layout.html.erb ${GEM_LIBDIR}/test/fixtures/respond_to/all_types_with_layout.js.rjs @@ -276,33 +359,39 @@ ${GEM_LIBDIR}/test/fixtures/respond_to/using_defaults_with_type_list.xml.builder ${GEM_LIBDIR}/test/fixtures/scope/test/modgreet.erb ${GEM_LIBDIR}/test/fixtures/shared.html.erb ${GEM_LIBDIR}/test/fixtures/symlink_parent/symlinked_layout.erb +${GEM_LIBDIR}/test/fixtures/test/_counter.html.erb ${GEM_LIBDIR}/test/fixtures/test/_customer.erb ${GEM_LIBDIR}/test/fixtures/test/_customer_counter.erb ${GEM_LIBDIR}/test/fixtures/test/_customer_greeting.erb +${GEM_LIBDIR}/test/fixtures/test/_customer_with_var.erb ${GEM_LIBDIR}/test/fixtures/test/_form.erb ${GEM_LIBDIR}/test/fixtures/test/_hash_greeting.erb ${GEM_LIBDIR}/test/fixtures/test/_hash_object.erb ${GEM_LIBDIR}/test/fixtures/test/_hello.builder ${GEM_LIBDIR}/test/fixtures/test/_labelling_form.erb +${GEM_LIBDIR}/test/fixtures/test/_layout_for_block_with_args.html.erb ${GEM_LIBDIR}/test/fixtures/test/_layout_for_partial.html.erb +${GEM_LIBDIR}/test/fixtures/test/_local_inspector.html.erb +${GEM_LIBDIR}/test/fixtures/test/_one.html.erb ${GEM_LIBDIR}/test/fixtures/test/_partial.erb ${GEM_LIBDIR}/test/fixtures/test/_partial.html.erb ${GEM_LIBDIR}/test/fixtures/test/_partial.js.erb ${GEM_LIBDIR}/test/fixtures/test/_partial_for_use_in_layout.html.erb ${GEM_LIBDIR}/test/fixtures/test/_partial_only.erb +${GEM_LIBDIR}/test/fixtures/test/_partial_with_only_html_version.html.erb ${GEM_LIBDIR}/test/fixtures/test/_person.erb ${GEM_LIBDIR}/test/fixtures/test/_raise.html.erb +${GEM_LIBDIR}/test/fixtures/test/_two.html.erb ${GEM_LIBDIR}/test/fixtures/test/action_talk_to_layout.erb -${GEM_LIBDIR}/test/fixtures/test/block_content_for.erb ${GEM_LIBDIR}/test/fixtures/test/calling_partial_with_layout.html.erb ${GEM_LIBDIR}/test/fixtures/test/capturing.erb ${GEM_LIBDIR}/test/fixtures/test/content_for.erb ${GEM_LIBDIR}/test/fixtures/test/content_for_concatenated.erb ${GEM_LIBDIR}/test/fixtures/test/content_for_with_parameter.erb ${GEM_LIBDIR}/test/fixtures/test/delete_with_js.rjs +${GEM_LIBDIR}/test/fixtures/test/dont_pick_me ${GEM_LIBDIR}/test/fixtures/test/dot.directory/render_file_with_ivar.erb ${GEM_LIBDIR}/test/fixtures/test/enum_rjs_test.rjs -${GEM_LIBDIR}/test/fixtures/test/erb_content_for.erb ${GEM_LIBDIR}/test/fixtures/test/formatted_html_erb.html.erb ${GEM_LIBDIR}/test/fixtures/test/formatted_xml_erb.builder ${GEM_LIBDIR}/test/fixtures/test/formatted_xml_erb.html.erb @@ -310,49 +399,73 @@ ${GEM_LIBDIR}/test/fixtures/test/formatted_xml_erb.xml.erb ${GEM_LIBDIR}/test/fixtures/test/greeting.erb ${GEM_LIBDIR}/test/fixtures/test/greeting.js.rjs ${GEM_LIBDIR}/test/fixtures/test/hello.builder +${GEM_LIBDIR}/test/fixtures/test/hello_world.da.html.erb ${GEM_LIBDIR}/test/fixtures/test/hello_world.erb +${GEM_LIBDIR}/test/fixtures/test/hello_world.erb~ +${GEM_LIBDIR}/test/fixtures/test/hello_world.pt-BR.html.erb ${GEM_LIBDIR}/test/fixtures/test/hello_world_container.builder ${GEM_LIBDIR}/test/fixtures/test/hello_world_from_rxml.builder ${GEM_LIBDIR}/test/fixtures/test/hello_world_with_layout_false.erb ${GEM_LIBDIR}/test/fixtures/test/hello_xml_world.builder +${GEM_LIBDIR}/test/fixtures/test/hyphen-ated.erb +${GEM_LIBDIR}/test/fixtures/test/implicit_content_type.atom.builder ${GEM_LIBDIR}/test/fixtures/test/list.erb +${GEM_LIBDIR}/test/fixtures/test/malformed/malformed.en.html.erb~ +${GEM_LIBDIR}/test/fixtures/test/malformed/malformed.erb~ +${GEM_LIBDIR}/test/fixtures/test/malformed/malformed.html.erb~ +${GEM_LIBDIR}/test/fixtures/test/nested_layout.erb ${GEM_LIBDIR}/test/fixtures/test/non_erb_block_content_for.builder ${GEM_LIBDIR}/test/fixtures/test/potential_conflicts.erb +${GEM_LIBDIR}/test/fixtures/test/render_explicit_html_template.js.rjs ${GEM_LIBDIR}/test/fixtures/test/render_file_from_template.html.erb ${GEM_LIBDIR}/test/fixtures/test/render_file_with_ivar.erb ${GEM_LIBDIR}/test/fixtures/test/render_file_with_locals.erb +${GEM_LIBDIR}/test/fixtures/test/render_implicit_html_template.js.rjs +${GEM_LIBDIR}/test/fixtures/test/render_implicit_html_template_from_xhr_request.da.html.erb +${GEM_LIBDIR}/test/fixtures/test/render_implicit_html_template_from_xhr_request.html.erb +${GEM_LIBDIR}/test/fixtures/test/render_implicit_js_template_without_layout.js.erb ${GEM_LIBDIR}/test/fixtures/test/render_to_string_test.erb +${GEM_LIBDIR}/test/fixtures/test/sub_template_raise.html.erb +${GEM_LIBDIR}/test/fixtures/test/template.erb ${GEM_LIBDIR}/test/fixtures/test/update_element_with_capture.erb ${GEM_LIBDIR}/test/fixtures/test/using_layout_around_block.html.erb +${GEM_LIBDIR}/test/fixtures/test/using_layout_around_block_with_args.html.erb +${GEM_LIBDIR}/test/fixtures/test/utf8.html.erb ${GEM_LIBDIR}/test/fixtures/topic.rb ${GEM_LIBDIR}/test/fixtures/topics.yml ${GEM_LIBDIR}/test/fixtures/topics/_topic.html.erb +${GEM_LIBDIR}/test/template/active_record_helper_i18n_test.rb ${GEM_LIBDIR}/test/template/active_record_helper_test.rb ${GEM_LIBDIR}/test/template/asset_tag_helper_test.rb ${GEM_LIBDIR}/test/template/atom_feed_helper_test.rb ${GEM_LIBDIR}/test/template/benchmark_helper_test.rb +${GEM_LIBDIR}/test/template/compiled_templates_test.rb +${GEM_LIBDIR}/test/template/date_helper_i18n_test.rb ${GEM_LIBDIR}/test/template/date_helper_test.rb -${GEM_LIBDIR}/test/template/deprecated_erb_variable_test.rb ${GEM_LIBDIR}/test/template/erb_util_test.rb ${GEM_LIBDIR}/test/template/form_helper_test.rb ${GEM_LIBDIR}/test/template/form_options_helper_test.rb ${GEM_LIBDIR}/test/template/form_tag_helper_test.rb ${GEM_LIBDIR}/test/template/javascript_helper_test.rb +${GEM_LIBDIR}/test/template/number_helper_i18n_test.rb ${GEM_LIBDIR}/test/template/number_helper_test.rb ${GEM_LIBDIR}/test/template/prototype_helper_test.rb ${GEM_LIBDIR}/test/template/record_tag_helper_test.rb +${GEM_LIBDIR}/test/template/render_test.rb ${GEM_LIBDIR}/test/template/sanitize_helper_test.rb ${GEM_LIBDIR}/test/template/scriptaculous_helper_test.rb ${GEM_LIBDIR}/test/template/tag_helper_test.rb -${GEM_LIBDIR}/test/template/template_finder_test.rb -${GEM_LIBDIR}/test/template/template_object_test.rb ${GEM_LIBDIR}/test/template/test_test.rb ${GEM_LIBDIR}/test/template/text_helper_test.rb +${GEM_LIBDIR}/test/template/translation_helper_test.rb ${GEM_LIBDIR}/test/template/url_helper_test.rb ${GEM_LIBDIR}/test/testing_sandbox.rb +${GEM_LIBDIR}/test/view/test_case_test.rb ${GEM_HOME}/specifications/actionpack-${PKGVERSION}.gemspec +@dirrm ${GEM_LIBDIR}/test/view @dirrm ${GEM_LIBDIR}/test/template @dirrm ${GEM_LIBDIR}/test/fixtures/topics +@dirrm ${GEM_LIBDIR}/test/fixtures/test/malformed @dirrm ${GEM_LIBDIR}/test/fixtures/test/dot.directory @dirrm ${GEM_LIBDIR}/test/fixtures/test @dirrm ${GEM_LIBDIR}/test/fixtures/symlink_parent @@ -360,10 +473,16 @@ ${GEM_HOME}/specifications/actionpack-${PKGVERSION}.gemspec @dirrm ${GEM_LIBDIR}/test/fixtures/scope @dirrm ${GEM_LIBDIR}/test/fixtures/respond_to/layouts @dirrm ${GEM_LIBDIR}/test/fixtures/respond_to +@dirrm ${GEM_LIBDIR}/test/fixtures/replies +@dirrm ${GEM_LIBDIR}/test/fixtures/quiz/questions +@dirrm ${GEM_LIBDIR}/test/fixtures/quiz +@dirrm ${GEM_LIBDIR}/test/fixtures/public/stylesheets/subdir @dirrm ${GEM_LIBDIR}/test/fixtures/public/stylesheets +@dirrm ${GEM_LIBDIR}/test/fixtures/public/javascripts/subdir @dirrm ${GEM_LIBDIR}/test/fixtures/public/javascripts @dirrm ${GEM_LIBDIR}/test/fixtures/public/images @dirrm ${GEM_LIBDIR}/test/fixtures/public +@dirrm ${GEM_LIBDIR}/test/fixtures/projects @dirrm ${GEM_LIBDIR}/test/fixtures/post_test/super_post @dirrm ${GEM_LIBDIR}/test/fixtures/post_test/post @dirrm ${GEM_LIBDIR}/test/fixtures/post_test/layouts @@ -379,21 +498,27 @@ ${GEM_HOME}/specifications/actionpack-${PKGVERSION}.gemspec @dirrm ${GEM_LIBDIR}/test/fixtures/layout_tests/views @dirrm ${GEM_LIBDIR}/test/fixtures/layout_tests/layouts/controller_name_space @dirrm ${GEM_LIBDIR}/test/fixtures/layout_tests/layouts +@dirrm ${GEM_LIBDIR}/test/fixtures/layout_tests/alt/layouts @dirrm ${GEM_LIBDIR}/test/fixtures/layout_tests/alt @dirrm ${GEM_LIBDIR}/test/fixtures/layout_tests @dirrm ${GEM_LIBDIR}/test/fixtures/helpers/fun @dirrm ${GEM_LIBDIR}/test/fixtures/helpers @dirrm ${GEM_LIBDIR}/test/fixtures/good_customers @dirrm ${GEM_LIBDIR}/test/fixtures/functional_caching +@dirrm ${GEM_LIBDIR}/test/fixtures/fun/serious/games +@dirrm ${GEM_LIBDIR}/test/fixtures/fun/serious @dirrm ${GEM_LIBDIR}/test/fixtures/fun/games @dirrm ${GEM_LIBDIR}/test/fixtures/fun +@dirrm ${GEM_LIBDIR}/test/fixtures/developers @dirrm ${GEM_LIBDIR}/test/fixtures/db_definitions @dirrm ${GEM_LIBDIR}/test/fixtures/customers @dirrm ${GEM_LIBDIR}/test/fixtures/content_type @dirrm ${GEM_LIBDIR}/test/fixtures/bad_customers +@dirrm ${GEM_LIBDIR}/test/fixtures/alternate_helpers @dirrm ${GEM_LIBDIR}/test/fixtures/addresses @dirrm ${GEM_LIBDIR}/test/fixtures @dirrm ${GEM_LIBDIR}/test/controller/session +@dirrm ${GEM_LIBDIR}/test/controller/request @dirrm ${GEM_LIBDIR}/test/controller/html-scanner @dirrm ${GEM_LIBDIR}/test/controller/deprecation @dirrm ${GEM_LIBDIR}/test/controller/controller_fixtures/vendor/plugins/bad_plugin/lib @@ -408,10 +533,20 @@ ${GEM_HOME}/specifications/actionpack-${PKGVERSION}.gemspec @dirrm ${GEM_LIBDIR}/test/activerecord @dirrm ${GEM_LIBDIR}/test @dirrm ${GEM_LIBDIR}/lib/action_view/template_handlers -@dirrm ${GEM_LIBDIR}/lib/action_view/helpers/javascripts +@dirrm ${GEM_LIBDIR}/lib/action_view/locale @dirrm ${GEM_LIBDIR}/lib/action_view/helpers +@dirrm ${GEM_LIBDIR}/lib/action_view/erb @dirrm ${GEM_LIBDIR}/lib/action_view @dirrm ${GEM_LIBDIR}/lib/action_pack +@dirrm ${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/session/abstract +@dirrm ${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/session +@dirrm ${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/handler +@dirrm ${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth/digest +@dirrm ${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth/abstract +@dirrm ${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/auth +@dirrm ${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack/adapter +@dirrm ${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0/rack +@dirrm ${GEM_LIBDIR}/lib/action_controller/vendor/rack-1.0 @dirrm ${GEM_LIBDIR}/lib/action_controller/vendor/html-scanner/html @dirrm ${GEM_LIBDIR}/lib/action_controller/vendor/html-scanner @dirrm ${GEM_LIBDIR}/lib/action_controller/vendor diff --git a/www/ruby-actionpack/distinfo b/www/ruby-actionpack/distinfo index 7c8f25d5a75..1619c8de209 100644 --- a/www/ruby-actionpack/distinfo +++ b/www/ruby-actionpack/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2008/09/15 05:50:42 minskim Exp $ +$NetBSD: distinfo,v 1.16 2009/04/07 17:13:27 minskim Exp $ -SHA1 (actionpack-2.1.1.gem) = 1303886d9f3c74f989bc193a9a161da22fa95df0 -RMD160 (actionpack-2.1.1.gem) = 42b646a407e8d642b0a3cee3e2197f9a355737d8 -Size (actionpack-2.1.1.gem) = 743936 bytes +SHA1 (actionpack-2.3.2.gem) = 31e9815ed5d901b6b7f618bb7140f16d1a79ebfc +RMD160 (actionpack-2.3.2.gem) = 800602f5c03b08ca8ca292cc7f82ef009c0e2160 +Size (actionpack-2.3.2.gem) = 767488 bytes SHA1 (patch-ab) = bfba841b0af9d503a71745cc8d992e9d09d94191 diff --git a/www/ruby-activeresource/Makefile b/www/ruby-activeresource/Makefile index 173d838b3fe..db2cce7d20c 100644 --- a/www/ruby-activeresource/Makefile +++ b/www/ruby-activeresource/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2008/09/15 05:43:01 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2009/04/07 17:13:27 minskim Exp $ -DISTNAME= activeresource-2.1.1 +DISTNAME= activeresource-2.3.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= www @@ -8,7 +8,7 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://rubyforge.org/projects/activeresource/ COMMENT= Object-relational mapping for REST webservices -DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.1.1:../../devel/ruby-activesupport +DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.2:../../devel/ruby-activesupport .include "../../misc/rubygems/rubygem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-activeresource/distinfo b/www/ruby-activeresource/distinfo index 8c385e6e525..b5af3463e97 100644 --- a/www/ruby-activeresource/distinfo +++ b/www/ruby-activeresource/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2008/09/15 05:43:01 minskim Exp $ +$NetBSD: distinfo,v 1.5 2009/04/07 17:13:27 minskim Exp $ -SHA1 (activeresource-2.1.1.gem) = 675e75c219ed657706aa5c82e1600110c301b6a4 -RMD160 (activeresource-2.1.1.gem) = 298c6ab3462516cb9c90b64624682fa8f6eb5c7e -Size (activeresource-2.1.1.gem) = 40448 bytes +SHA1 (activeresource-2.3.2.gem) = dd710ed6991e6ded1af29e72babb96aa839c5fef +RMD160 (activeresource-2.3.2.gem) = 912f55d51d3707421042f6d2add639391ab01edc +Size (activeresource-2.3.2.gem) = 41472 bytes |