Update to 3.0.3.

ok landry
This commit is contained in:
jeremy 2010-12-08 21:44:48 +00:00
parent 746dffb2b7
commit f6f7353f5a
15 changed files with 351 additions and 1194 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.29 2010/12/03 11:50:16 jasper Exp $
# $OpenBSD: Makefile,v 1.30 2010/12/08 21:47:30 jeremy Exp $
COMMENT = object relation model implementation for ruby
DISTNAME = activerecord-2.3.4
REVISION = 2
VERSION = 3.0.3
DISTNAME = activerecord-${VERSION}
CATEGORIES = databases
# MIT License
@ -14,8 +14,11 @@ PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-activesupport,${MODRUBY_FLAVOR}=2.3.4
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-activesupport,${MODRUBY_FLAVOR}=${VERSION} \
devel/ruby-activemodel,${MODRUBY_FLAVOR}=${VERSION} \
devel/ruby-tzinfo,${MODRUBY_FLAVOR}>=0.3.23,<0.4 \
databases/ruby-arel,${MODRUBY_FLAVOR}>=2.0.2,<2.1
CONFIGURE_STYLE = ruby gem

View File

@ -1,5 +1,5 @@
MD5 (activerecord-2.3.4.gem) = 7bKTiPZx0nwWcMUmlPLdmQ==
RMD160 (activerecord-2.3.4.gem) = lQzqz1u+VOiYdpoGuZUkUtXL0LY=
SHA1 (activerecord-2.3.4.gem) = SWHLC5kzRxJ8/dbfgOnEustPbrw=
SHA256 (activerecord-2.3.4.gem) = 3nPTu3tOWVe6/TssmJUkEJhI4if2ogIjtJGDroQ4qG4=
SIZE (activerecord-2.3.4.gem) = 542720
MD5 (activerecord-3.0.3.gem) = TfrsbVEa1Q7eEwkvGrrf8A==
RMD160 (activerecord-3.0.3.gem) = T7duVjE956FhocSR+fGg/KRoibQ=
SHA1 (activerecord-3.0.3.gem) = +xiQHz47p0s9YtTVihMO5+Btl1s=
SHA256 (activerecord-3.0.3.gem) = d3aTmNI1ZtV5JbVImmckiDXzzPm2GRTkB+sy7XxwsaA=
SIZE (activerecord-3.0.3.gem) = 340992

View File

@ -1,14 +1,12 @@
@comment $OpenBSD: PLIST,v 1.16 2010/11/08 23:24:39 jeremy Exp $
@comment $OpenBSD: PLIST,v 1.17 2010/12/08 21:47:30 jeremy Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG
${GEM_LIB}/gems/${DISTNAME}/README
${GEM_LIB}/gems/${DISTNAME}/RUNNING_UNIT_TESTS
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
${GEM_LIB}/gems/${DISTNAME}/examples/
${GEM_LIB}/gems/${DISTNAME}/examples/associations.png
${GEM_LIB}/gems/${DISTNAME}/examples/performance.rb
${GEM_LIB}/gems/${DISTNAME}/install.rb
${GEM_LIB}/gems/${DISTNAME}/examples/simple.rb
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/
${GEM_LIB}/gems/${DISTNAME}/lib/active_record.rb
@ -25,16 +23,24 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_record/associations/has_many_association.
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/associations/has_many_through_association.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/associations/has_one_association.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/associations/has_one_through_association.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/associations/through_association_scope.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/attribute_methods/
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/attribute_methods.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/attribute_methods/before_type_cast.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/attribute_methods/dirty.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/attribute_methods/primary_key.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/attribute_methods/query.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/attribute_methods/read.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/attribute_methods/time_zone_conversion.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/attribute_methods/write.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/autosave_association.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/base.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/batches.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/calculations.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/callbacks.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/connection_adapters/
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/connection_adapters/abstract/
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/connection_adapters/abstract/connection_pool.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/connection_adapters/abstract/connection_specification.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/connection_adapters/abstract/database_limits.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/connection_adapters/abstract/database_statements.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/connection_adapters/abstract/query_cache.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/connection_adapters/abstract/quoting.rb
@ -45,345 +51,71 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_record/connection_adapters/mysql_adapter.
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/connection_adapters/postgresql_adapter.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/connection_adapters/sqlite3_adapter.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/connection_adapters/sqlite_adapter.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/dirty.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/counter_cache.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/dynamic_finder_match.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/dynamic_scope_match.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/errors.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/fixtures.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/i18n_interpolation_deprecation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/locale/
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/locale/en.yml
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/locking/
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/locking/optimistic.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/locking/pessimistic.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/log_subscriber.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/migration.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/named_scope.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/nested_attributes.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/observer.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/persistence.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/query_cache.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/railtie.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/railties/
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/railties/controller_runtime.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/railties/databases.rake
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/reflection.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/relation/
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/relation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/relation/batches.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/relation/calculations.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/relation/finder_methods.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/relation/predicate_builder.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/relation/query_methods.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/relation/spawn_methods.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/schema.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/schema_dumper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/serialization.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/serializers/
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/serializers/json_serializer.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/serializers/xml_serializer.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/session_store.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/test_case.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/timestamp.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/transactions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/validations/
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/validations.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/validations/associated.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/validations/uniqueness.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_record/version.rb
${GEM_LIB}/gems/${DISTNAME}/lib/activerecord.rb
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/assets/
${GEM_LIB}/gems/${DISTNAME}/test/assets/example.log
${GEM_LIB}/gems/${DISTNAME}/test/assets/flowers.jpg
${GEM_LIB}/gems/${DISTNAME}/test/cases/
${GEM_LIB}/gems/${DISTNAME}/test/cases/aaa_create_tables_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/active_schema_test_mysql.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/active_schema_test_postgresql.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/adapter_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/aggregations_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/ar_schema_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/associations/
${GEM_LIB}/gems/${DISTNAME}/test/cases/associations/belongs_to_associations_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/associations/callbacks_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/associations/cascaded_eager_loading_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/associations/eager_load_includes_full_sti_class_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/associations/eager_load_nested_include_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/associations/eager_singularization_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/associations/eager_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/associations/extension_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/associations/habtm_join_table_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/associations/has_and_belongs_to_many_associations_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/associations/has_many_associations_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/associations/has_many_through_associations_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/associations/has_one_associations_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/associations/has_one_through_associations_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/associations/inner_join_association_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/associations/join_model_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/associations_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/attribute_methods_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/autosave_association_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/base_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/batches_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/binary_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/calculations_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/callbacks_observers_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/callbacks_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/class_inheritable_attributes_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/column_alias_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/column_definition_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/connection_pool_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/connection_test_firebird.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/connection_test_mysql.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/copy_table_test_sqlite.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/database_statements_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/datatype_test_postgresql.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/date_time_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/default_test_firebird.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/defaults_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/deprecated_finder_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/dirty_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/finder_respond_to_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/finder_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/fixtures_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/i18n_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/inheritance_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/invalid_date_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/json_serialization_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/lifecycle_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/locking_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/method_scoping_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/migration_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/migration_test_firebird.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/mixin_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/modules_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/multiple_db_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/named_scope_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/nested_attributes_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/pk_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/pooled_connections_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/query_cache_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/readonly_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/reflection_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/reload_models_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/repair_helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/reserved_word_test_mysql.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/sanitize_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/schema_authorization_test_postgresql.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/schema_dumper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/schema_test_postgresql.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/serialization_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/synonym_test_oracle.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/timestamp_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/transactions_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/unconnected_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/validations_i18n_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/validations_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/cases/xml_serialization_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/config.rb
${GEM_LIB}/gems/${DISTNAME}/test/connections/
${GEM_LIB}/gems/${DISTNAME}/test/connections/jdbc_jdbcderby/
${GEM_LIB}/gems/${DISTNAME}/test/connections/jdbc_jdbcderby/connection.rb
${GEM_LIB}/gems/${DISTNAME}/test/connections/jdbc_jdbch2/
${GEM_LIB}/gems/${DISTNAME}/test/connections/jdbc_jdbch2/connection.rb
${GEM_LIB}/gems/${DISTNAME}/test/connections/jdbc_jdbchsqldb/
${GEM_LIB}/gems/${DISTNAME}/test/connections/jdbc_jdbchsqldb/connection.rb
${GEM_LIB}/gems/${DISTNAME}/test/connections/jdbc_jdbcmysql/
${GEM_LIB}/gems/${DISTNAME}/test/connections/jdbc_jdbcmysql/connection.rb
${GEM_LIB}/gems/${DISTNAME}/test/connections/jdbc_jdbcpostgresql/
${GEM_LIB}/gems/${DISTNAME}/test/connections/jdbc_jdbcpostgresql/connection.rb
${GEM_LIB}/gems/${DISTNAME}/test/connections/jdbc_jdbcsqlite3/
${GEM_LIB}/gems/${DISTNAME}/test/connections/jdbc_jdbcsqlite3/connection.rb
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_db2/
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_db2/connection.rb
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_firebird/
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_firebird/connection.rb
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_frontbase/
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_frontbase/connection.rb
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_mysql/
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_mysql/connection.rb
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_openbase/
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_openbase/connection.rb
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_oracle/
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_oracle/connection.rb
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_postgresql/
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_postgresql/connection.rb
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_sqlite/
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_sqlite/connection.rb
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_sqlite3/
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_sqlite3/connection.rb
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_sqlite3/in_memory_connection.rb
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_sybase/
${GEM_LIB}/gems/${DISTNAME}/test/connections/native_sybase/connection.rb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/accounts.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/all/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/all/developers.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/all/people.csv
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/all/tasks.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/author_addresses.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/author_favorites.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/authors.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/binaries.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/books.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/categories/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/categories.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/categories/special_categories.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/categories/subsubdir/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/categories/subsubdir/arbitrary_filename.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/categories_ordered.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/categories_posts.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/categorizations.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/clubs.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/comments.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/companies.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/computers.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/courses.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/customers.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/developers.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/developers_projects.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/edges.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/entrants.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/fixture_database.sqlite
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/fixture_database.sqlite3
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/fixture_database_2.sqlite
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/fixture_database_2.sqlite3
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/fk_test_has_fk.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/fk_test_has_pk.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/funny_jokes.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/items.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/jobs.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/legacy_things.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/mateys.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/member_types.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/members.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/memberships.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/minimalistics.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/mixed_case_monkeys.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/mixins.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/movies.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/naked/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/naked/csv/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/naked/csv/accounts.csv
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/naked/yml/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/naked/yml/accounts.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/naked/yml/companies.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/naked/yml/courses.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/organizations.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/owners.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/parrots.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/parrots_pirates.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/people.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/pets.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/pirates.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/posts.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/price_estimates.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/projects.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/readers.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/references.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/reserved_words/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/reserved_words/distinct.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/reserved_words/distincts_selects.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/reserved_words/group.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/reserved_words/select.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/reserved_words/values.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/ships.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/sponsors.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/subscribers.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/subscriptions.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/taggings.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/tags.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/tasks.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/topics.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/toys.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/treasures.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/vertices.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/warehouse-things.yml
${GEM_LIB}/gems/${DISTNAME}/test/migrations/
${GEM_LIB}/gems/${DISTNAME}/test/migrations/broken/
${GEM_LIB}/gems/${DISTNAME}/test/migrations/broken/100_migration_that_raises_exception.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/decimal/
${GEM_LIB}/gems/${DISTNAME}/test/migrations/decimal/1_give_me_big_numbers.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/duplicate/
${GEM_LIB}/gems/${DISTNAME}/test/migrations/duplicate/1_people_have_last_names.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/duplicate/2_we_need_reminders.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/duplicate/3_foo.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/duplicate/3_innocent_jointable.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/duplicate_names/
${GEM_LIB}/gems/${DISTNAME}/test/migrations/duplicate_names/20080507052938_chunky.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/duplicate_names/20080507053028_chunky.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/interleaved/
${GEM_LIB}/gems/${DISTNAME}/test/migrations/interleaved/pass_1/
${GEM_LIB}/gems/${DISTNAME}/test/migrations/interleaved/pass_1/3_innocent_jointable.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/interleaved/pass_2/
${GEM_LIB}/gems/${DISTNAME}/test/migrations/interleaved/pass_2/1_people_have_last_names.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/interleaved/pass_2/3_innocent_jointable.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/interleaved/pass_3/
${GEM_LIB}/gems/${DISTNAME}/test/migrations/interleaved/pass_3/1_people_have_last_names.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/interleaved/pass_3/2_i_raise_on_down.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/interleaved/pass_3/3_innocent_jointable.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/missing/
${GEM_LIB}/gems/${DISTNAME}/test/migrations/missing/1000_people_have_middle_names.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/missing/1_people_have_last_names.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/missing/3_we_need_reminders.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/missing/4_innocent_jointable.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/valid/
${GEM_LIB}/gems/${DISTNAME}/test/migrations/valid/1_people_have_last_names.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/valid/2_we_need_reminders.rb
${GEM_LIB}/gems/${DISTNAME}/test/migrations/valid/3_innocent_jointable.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/
${GEM_LIB}/gems/${DISTNAME}/test/models/author.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/auto_id.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/binary.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/bird.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/book.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/categorization.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/category.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/citation.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/club.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/column_name.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/comment.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/company.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/company_in_module.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/computer.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/contact.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/contract.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/course.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/customer.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/default.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/developer.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/edge.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/entrant.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/essay.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/event.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/guid.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/item.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/job.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/joke.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/keyboard.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/legacy_thing.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/matey.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/member.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/member_detail.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/member_type.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/membership.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/minimalistic.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/mixed_case_monkey.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/movie.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/order.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/organization.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/owner.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/parrot.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/person.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/pet.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/pirate.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/post.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/price_estimate.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/project.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/reader.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/reference.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/reply.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/ship.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/ship_part.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/sponsor.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/subject.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/subscriber.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/subscription.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/tag.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/tagging.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/task.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/topic.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/toy.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/treasure.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/vertex.rb
${GEM_LIB}/gems/${DISTNAME}/test/models/warehouse_thing.rb
${GEM_LIB}/gems/${DISTNAME}/test/schema/
${GEM_LIB}/gems/${DISTNAME}/test/schema/mysql_specific_schema.rb
${GEM_LIB}/gems/${DISTNAME}/test/schema/postgresql_specific_schema.rb
${GEM_LIB}/gems/${DISTNAME}/test/schema/schema.rb
${GEM_LIB}/gems/${DISTNAME}/test/schema/schema2.rb
${GEM_LIB}/gems/${DISTNAME}/test/schema/sqlite_specific_schema.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rails/
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/migration/
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/migration.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/migration/migration_generator.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/migration/templates/
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/migration/templates/migration.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/model/
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/model/model_generator.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/model/templates/
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/model/templates/migration.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/model/templates/model.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/model/templates/module.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/observer/
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/observer/observer_generator.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/observer/templates/
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/observer/templates/observer.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/session_migration/
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/session_migration/session_migration_generator.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/session_migration/templates/
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/active_record/session_migration/templates/migration.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.26 2010/11/24 21:35:13 jeremy Exp $
# $OpenBSD: Makefile,v 1.27 2010/12/08 21:49:50 jeremy Exp $
COMMENT = eases web-request routing, handling, and response
DISTNAME = actionpack-2.3.4
REVISION = 2
VERSION = 3.0.3
DISTNAME = actionpack-${VERSION}
CATEGORIES = devel
# MIT License
@ -15,8 +15,15 @@ PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-activesupport,${MODRUBY_FLAVOR}>=2.3.4 \
www/ruby-rack,${MODRUBY_FLAVOR}>=1.0.0
RUN_DEPENDS = devel/ruby-activesupport,${MODRUBY_FLAVOR}=${VERSION} \
devel/ruby-activemodel,${MODRUBY_FLAVOR}=${VERSION} \
devel/ruby-i18n,${MODRUBY_FLAVOR}>=0.4,<1.0 \
devel/ruby-tzinfo,${MODRUBY_FLAVOR}>=0.3.23,<0.4 \
www/ruby-rack,${MODRUBY_FLAVOR}>=1.2.1,<1.3 \
www/ruby-rack-mount,${MODRUBY_FLAVOR}>=0.6.13,<0.7 \
www/ruby-rack-test,${MODRUBY_FLAVOR}>=0.5.6,<0.6 \
textproc/ruby-builder,${MODRUBY_FLAVOR}>=2.1.2,<2.2 \
textproc/ruby-erubis,${MODRUBY_FLAVOR}>=2.6.6,<2.7
CONFIGURE_STYLE = ruby gem

View File

@ -1,5 +1,5 @@
MD5 (actionpack-2.3.4.gem) = 2lNjUGXZCD7De+SjZ2OvnA==
RMD160 (actionpack-2.3.4.gem) = g2Juavn30JksJYIpXloL+LBSLYw=
SHA1 (actionpack-2.3.4.gem) = pGiy/rOhWBOwqNEJaK0sLAnm6sA=
SHA256 (actionpack-2.3.4.gem) = +9/Hlw32vurvz34fn2viROEWSRXxpDT6j5f72NhQhro=
SIZE (actionpack-2.3.4.gem) = 733184
MD5 (actionpack-3.0.3.gem) = N6T3VdXqSoYoAB6uUMZKuw==
RMD160 (actionpack-3.0.3.gem) = irbaSSR0O5rAwl7Q9yzK5hiVEfs=
SHA1 (actionpack-3.0.3.gem) = IKao6o3Yc5HwizX3L6/QBb9RvA8=
SHA256 (actionpack-3.0.3.gem) = Q9qpqlNcpJ0VLs/MMDOIpCKoo9jRiJtGHDKuVIEJF0o=
SIZE (actionpack-3.0.3.gem) = 351232

View File

@ -1,93 +1,68 @@
@comment $OpenBSD: PLIST,v 1.15 2010/11/08 23:24:40 jeremy Exp $
@comment $OpenBSD: PLIST,v 1.16 2010/12/08 21:49:50 jeremy Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG
${GEM_LIB}/gems/${DISTNAME}/MIT-LICENSE
${GEM_LIB}/gems/${DISTNAME}/README
${GEM_LIB}/gems/${DISTNAME}/RUNNING_UNIT_TESTS
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/install.rb
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/abstract_controller/
${GEM_LIB}/gems/${DISTNAME}/lib/abstract_controller.rb
${GEM_LIB}/gems/${DISTNAME}/lib/abstract_controller/asset_paths.rb
${GEM_LIB}/gems/${DISTNAME}/lib/abstract_controller/base.rb
${GEM_LIB}/gems/${DISTNAME}/lib/abstract_controller/callbacks.rb
${GEM_LIB}/gems/${DISTNAME}/lib/abstract_controller/collector.rb
${GEM_LIB}/gems/${DISTNAME}/lib/abstract_controller/helpers.rb
${GEM_LIB}/gems/${DISTNAME}/lib/abstract_controller/layouts.rb
${GEM_LIB}/gems/${DISTNAME}/lib/abstract_controller/logger.rb
${GEM_LIB}/gems/${DISTNAME}/lib/abstract_controller/rendering.rb
${GEM_LIB}/gems/${DISTNAME}/lib/abstract_controller/translation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/abstract_controller/view_paths.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/assertions/
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/assertions/dom_assertions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/assertions/model_assertions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/assertions/response_assertions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/assertions/routing_assertions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/assertions/selector_assertions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/assertions/tag_assertions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/base.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/benchmarking.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/caching/
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/caching.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/caching/actions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/caching/fragments.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/caching/pages.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/caching/sweeper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/caching/sweeping.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/cgi_ext/
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/cgi_ext.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/cgi_ext/cookie.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/cgi_ext/query_extension.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/cgi_ext/stdinput.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/cgi_process.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/cookies.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/dispatcher.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/failsafe.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/filters.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/flash.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/headers.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/helpers.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/http_authentication.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/integration.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/layout.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/middleware_stack.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/middlewares.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/mime_responds.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/mime_type.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/mime_types.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/params_parser.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/performance_test.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/polymorphic_routes.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/deprecated/
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/deprecated.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/deprecated/base.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/deprecated/dispatcher.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/deprecated/integration_test.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/deprecated/performance_test.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/deprecated/url_writer.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/log_subscriber.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/compatibility.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/conditional_get.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/cookies.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/exceptions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/flash.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/head.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/helpers.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/hide_actions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/http_authentication.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/implicit_render.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/instrumentation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/mime_responds.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/rack_delegation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/redirecting.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/renderers.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/rendering.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/request_forgery_protection.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/rescue.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/responder.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/session_management.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/streaming.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/testing.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/metal/url_for.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/middleware.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/railtie.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/record_identifier.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/reloader.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/request.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/request_forgery_protection.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/rescue.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/resources.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/response.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/routing/
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/routing.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/routing/builder.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/routing/optimisations.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/routing/recognition_optimisation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/routing/route.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/routing/route_set.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/routing/routing_ext.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/routing/segments.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/session/
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/session/abstract_store.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/session/cookie_store.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/session/mem_cache_store.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/session_management.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/status_codes.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/streaming.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/templates/
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/templates/rescues/
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/templates/rescues/_request_and_response.erb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/templates/rescues/_trace.erb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/templates/rescues/diagnostics.erb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/templates/rescues/layout.erb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/templates/rescues/missing_template.erb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/templates/rescues/routing_error.erb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/templates/rescues/template_error.erb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/templates/rescues/unknown_action.erb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/test_case.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/test_process.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/translation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/uploaded_file.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/url_rewriter.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/vendor/
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/vendor/html-scanner/
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/vendor/html-scanner.rb
@ -98,23 +73,84 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/vendor/html-scanner/html/sanit
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/vendor/html-scanner/html/selector.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/vendor/html-scanner/html/tokenizer.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/vendor/html-scanner/html/version.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_controller/verification.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/http/
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/http/cache.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/http/filter_parameters.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/http/headers.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/http/mime_negotiation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/http/mime_type.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/http/mime_types.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/http/parameter_filter.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/http/parameters.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/http/request.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/http/response.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/http/upload.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/http/url.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/best_standards_support.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/callbacks.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/cookies.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/flash.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/head.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/params_parser.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/remote_ip.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/rescue.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/session/
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/session/abstract_store.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/session/cookie_store.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/session/mem_cache_store.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/show_exceptions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/stack.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/static.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/templates/
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/templates/rescues/
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/templates/rescues/_trace.erb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/templates/rescues/layout.erb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/templates/rescues/missing_template.erb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/templates/rescues/routing_error.erb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/templates/rescues/template_error.erb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/railtie.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/routing/
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/routing.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/routing/deprecated_mapper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/routing/mapper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/routing/polymorphic_routes.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/routing/route.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/routing/route_set.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/routing/url_for.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/testing/
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/testing/assertions/
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/testing/assertions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/testing/assertions/dom.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/testing/assertions/response.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/testing/assertions/routing.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/testing/assertions/selector.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/testing/assertions/tag.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/testing/integration.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/testing/performance_test.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/testing/test_process.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/testing/test_request.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_dispatch/testing/test_response.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_pack/
${GEM_LIB}/gems/${DISTNAME}/lib/action_pack.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_pack/version.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/
${GEM_LIB}/gems/${DISTNAME}/lib/action_view.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/base.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/erb/
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/erb/util.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/context.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/active_record_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/active_model_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/asset_tag_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/atom_feed_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/benchmark_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/cache_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/capture_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/csrf_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/date_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/debug_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/form_helper.rb
@ -123,7 +159,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/form_tag_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/javascript_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/number_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/prototype_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/record_identification_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/raw_output_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/record_tag_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/sanitize_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/scriptaculous_helper.rb
@ -131,378 +167,28 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/tag_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/text_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/translation_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/helpers/url_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/inline_template.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/locale/
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/locale/en.yml
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/partials.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/log_subscriber.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/lookup_context.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/paths.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/reloadable_template.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/renderable.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/renderable_partial.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/railtie.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/render/
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/render/layouts.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/render/partials.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/render/rendering.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/template/
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/template.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/template_error.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/template_handler.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/template_handlers/
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/template_handlers.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/template_handlers/builder.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/template_handlers/erb.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/template_handlers/rjs.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/template/error.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/template/handler.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/template/handlers/
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/template/handlers.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/template/handlers/builder.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/template/handlers/erb.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/template/handlers/rjs.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/template/resolver.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/template/text.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/test_case.rb
${GEM_LIB}/gems/${DISTNAME}/lib/actionpack.rb
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/abstract_unit.rb
${GEM_LIB}/gems/${DISTNAME}/test/active_record_unit.rb
${GEM_LIB}/gems/${DISTNAME}/test/activerecord/
${GEM_LIB}/gems/${DISTNAME}/test/activerecord/active_record_store_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/activerecord/render_partial_with_record_identification_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/adv_attr_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/
${GEM_LIB}/gems/${DISTNAME}/test/controller/action_pack_assertions_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/addresses_render_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/assert_select_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/base_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/benchmark_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/caching_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/capture_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/content_type_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/controller_fixtures/
${GEM_LIB}/gems/${DISTNAME}/test/controller/controller_fixtures/app/
${GEM_LIB}/gems/${DISTNAME}/test/controller/controller_fixtures/app/controllers/
${GEM_LIB}/gems/${DISTNAME}/test/controller/controller_fixtures/app/controllers/admin/
${GEM_LIB}/gems/${DISTNAME}/test/controller/controller_fixtures/app/controllers/admin/user_controller.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/controller_fixtures/app/controllers/user_controller.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/controller_fixtures/vendor/
${GEM_LIB}/gems/${DISTNAME}/test/controller/controller_fixtures/vendor/plugins/
${GEM_LIB}/gems/${DISTNAME}/test/controller/controller_fixtures/vendor/plugins/bad_plugin/
${GEM_LIB}/gems/${DISTNAME}/test/controller/controller_fixtures/vendor/plugins/bad_plugin/lib/
${GEM_LIB}/gems/${DISTNAME}/test/controller/controller_fixtures/vendor/plugins/bad_plugin/lib/plugin_controller.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/cookie_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/deprecation/
${GEM_LIB}/gems/${DISTNAME}/test/controller/deprecation/deprecated_base_methods_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/dispatcher_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/failsafe_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/fake_controllers.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/fake_models.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/filter_params_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/filters_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/flash_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/header_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/html-scanner/
${GEM_LIB}/gems/${DISTNAME}/test/controller/html-scanner/cdata_node_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/html-scanner/document_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/html-scanner/node_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/html-scanner/sanitizer_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/html-scanner/tag_node_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/html-scanner/text_node_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/html-scanner/tokenizer_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/http_basic_authentication_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/http_digest_authentication_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/integration_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/layout_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/logging_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/middleware_stack_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/mime_responds_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/mime_type_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/polymorphic_routes_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/rack_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/record_identifier_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/redirect_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/reloader_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/render_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/request/
${GEM_LIB}/gems/${DISTNAME}/test/controller/request/json_params_parsing_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/request/multipart_params_parsing_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/request/query_string_parsing_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/request/test_request_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/request/url_encoded_params_parsing_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/request/xml_params_parsing_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/request_forgery_protection_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/request_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/rescue_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/resources_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/routing_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/selector_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/send_file_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/session/
${GEM_LIB}/gems/${DISTNAME}/test/controller/session/cookie_store_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/session/mem_cache_store_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/session/test_session_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/test_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/translation_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/url_rewriter_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/verification_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/view_paths_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/controller/webservice_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/_top_level_partial.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/_top_level_partial_only.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/addresses/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/addresses/list.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/alternate_helpers/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/alternate_helpers/foo_helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/bad_customers/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/bad_customers/_bad_customer.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/companies.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/company.rb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/content_type/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/content_type/render_default_content_types_for_respond_to.rhtml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/content_type/render_default_for_rhtml.rhtml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/content_type/render_default_for_rjs.rjs
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/content_type/render_default_for_rxml.rxml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/customers/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/customers/_customer.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/db_definitions/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/db_definitions/sqlite.sql
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/developer.rb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/developers/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/developers.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/developers/_developer.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/developers_projects.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/failsafe/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/failsafe/500.html
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/fun/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/fun/games/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/fun/games/_game.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/fun/games/hello_world.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/fun/serious/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/fun/serious/games/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/fun/serious/games/_game.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/functional_caching/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/functional_caching/_partial.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/functional_caching/formatted_fragment_cached.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/functional_caching/formatted_fragment_cached.js.rjs
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/functional_caching/fragment_cached.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/functional_caching/html_fragment_cached_with_partial.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/functional_caching/inline_fragment_cached.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/functional_caching/js_fragment_cached_with_partial.js.rjs
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/good_customers/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/good_customers/_good_customer.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/helpers/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/helpers/abc_helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/helpers/fun/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/helpers/fun/games_helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/helpers/fun/pdf_helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layout_tests/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layout_tests/alt/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layout_tests/alt/hello.rhtml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layout_tests/alt/layouts/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layout_tests/alt/layouts/alt.rhtml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layout_tests/layouts/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layout_tests/layouts/controller_name_space/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layout_tests/layouts/controller_name_space/nested.rhtml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layout_tests/layouts/item.rhtml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layout_tests/layouts/layout_test.rhtml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layout_tests/layouts/multiple_extensions.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layout_tests/layouts/third_party_template_library.mab
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layout_tests/views/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layout_tests/views/hello.rhtml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layouts/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layouts/_column.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layouts/block_with_layout.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layouts/builder.builder
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layouts/default_html.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layouts/partial_with_layout.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layouts/standard.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layouts/talk_from_action.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layouts/xhr.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layouts/yield.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/mascot.rb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/mascots/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/mascots.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/mascots/_mascot.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/multipart/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/multipart/binary_file
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/multipart/boundary_problem_file
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/multipart/bracketed_param
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/multipart/empty
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/multipart/hello.txt
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/multipart/large_text_file
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/multipart/mixed_files
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/multipart/mona_lisa.jpg
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/multipart/none
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/multipart/single_parameter
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/multipart/text_file
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/override/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/override/test/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/override/test/hello_world.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/override2/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/override2/layouts/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/override2/layouts/test/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/override2/layouts/test/sub.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/post_test/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/post_test/layouts/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/post_test/layouts/post.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/post_test/layouts/super_post.iphone.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/post_test/post/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/post_test/post/index.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/post_test/post/index.iphone.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/post_test/super_post/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/post_test/super_post/index.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/post_test/super_post/index.iphone.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/project.rb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/projects/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/projects.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/projects/_project.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/404.html
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/500.da.html
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/500.html
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/absolute/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/absolute/test.css
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/absolute/test.js
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/images/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/images/rails.png
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/javascripts/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/javascripts/application.js
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/javascripts/bank.js
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/javascripts/controls.js
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/javascripts/dragdrop.js
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/javascripts/effects.js
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/javascripts/prototype.js
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/javascripts/robber.js
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/javascripts/subdir/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/javascripts/subdir/subdir.js
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/javascripts/version.1.0.js
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/stylesheets/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/stylesheets/bank.css
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/stylesheets/robber.css
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/stylesheets/subdir/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/stylesheets/subdir/subdir.css
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/public/stylesheets/version.1.0.css
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/quiz/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/quiz/questions/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/quiz/questions/_question.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/replies/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/replies.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/replies/_reply.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/reply.rb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/respond_to/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/respond_to/all_types_with_layout.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/respond_to/all_types_with_layout.js.rjs
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/respond_to/custom_constant_handling_without_block.mobile.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/respond_to/iphone_with_html_response_type.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/respond_to/iphone_with_html_response_type.iphone.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/respond_to/layouts/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/respond_to/layouts/missing.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/respond_to/layouts/standard.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/respond_to/layouts/standard.iphone.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/respond_to/using_defaults.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/respond_to/using_defaults.js.rjs
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/respond_to/using_defaults.xml.builder
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/respond_to/using_defaults_with_type_list.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/respond_to/using_defaults_with_type_list.js.rjs
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/respond_to/using_defaults_with_type_list.xml.builder
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/scope/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/scope/test/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/scope/test/modgreet.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/shared.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/symlink_parent/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/symlink_parent/symlinked_layout.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_counter.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_customer.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_customer_counter.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_customer_greeting.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_customer_with_var.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_form.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_hash_greeting.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_hash_object.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_hello.builder
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_labelling_form.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_layout_for_block_with_args.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_layout_for_partial.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_local_inspector.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_one.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_partial.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_partial.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_partial.js.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_partial_for_use_in_layout.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_partial_only.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_partial_with_only_html_version.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_person.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_raise.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/_two.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/action_talk_to_layout.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/calling_partial_with_layout.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/capturing.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/content_for.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/content_for_concatenated.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/content_for_with_parameter.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/delete_with_js.rjs
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/dont_pick_me
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/dot.directory/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/dot.directory/render_file_with_ivar.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/enum_rjs_test.rjs
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/formatted_html_erb.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/formatted_xml_erb.builder
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/formatted_xml_erb.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/formatted_xml_erb.xml.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/greeting.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/greeting.js.rjs
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/hello.builder
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/hello_world.da.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/hello_world.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/hello_world.pt-BR.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/hello_world_container.builder
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/hello_world_from_rxml.builder
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/hello_world_with_layout_false.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/hello_xml_world.builder
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/hyphen-ated.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/implicit_content_type.atom.builder
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/list.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/nested_layout.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/non_erb_block_content_for.builder
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/potential_conflicts.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/render_explicit_html_template.js.rjs
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/render_file_from_template.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/render_file_with_ivar.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/render_file_with_locals.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/render_implicit_html_template.js.rjs
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/render_implicit_html_template_from_xhr_request.da.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/render_implicit_html_template_from_xhr_request.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/render_implicit_js_template_without_layout.js.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/render_to_string_test.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/sub_template_raise.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/template.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/update_element_with_capture.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/using_layout_around_block.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/using_layout_around_block_with_args.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test/utf8.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/topic.rb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/topics/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/topics.yml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/topics/_topic.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/template/
${GEM_LIB}/gems/${DISTNAME}/test/template/active_record_helper_i18n_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/active_record_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/asset_tag_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/atom_feed_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/benchmark_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/compiled_templates_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/date_helper_i18n_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/date_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/erb_util_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/form_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/form_options_helper_i18n_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/form_options_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/form_tag_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/javascript_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/number_helper_i18n_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/number_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/prototype_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/record_tag_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/render_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/sanitize_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/scriptaculous_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/tag_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/template_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/test_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/text_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/translation_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/template/url_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/testing_sandbox.rb
${GEM_LIB}/gems/${DISTNAME}/test/view/
${GEM_LIB}/gems/${DISTNAME}/test/view/test_case_test.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/testing/
${GEM_LIB}/gems/${DISTNAME}/lib/action_view/testing/resolvers.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.23 2010/11/24 21:35:13 jeremy Exp $
# $OpenBSD: Makefile,v 1.24 2010/12/08 21:53:03 jeremy Exp $
COMMENT = utility classes and extensions for rails framework
DISTNAME = activesupport-2.3.4
REVISION = 2
DISTNAME = activesupport-3.0.3
CATEGORIES = devel
# MIT License

View File

@ -1,5 +1,5 @@
MD5 (activesupport-2.3.4.gem) = 7gWTd6zQU2ZF5qBqlvH/zA==
RMD160 (activesupport-2.3.4.gem) = xyT0ek8n5avlNyhZFURlBz6mo+4=
SHA1 (activesupport-2.3.4.gem) = 7RzanAPoVl0cCtMnBPzTf6xNP68=
SHA256 (activesupport-2.3.4.gem) = sVI9P+zTzKBRXYnJvXkkrmoti+ZtvKGQ1Yo4Zzj3ccc=
SIZE (activesupport-2.3.4.gem) = 409600
MD5 (activesupport-3.0.3.gem) = R0qz5ZY6/a1qnGxm/wixbQ==
RMD160 (activesupport-3.0.3.gem) = mtyldQExdLR5sVsgKPG1twulVrM=
SHA1 (activesupport-3.0.3.gem) = tbdfrujj/nkRlrOQ88QCZxPwAUU=
SHA256 (activesupport-3.0.3.gem) = DXtSVEuC+9IjjD85ExAclgXT5OfORaytHagzZ8AVQu0=
SIZE (activesupport-3.0.3.gem) = 302592

View File

@ -1,8 +1,8 @@
@comment $OpenBSD: PLIST,v 1.15 2010/11/08 23:24:40 jeremy Exp $
@comment $OpenBSD: PLIST,v 1.16 2010/12/08 21:53:03 jeremy Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG
${GEM_LIB}/gems/${DISTNAME}/README
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support.rb
@ -10,11 +10,12 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_support/all.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/backtrace_cleaner.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/base64.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/basic_object.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/benchmarkable.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/buffered_logger.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/builder.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/cache/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/cache.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/cache/compressed_mem_cache_store.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/cache/drb_store.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/cache/file_store.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/cache/mem_cache_store.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/cache/memory_store.rb
@ -22,6 +23,8 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_support/cache/strategy/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/cache/strategy/local_cache.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/cache/synchronized_memory_store.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/callbacks.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/concern.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/configurable.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/array/
@ -31,43 +34,42 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/array/conversions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/array/extract_options.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/array/grouping.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/array/random_access.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/array/wrapper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/base64/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/base64.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/base64/encoding.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/array/uniq_by.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/array/wrap.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/benchmark.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/bigdecimal/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/bigdecimal.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/bigdecimal/conversions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/blank.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/big_decimal/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/big_decimal.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/big_decimal/conversions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/cgi/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/cgi.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/cgi/escape_skipping_slashes.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/class/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/class.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/class/attribute.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/class/attribute_accessors.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/class/delegating_attributes.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/class/inheritable_attributes.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/class/removal.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/class/subclasses.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/date/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/date.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/date/behavior.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/date/acts_like.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/date/calculations.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/date/conversions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/date/freeze.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/date/zones.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/date_time/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/date_time.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/date_time/acts_like.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/date_time/calculations.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/date_time/conversions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/duplicable.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/date_time/zones.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/enumerable.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/exception.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/file/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/file.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/file/atomic.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/file/path.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/float/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/float.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/float/rounding.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/float/time.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/hash/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/hash.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/hash/conversions.rb
@ -80,46 +82,50 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/hash/reverse_merge.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/hash/slice.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/integer/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/integer.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/integer/even_odd.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/integer/inflections.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/integer/multiple.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/integer/time.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/kernel/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/kernel.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/kernel/agnostics.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/kernel/daemonizing.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/kernel/debugger.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/kernel/reporting.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/kernel/requires.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/kernel/singleton_class.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/load_error.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/logger.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/module/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/module.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/module/aliasing.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/module/anonymous.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/module/attr_accessor_with_default.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/module/attr_internal.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/module/attribute_accessors.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/module/delegation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/module/inclusion.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/module/deprecation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/module/introspection.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/module/loading.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/module/model_naming.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/module/method_names.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/module/reachable.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/module/remove_method.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/module/synchronization.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/name_error.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/numeric/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/numeric.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/numeric/bytes.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/numeric/conversions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/numeric/time.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/object/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/object.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/object/acts_like.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/object/blank.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/object/conversions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/object/extending.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/object/duplicable.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/object/instance_variables.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/object/metaclass.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/object/misc.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/pathname/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/pathname.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/pathname/clean_within.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/object/returning.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/object/to_json.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/object/to_param.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/object/to_query.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/object/try.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/object/with_options.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/proc.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/process/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/process.rb
@ -130,58 +136,68 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/range/blockless_step.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/range/conversions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/range/include_range.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/range/overlaps.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/regexp.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/rexml.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/string/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/string.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/string/access.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/string/behavior.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/string/bytesize.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/string/conversions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/string/encoding.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/string/exclude.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/string/filters.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/string/inflections.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/string/iterators.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/string/interpolation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/string/multibyte.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/string/output_safety.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/string/starts_ends_with.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/string/strip.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/string/xchar.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/symbol.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/time/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/time.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/time/behavior.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/time/acts_like.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/time/calculations.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/time/conversions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/time/marshal.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/time/publicize_conversion_methods.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/time/zones.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/try.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/core_ext/uri.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/dependencies/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/dependencies.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/dependencies/autoload.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/deprecation/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/deprecation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/deprecation/behaviors.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/deprecation/method_wrappers.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/deprecation/proxy_wrappers.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/deprecation/reporting.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/descendants_tracker.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/duration.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/file_update_checker.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/gzip.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/hash_with_indifferent_access.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/i18n.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/i18n_railtie.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/inflections.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/inflector/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/inflector.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/inflector/inflections.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/inflector/methods.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/inflector/transliterate.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/backends/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/backends/jsongem.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/backends/yajl.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/backends/yaml.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/decoding.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/encoders/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/encoders/date.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/encoders/date_time.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/encoders/enumerable.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/encoders/false_class.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/encoders/hash.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/encoders/nil_class.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/encoders/numeric.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/encoders/object.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/encoders/regexp.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/encoders/string.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/encoders/symbol.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/encoders/time.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/encoders/true_class.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/encoding.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/json/variable.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/lazy_load_hooks.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/locale/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/locale/en.yml
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/log_subscriber/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/log_subscriber.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/log_subscriber/test_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/memoizable.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/message_encryptor.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/message_verifier.rb
@ -189,12 +205,19 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_support/multibyte/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/multibyte.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/multibyte/chars.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/multibyte/exceptions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/multibyte/unicode_database.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/multibyte/unicode.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/multibyte/utils.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/notifications/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/notifications.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/notifications/fanout.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/notifications/instrumenter.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/option_merger.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/ordered_hash.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/ordered_options.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/railtie.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/rescuable.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/ruby/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/ruby/shim.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/secure_random.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/string_inquirer.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/test_case.rb
@ -203,203 +226,25 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_support/testing/assertions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/testing/declarative.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/testing/default.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/testing/deprecation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/testing/isolation.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/testing/pending.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/testing/performance.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/testing/setup_and_teardown.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/time/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/time.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/time/autoload.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/time_with_zone.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/values/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/values/time_zone.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/values/unicode_tables.dat
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/builder-2.1.2/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/builder-2.1.2/blankslate.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/builder-2.1.2/builder/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/builder-2.1.2/builder.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/builder-2.1.2/builder/css.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/builder-2.1.2/builder/xchar.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/builder-2.1.2/builder/xmlevents.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/MIT-LICENSE
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/README.textile
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/Rakefile
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/i18n.gemspec
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/lib/i18n/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/lib/i18n.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/lib/i18n/backend/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/lib/i18n/backend/simple.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/lib/i18n/exceptions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/test/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/test/all.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/test/i18n_exceptions_test.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/test/i18n_test.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/test/locale/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/test/locale/en.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/test/locale/en.yml
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/i18n-0.1.3/test/simple_backend_test.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/memcache-client-1.7.4/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/memcache-client-1.7.4/memcache.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/data_timezone.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/data_timezone_info.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Algiers.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Cairo.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Casablanca.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Harare.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Johannesburg.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Monrovia.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Africa/Nairobi.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Argentina/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Argentina/Buenos_Aires.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Argentina/San_Juan.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Bogota.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Caracas.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Chicago.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Chihuahua.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Denver.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Godthab.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Guatemala.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Halifax.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Indiana/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Indiana/Indianapolis.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Juneau.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/La_Paz.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Lima.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Los_Angeles.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Mazatlan.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Mexico_City.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Monterrey.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/New_York.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Phoenix.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Regina.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Santiago.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Sao_Paulo.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/St_Johns.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/America/Tijuana.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Almaty.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Baghdad.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Baku.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Bangkok.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Chongqing.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Colombo.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Dhaka.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Hong_Kong.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Irkutsk.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Jakarta.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Jerusalem.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kabul.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kamchatka.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Karachi.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Katmandu.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kolkata.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Krasnoyarsk.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kuala_Lumpur.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Kuwait.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Magadan.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Muscat.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Novosibirsk.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Rangoon.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Riyadh.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Seoul.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Shanghai.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Singapore.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Taipei.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tashkent.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tbilisi.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tehran.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Tokyo.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Ulaanbaatar.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Urumqi.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Vladivostok.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Yakutsk.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Yekaterinburg.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Asia/Yerevan.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Atlantic/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Atlantic/Azores.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Atlantic/Cape_Verde.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Atlantic/South_Georgia.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Adelaide.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Brisbane.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Darwin.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Hobart.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Melbourne.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Perth.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Australia/Sydney.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Etc/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Etc/UTC.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Amsterdam.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Athens.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Belgrade.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Berlin.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Bratislava.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Brussels.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Bucharest.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Budapest.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Copenhagen.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Dublin.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Helsinki.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Istanbul.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Kiev.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Lisbon.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Ljubljana.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/London.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Madrid.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Minsk.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Moscow.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Paris.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Prague.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Riga.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Rome.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Sarajevo.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Skopje.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Sofia.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Stockholm.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Tallinn.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Vienna.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Vilnius.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Warsaw.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Europe/Zagreb.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Auckland.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Fiji.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Guam.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Honolulu.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Majuro.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Midway.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Noumea.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Pago_Pago.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Port_Moresby.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/definitions/Pacific/Tongatapu.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/info_timezone.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/linked_timezone.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/linked_timezone_info.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/offset_rationals.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/ruby_core_support.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/time_or_datetime.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_definition.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_info.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_offset_info.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_period.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/vendor/tzinfo-0.3.12/tzinfo/timezone_transition_info.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/version.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/whiny_nil.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/xml_mini/
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/xml_mini.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/xml_mini/jdom.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/xml_mini/libxml.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/xml_mini/libxmlsax.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/xml_mini/nokogiri.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/xml_mini/nokogirisax.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_support/xml_mini/rexml.rb
${GEM_LIB}/gems/${DISTNAME}/lib/activesupport.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.26 2010/11/24 21:35:14 jeremy Exp $
# $OpenBSD: Makefile,v 1.27 2010/12/08 21:44:48 jeremy Exp $
COMMENT= easy email delivery and testing for ruby
DISTNAME= actionmailer-2.3.4
REVISION = 2
VERSION= 3.0.3
DISTNAME= actionmailer-${VERSION}
CATEGORIES= mail
# MIT License
@ -15,7 +15,8 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/ruby-actionpack,${MODRUBY_FLAVOR}>=2.3.4
RUN_DEPENDS= devel/ruby-actionpack,${MODRUBY_FLAVOR}=${VERSION} \
mail/ruby-mail,${MODRUBY_FLAVOR}>=2.2.9,<2.3
CONFIGURE_STYLE=ruby gem

View File

@ -1,5 +1,5 @@
MD5 (actionmailer-2.3.4.gem) = /oYc69JW9Dxnapwv+4u49Q==
RMD160 (actionmailer-2.3.4.gem) = 6ZvOjU5hPwPkSXVt65YM7qpFOjQ=
SHA1 (actionmailer-2.3.4.gem) = OL3t0yk99seYwCsWW30X5Kfpo3o=
SHA256 (actionmailer-2.3.4.gem) = 5/YMrhrSrVhmGKKq078HdAMDB54qhV/3iJf2VfBNNs4=
SIZE (actionmailer-2.3.4.gem) = 110592
MD5 (actionmailer-3.0.3.gem) = LFtS0VbDZnt+NMW7VnZF3g==
RMD160 (actionmailer-3.0.3.gem) = dHo/UeDlwKB+ecxXsa/CC8PHXEc=
SHA1 (actionmailer-3.0.3.gem) = CBaIBYUoT04PiqZPc7s4vfssht8=
SHA256 (actionmailer-3.0.3.gem) = HajK7rZ1rEzH9KSSdbW+XPn16Q9JmA8EGXhiq66NSNI=
SIZE (actionmailer-3.0.3.gem) = 30208

View File

@ -1,132 +1,30 @@
@comment $OpenBSD: PLIST,v 1.10 2010/11/08 23:24:41 jeremy Exp $
@comment $OpenBSD: PLIST,v 1.11 2010/12/08 21:44:48 jeremy Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG
${GEM_LIB}/gems/${DISTNAME}/MIT-LICENSE
${GEM_LIB}/gems/${DISTNAME}/README
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/install.rb
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/adv_attr_accessor.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/base.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/helpers.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/collector.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/delivery_methods.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/deprecated_api.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/log_subscriber.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/mail_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/part.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/part_container.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/quoting.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/old_api.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/railtie.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/test_case.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/test_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/utils.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/text-format-0.6.3/
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/text-format-0.6.3/text/
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/text-format-0.6.3/text/format.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/text_format.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/address.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/attachments.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/base64.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/compat.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/config.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/core_extensions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/encode.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/header.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/index.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/interface.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/loader.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/mail.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/mailbox.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/main.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/mbox.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/net.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/obsolete.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/parser.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/port.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/quoting.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/require_arch.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/scanner.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/scanner_r.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/stringio.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/utils.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail-1.2.3/tmail/version.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/vendor/tmail.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/tmail_compat.rb
${GEM_LIB}/gems/${DISTNAME}/lib/action_mailer/version.rb
${GEM_LIB}/gems/${DISTNAME}/lib/actionmailer.rb
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/abstract_unit.rb
${GEM_LIB}/gems/${DISTNAME}/test/asset_host_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/delivery_method_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/asset_host_mailer/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/asset_host_mailer/email_with_asset.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/auto_layout_mailer/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/auto_layout_mailer/hello.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/auto_layout_mailer/multipart.text.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/auto_layout_mailer/multipart.text.plain.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/explicit_layout_mailer/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/explicit_layout_mailer/logout.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/explicit_layout_mailer/signup.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/first_mailer/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/first_mailer/share.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/helper_mailer/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/helper_mailer/use_example_helper.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/helper_mailer/use_helper.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/helper_mailer/use_helper_method.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/helper_mailer/use_mail_helper.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/helpers/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/helpers/example_helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layouts/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layouts/auto_layout_mailer.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layouts/auto_layout_mailer.text.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/layouts/spam.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/path.with.dots/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/path.with.dots/funky_path_mailer/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/raw_email
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/raw_email10
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/raw_email12
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/raw_email13
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/raw_email2
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/raw_email3
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/raw_email4
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/raw_email5
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/raw_email6
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/raw_email7
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/raw_email8
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/raw_email9
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/raw_email_quoted_with_0d0a
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/raw_email_with_invalid_characters_in_content_type
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/raw_email_with_nested_attachment
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/raw_email_with_partially_quoted_subject
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/second_mailer/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/second_mailer/share.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/templates/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/templates/signed_up.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test_mailer/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test_mailer/_subtemplate.text.plain.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test_mailer/body_ivar.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test_mailer/custom_templating_extension.text.html.haml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test_mailer/custom_templating_extension.text.plain.haml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test_mailer/implicitly_multipart_example.ignored.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test_mailer/implicitly_multipart_example.rhtml.bak
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test_mailer/implicitly_multipart_example.text.plain.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test_mailer/included_subtemplate.text.plain.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test_mailer/rxml_template.builder
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test_mailer/rxml_template.rxml
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test_mailer/signed_up.html.erb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/test_mailer/signed_up_with_url.erb
${GEM_LIB}/gems/${DISTNAME}/test/mail_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/mail_layout_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/mail_render_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/mail_service_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/quoting_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_helper_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/tmail_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/url_test.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rails/
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/mailer/
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/mailer/USAGE
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/mailer/mailer_generator.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/mailer/templates/
${GEM_LIB}/gems/${DISTNAME}/lib/rails/generators/mailer/templates/mailer.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.14 2010/11/24 21:35:16 jeremy Exp $
# $OpenBSD: Makefile,v 1.15 2010/12/08 21:45:30 jeremy Exp $
COMMENT = wraps web resources in model classes
DISTNAME = activeresource-2.3.4
REVISION = 2
VERSION = 3.0.3
DISTNAME = activeresource-${VERSION}
CATEGORIES = www
# MIT License
@ -15,7 +15,8 @@ PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-activesupport,${MODRUBY_FLAVOR}>=2.3.4
RUN_DEPENDS = devel/ruby-activesupport,${MODRUBY_FLAVOR}=${VERSION} \
devel/ruby-activemodel,${MODRUBY_FLAVOR}=${VERSION}
CONFIGURE_STYLE = ruby gem

View File

@ -1,5 +1,5 @@
MD5 (activeresource-2.3.4.gem) = xgT5P+jbBNXcpa4VDznLjQ==
RMD160 (activeresource-2.3.4.gem) = cwzmgPeEULHxdfr1shhOuuQg0Bk=
SHA1 (activeresource-2.3.4.gem) = IU23P3v8Ys/lI0w8vzDk/sbvFtU=
SHA256 (activeresource-2.3.4.gem) = Gv4qZ6IUWOCew+SHhrbBypB+hZdsAGnaa/MVBE1scWE=
SIZE (activeresource-2.3.4.gem) = 51712
MD5 (activeresource-3.0.3.gem) = 8H427S2HrTPsgucBz59rbA==
RMD160 (activeresource-3.0.3.gem) = YaZCA6LDrnLrNI8HVOGQFmMUwEo=
SHA1 (activeresource-3.0.3.gem) = YohxeTqDB/NGfLhCeQDeZOPUfn8=
SHA256 (activeresource-3.0.3.gem) = Htj029c1m/KXqUjtov6l4hcVkQgO0nmaJxx8jU2P3Ug=
SIZE (activeresource-3.0.3.gem) = 34816

View File

@ -1,9 +1,10 @@
@comment $OpenBSD: PLIST,v 1.10 2010/11/08 23:24:43 jeremy Exp $
@comment $OpenBSD: PLIST,v 1.11 2010/12/08 21:45:30 jeremy Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG
${GEM_LIB}/gems/${DISTNAME}/README
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
${GEM_LIB}/gems/${DISTNAME}/examples/
${GEM_LIB}/gems/${DISTNAME}/examples/simple.rb
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/active_resource/
${GEM_LIB}/gems/${DISTNAME}/lib/active_resource.rb
@ -16,26 +17,10 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/active_resource/formats.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_resource/formats/json_format.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_resource/formats/xml_format.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_resource/http_mock.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_resource/log_subscriber.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_resource/observing.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_resource/railtie.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_resource/schema.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_resource/validations.rb
${GEM_LIB}/gems/${DISTNAME}/lib/active_resource/version.rb
${GEM_LIB}/gems/${DISTNAME}/lib/activeresource.rb
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/abstract_unit.rb
${GEM_LIB}/gems/${DISTNAME}/test/authorization_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/base/
${GEM_LIB}/gems/${DISTNAME}/test/base/custom_methods_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/base/equality_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/base/load_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/base_errors_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/base_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/connection_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/debug.log
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/beast.rb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/customer.rb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/person.rb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/proxy.rb
${GEM_LIB}/gems/${DISTNAME}/test/fixtures/street_address.rb
${GEM_LIB}/gems/${DISTNAME}/test/format_test.rb
${GEM_LIB}/gems/${DISTNAME}/test/setter_trap.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec