- Update the ruby on rails suite to 1.1.2

PR:		ports/95688
Submitted by:	Jonathan Weiss <jw@innerewut.de> (maintainer)
This commit is contained in:
Pav Lucistnik 2006-04-25 20:35:51 +00:00
parent da0e0c9f4c
commit 3ddc49f5e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160469
18 changed files with 3414 additions and 3071 deletions

View File

@ -5,15 +5,14 @@
# $FreeBSD$
PORTNAME= activerecord
PORTVERSION= 1.13.2
PORTREVISION= 2
PORTVERSION= 1.14.2
CATEGORIES= databases rubygems
MASTER_SITES= http://rubyforge.org/frs/download.php/7641/
MASTER_SITES= http://rubyforge.org/frs/download.php/9680/
MAINTAINER= jw@innerewut.de
COMMENT= Object-relational mapping layer for Rails MVC Framework
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-1.2.5.gemspec:${PORTSDIR}/devel/rubygem-activesupport
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-1.3.1.gemspec:${PORTSDIR}/devel/rubygem-activesupport
RUN_DEPENDS= ${BUILD_DEPENDS}
OPTIONS= NATIVE_MYSQL "Use native MySQL bindings" Off\

View File

@ -1,3 +1,3 @@
MD5 (rubygem/activerecord-1.13.2.gem) = 2c1beab0444577cd1569487c54f69912
SHA256 (rubygem/activerecord-1.13.2.gem) = 3f4c0dcd8ef204f22593468aba922584d75dc1c81464b2cb39716e6b0fa21a3b
SIZE (rubygem/activerecord-1.13.2.gem) = 306176
MD5 (rubygem/activerecord-1.14.2.gem) = 708c952b87d3a73c1cf2d14df781a472
SHA256 (rubygem/activerecord-1.14.2.gem) = 181dcafb6fccfaf24473fd8869f138daf630bbbeb9afc11f46dbabce6930d177
SIZE (rubygem/activerecord-1.14.2.gem) = 348672

File diff suppressed because it is too large Load Diff

View File

@ -5,9 +5,9 @@
# $FreeBSD$
PORTNAME= activesupport
PORTVERSION= 1.2.5
PORTVERSION= 1.3.1
CATEGORIES= devel rubygems
MASTER_SITES= http://rubyforge.org/frs/download.php/7637/
MASTER_SITES= http://rubyforge.org/frs/download.php/9562/
MAINTAINER= jw@innerewut.de
COMMENT= Utility classes and extension that are required by Rails MVC Framework

View File

@ -1,3 +1,3 @@
MD5 (rubygem/activesupport-1.2.5.gem) = 3b33fff17fdb3a04d3a2b1d1af7da4c6
SHA256 (rubygem/activesupport-1.2.5.gem) = 7de43e9d688b0fb164918449567ece2706827a64df9f55a5655178ec6f7419c7
SIZE (rubygem/activesupport-1.2.5.gem) = 33280
MD5 (rubygem/activesupport-1.3.1.gem) = 28cf148c65fef9d32626bf284919db44
SHA256 (rubygem/activesupport-1.3.1.gem) = cc4edf9eaec23b14d6348feabb0f94980b70ef77d5107fc9dfa291cf5a3e40cb
SIZE (rubygem/activesupport-1.3.1.gem) = 49152

View File

@ -1,318 +1,448 @@
%%CACHE_DIR%%/activesupport-%%PORTVERSION%%.gem
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Array/Conversions.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Array/Conversions.src/M000075.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Array/Conversions.src/M000076.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Date/Conversions.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Date/Conversions.src/M000109.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Date/Conversions.src/M000110.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Date/Conversions.src/M000111.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Keys.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Keys.src/M000068.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Keys.src/M000069.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Keys.src/M000070.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Keys.src/M000071.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Keys.src/M000074.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/ReverseMerge.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/ReverseMerge.src/M000065.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/ReverseMerge.src/M000066.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Integer/EvenOdd.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Integer/EvenOdd.src/M000027.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Integer/EvenOdd.src/M000028.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Integer/EvenOdd.src/M000029.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Integer/Inflections.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Integer/Inflections.src/M000030.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Bytes.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Bytes.src/M000095.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Bytes.src/M000097.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Bytes.src/M000099.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Bytes.src/M000101.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Bytes.src/M000103.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Bytes.src/M000105.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Bytes.src/M000107.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000077.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000079.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000081.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000083.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000085.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000087.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000089.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000091.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000093.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Range/Conversions.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Range/Conversions.src/M000026.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Access.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Access.src/M000127.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Access.src/M000128.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Access.src/M000129.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Access.src/M000130.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Access.src/M000131.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Conversions.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Conversions.src/M000112.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Conversions.src/M000113.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000114.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000115.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000116.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000118.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000120.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000121.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000122.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000123.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000124.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000125.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000126.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/StartsEndsWith.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/StartsEndsWith.src/M000132.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/StartsEndsWith.src/M000133.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000035.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000036.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000037.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000038.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000040.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000041.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000042.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000043.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000044.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000045.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000046.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000047.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000048.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000051.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000052.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000056.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000058.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000060.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000062.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000063.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations/ClassMethods.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations/ClassMethods.src/M000064.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Conversions.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Conversions.src/M000031.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Conversions.src/M000032.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Conversions.src/M000033.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Conversions.src/M000034.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Binding.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Binding.src/M000025.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Breakpoint.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Breakpoint.src/M000153.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Breakpoint.src/M000154.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Breakpoint.src/M000155.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Breakpoint.src/M000156.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Breakpoint.src/M000157.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/HashWithIndifferentAccess.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/HashWithIndifferentAccess.src/M000016.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/HashWithIndifferentAccess.src/M000017.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/HashWithIndifferentAccess.src/M000018.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/HashWithIndifferentAccess.src/M000019.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/HashWithIndifferentAccess.src/M000020.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/HashWithIndifferentAccess.src/M000021.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/HashWithIndifferentAccess.src/M000022.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/HashWithIndifferentAccess.src/M000023.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/HashWithIndifferentAccess.src/M000024.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector.src/M000134.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector.src/M000135.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector.src/M000136.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector.src/M000137.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector.src/M000138.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector.src/M000139.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector.src/M000140.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector.src/M000141.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector.src/M000142.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector.src/M000143.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector.src/M000144.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector.src/M000145.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector.src/M000146.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector/Inflections.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector/Inflections.src/M000147.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector/Inflections.src/M000148.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector/Inflections.src/M000149.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector/Inflections.src/M000150.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector/Inflections.src/M000151.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector/Inflections.src/M000152.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/TimeZone.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/TimeZone.src/M000003.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/TimeZone.src/M000004.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/TimeZone.src/M000005.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/TimeZone.src/M000006.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/TimeZone.src/M000007.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/TimeZone.src/M000008.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/TimeZone.src/M000009.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/TimeZone.src/M000010.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/TimeZone.src/M000011.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/TimeZone.src/M000012.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/TimeZone.src/M000013.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/TimeZone.src/M000014.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/TimeZone.src/M000015.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/created.rid
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/binding_of_caller_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/breakpoint_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/breakpoint_rb.src/M000001.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/breakpoint_rb.src/M000002.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/class_attribute_accessors_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/class_inheritable_attributes_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/clean_logger_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/array/conversions_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/array_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/blank_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/cgi/escape_skipping_slashes_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/cgi_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/date/conversions_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/date_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/enumerable_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/exception_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/hash/indifferent_access_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/hash/keys_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/hash/reverse_merge_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/hash_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/integer/even_odd_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/integer/inflections_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/integer_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/kernel_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/load_error_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/numeric/bytes_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/numeric/time_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/numeric_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/object_and_class_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/range/conversions_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/range_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/string/access_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/string/conversions_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/string/inflections_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/string/starts_ends_with_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/string_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/time/calculations_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/time/conversions_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/time_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/dependencies_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/inflections_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/inflector_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/module_attribute_accessors_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/ordered_options_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/values/time_zone_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/version_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/whiny_nil_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support_rb.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/fr_class_index.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/fr_file_index.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/fr_method_index.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/index.html
%%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/rdoc-style.css
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/CHANGELOG
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/binding_of_caller.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/breakpoint.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/class_attribute_accessors.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/class_inheritable_attributes.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/clean_logger.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/array.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/array/conversions.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/blank.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/cgi.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/cgi/escape_skipping_slashes.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/date.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/date/conversions.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/enumerable.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/exception.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/hash.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/hash/indifferent_access.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/hash/keys.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/hash/reverse_merge.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/integer.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/integer/even_odd.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/integer/inflections.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/kernel.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/load_error.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/numeric.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/numeric/bytes.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/numeric/time.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/object_and_class.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/range.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/range/conversions.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/string.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/string/access.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/string/conversions.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/string/inflections.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/string/starts_ends_with.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/time.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/time/calculations.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/time/conversions.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/dependencies.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/inflections.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/inflector.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/module_attribute_accessors.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/ordered_options.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/values/time_zone.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/version.rb
%%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/whiny_nil.rb
%%SPEC_DIR%%/activesupport-%%PORTVERSION%%.gemspec
@dirrm %%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/values
@dirrm %%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/time
@dirrm %%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/string
@dirrm %%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/range
@dirrm %%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/numeric
@dirrm %%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/integer
@dirrm %%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/hash
@dirrm %%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/date
@dirrm %%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/cgi
@dirrm %%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext/array
@dirrm %%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support/core_ext
@dirrm %%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib/active_support
@dirrm %%GEMS_DIR%%/activesupport-%%PORTVERSION%%/lib
@dirrm %%GEMS_DIR%%/activesupport-%%PORTVERSION%%
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/values
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/time
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/string
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/range
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/numeric
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/integer
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/hash
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/date
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/cgi
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext/array
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/core_ext
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support/breakpoint_rb.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib/active_support
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files/lib
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/files
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/TimeZone.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector/Inflections.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Inflector
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/HashWithIndifferentAccess.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Breakpoint.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/Binding.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Conversions.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations/ClassMethods.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Time
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/StartsEndsWith.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Conversions.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Access.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/String
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Range/Conversions.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Range
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Bytes.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Integer/Inflections.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Integer/EvenOdd.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Integer
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/ReverseMerge.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Keys.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Date/Conversions.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Date
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Array/Conversions.src
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions/Array
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport/CoreExtensions
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes/ActiveSupport
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc/classes
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%/rdoc
@dirrm %%DOC_DIR%%/activesupport-%%PORTVERSION%%
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CachingTools/HashCaching.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CachingTools/HashCaching.src/M000031.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Array/Conversions.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Array/Conversions.src/M000086.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Array/Conversions.src/M000087.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Array/Conversions.src/M000088.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Date/Conversions.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Date/Conversions.src/M000123.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Date/Conversions.src/M000124.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Date/Conversions.src/M000125.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Conversions.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Conversions.src/M000077.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Diff.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Diff.src/M000085.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Keys.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Keys.src/M000078.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Keys.src/M000079.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Keys.src/M000080.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Keys.src/M000081.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Keys.src/M000084.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/ReverseMerge.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/ReverseMerge.src/M000074.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/ReverseMerge.src/M000075.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Integer/EvenOdd.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Integer/EvenOdd.src/M000033.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Integer/EvenOdd.src/M000034.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Integer/EvenOdd.src/M000035.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Integer/Inflections.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Integer/Inflections.src/M000036.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Bytes.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Bytes.src/M000109.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Bytes.src/M000111.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Bytes.src/M000113.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Bytes.src/M000115.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Bytes.src/M000117.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Bytes.src/M000119.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Bytes.src/M000121.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000089.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000091.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000093.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000095.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000097.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000099.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000101.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000103.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000105.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src/M000107.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Pathname/CleanWithin.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Pathname/CleanWithin.src/M000126.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Range/Conversions.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Range/Conversions.src/M000032.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Access.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Access.src/M000143.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Access.src/M000144.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Access.src/M000145.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Access.src/M000146.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Access.src/M000147.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Conversions.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Conversions.src/M000127.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Conversions.src/M000128.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000129.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000130.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000131.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000133.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000135.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000136.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000137.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000138.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000139.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000140.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000141.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src/M000142.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Iterators.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Iterators.src/M000148.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/StartsEndsWith.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/StartsEndsWith.src/M000149.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/StartsEndsWith.src/M000150.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000041.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000042.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000043.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000044.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000045.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000047.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000048.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000049.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000050.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000051.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000052.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000053.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000054.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000055.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000058.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000059.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000063.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000065.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000067.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000069.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000071.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src/M000072.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations/ClassMethods.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations/ClassMethods.src/M000073.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Conversions.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Conversions.src/M000037.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Conversions.src/M000038.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Conversions.src/M000039.html
%%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Conversions.src/M000040.html
%%GEM_DOC_DIR%%/rdoc/classes/Binding.html
%%GEM_DOC_DIR%%/rdoc/classes/Binding.src/M000029.html
%%GEM_DOC_DIR%%/rdoc/classes/Breakpoint.html
%%GEM_DOC_DIR%%/rdoc/classes/Breakpoint.src/M000178.html
%%GEM_DOC_DIR%%/rdoc/classes/Breakpoint.src/M000179.html
%%GEM_DOC_DIR%%/rdoc/classes/Breakpoint.src/M000180.html
%%GEM_DOC_DIR%%/rdoc/classes/Breakpoint.src/M000181.html
%%GEM_DOC_DIR%%/rdoc/classes/Breakpoint.src/M000182.html
%%GEM_DOC_DIR%%/rdoc/classes/Builder/XmlMarkup.html
%%GEM_DOC_DIR%%/rdoc/classes/Builder/XmlMarkup.src/M000151.html
%%GEM_DOC_DIR%%/rdoc/classes/Builder/XmlMarkup.src/M000152.html
%%GEM_DOC_DIR%%/rdoc/classes/Builder/XmlMarkup.src/M000153.html
%%GEM_DOC_DIR%%/rdoc/classes/Builder/XmlMarkup.src/M000154.html
%%GEM_DOC_DIR%%/rdoc/classes/Builder/XmlMarkup.src/M000155.html
%%GEM_DOC_DIR%%/rdoc/classes/Builder/XmlMarkup.src/M000156.html
%%GEM_DOC_DIR%%/rdoc/classes/Dependencies/LoadingModule.html
%%GEM_DOC_DIR%%/rdoc/classes/Dependencies/LoadingModule.src/M000030.html
%%GEM_DOC_DIR%%/rdoc/classes/HashWithIndifferentAccess.html
%%GEM_DOC_DIR%%/rdoc/classes/HashWithIndifferentAccess.src/M000017.html
%%GEM_DOC_DIR%%/rdoc/classes/HashWithIndifferentAccess.src/M000018.html
%%GEM_DOC_DIR%%/rdoc/classes/HashWithIndifferentAccess.src/M000019.html
%%GEM_DOC_DIR%%/rdoc/classes/HashWithIndifferentAccess.src/M000020.html
%%GEM_DOC_DIR%%/rdoc/classes/HashWithIndifferentAccess.src/M000021.html
%%GEM_DOC_DIR%%/rdoc/classes/HashWithIndifferentAccess.src/M000022.html
%%GEM_DOC_DIR%%/rdoc/classes/HashWithIndifferentAccess.src/M000023.html
%%GEM_DOC_DIR%%/rdoc/classes/HashWithIndifferentAccess.src/M000024.html
%%GEM_DOC_DIR%%/rdoc/classes/HashWithIndifferentAccess.src/M000025.html
%%GEM_DOC_DIR%%/rdoc/classes/HashWithIndifferentAccess.src/M000026.html
%%GEM_DOC_DIR%%/rdoc/classes/HashWithIndifferentAccess.src/M000027.html
%%GEM_DOC_DIR%%/rdoc/classes/HashWithIndifferentAccess.src/M000028.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector.src/M000157.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector.src/M000158.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector.src/M000159.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector.src/M000160.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector.src/M000161.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector.src/M000162.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector.src/M000163.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector.src/M000164.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector.src/M000165.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector.src/M000166.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector.src/M000167.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector.src/M000168.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector.src/M000169.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector.src/M000170.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector/Inflections.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector/Inflections.src/M000171.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector/Inflections.src/M000172.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector/Inflections.src/M000173.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector/Inflections.src/M000174.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector/Inflections.src/M000175.html
%%GEM_DOC_DIR%%/rdoc/classes/Inflector/Inflections.src/M000176.html
%%GEM_DOC_DIR%%/rdoc/classes/Reloadable.html
%%GEM_DOC_DIR%%/rdoc/classes/Reloadable.src/M000177.html
%%GEM_DOC_DIR%%/rdoc/classes/Reloadable/Subclasses.html
%%GEM_DOC_DIR%%/rdoc/classes/Symbol.html
%%GEM_DOC_DIR%%/rdoc/classes/Symbol.src/M000003.html
%%GEM_DOC_DIR%%/rdoc/classes/TimeZone.html
%%GEM_DOC_DIR%%/rdoc/classes/TimeZone.src/M000004.html
%%GEM_DOC_DIR%%/rdoc/classes/TimeZone.src/M000005.html
%%GEM_DOC_DIR%%/rdoc/classes/TimeZone.src/M000006.html
%%GEM_DOC_DIR%%/rdoc/classes/TimeZone.src/M000007.html
%%GEM_DOC_DIR%%/rdoc/classes/TimeZone.src/M000008.html
%%GEM_DOC_DIR%%/rdoc/classes/TimeZone.src/M000009.html
%%GEM_DOC_DIR%%/rdoc/classes/TimeZone.src/M000010.html
%%GEM_DOC_DIR%%/rdoc/classes/TimeZone.src/M000011.html
%%GEM_DOC_DIR%%/rdoc/classes/TimeZone.src/M000012.html
%%GEM_DOC_DIR%%/rdoc/classes/TimeZone.src/M000013.html
%%GEM_DOC_DIR%%/rdoc/classes/TimeZone.src/M000014.html
%%GEM_DOC_DIR%%/rdoc/classes/TimeZone.src/M000015.html
%%GEM_DOC_DIR%%/rdoc/classes/TimeZone.src/M000016.html
%%GEM_DOC_DIR%%/rdoc/created.rid
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/binding_of_caller_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/breakpoint_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/breakpoint_rb.src/M000001.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/breakpoint_rb.src/M000002.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/caching_tools_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/clean_logger_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/array/conversions_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/array_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/blank_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/cgi/escape_skipping_slashes_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/cgi_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/class/attribute_accessors_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/class/inheritable_attributes_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/class/removal_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/class_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/date/conversions_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/date_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/enumerable_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/exception_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/hash/conversions_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/hash/diff_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/hash/indifferent_access_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/hash/keys_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/hash/reverse_merge_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/hash_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/integer/even_odd_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/integer/inflections_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/integer_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/kernel/agnostics_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/kernel/daemonizing_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/kernel/reporting_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/kernel/requires_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/kernel_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/load_error_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/logger_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/module/attribute_accessors_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/module/delegation_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/module/inclusion_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/module/introspection_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/module/loading_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/module_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/numeric/bytes_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/numeric/time_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/numeric_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/object/extending_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/object/misc_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/object_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/pathname/clean_within_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/pathname_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/proc_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/range/conversions_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/range_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/string/access_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/string/conversions_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/string/inflections_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/string/iterators_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/string/starts_ends_with_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/string_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/symbol_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/time/calculations_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/time/conversions_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/time_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/dependencies_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/inflections_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/inflector_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/json/encoders/core_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/json/encoders_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/json_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/option_merger_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/ordered_options_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/reloadable_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/values/time_zone_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/vendor/builder/blankslate_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/vendor/builder/xmlbase_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/vendor/builder/xmlevents_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/vendor/builder/xmlmarkup_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/vendor/builder_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/version_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support/whiny_nil_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/active_support_rb.html
%%GEM_DOC_DIR%%/rdoc/fr_class_index.html
%%GEM_DOC_DIR%%/rdoc/fr_file_index.html
%%GEM_DOC_DIR%%/rdoc/fr_method_index.html
%%GEM_DOC_DIR%%/rdoc/index.html
%%GEM_DOC_DIR%%/rdoc/rdoc-style.css
%%GEM_LIB_DIR%%/CHANGELOG
%%GEM_LIB_DIR%%/lib/active_support.rb
%%GEM_LIB_DIR%%/lib/active_support/binding_of_caller.rb
%%GEM_LIB_DIR%%/lib/active_support/breakpoint.rb
%%GEM_LIB_DIR%%/lib/active_support/caching_tools.rb
%%GEM_LIB_DIR%%/lib/active_support/clean_logger.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/array.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/array/conversions.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/blank.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/cgi.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/cgi/escape_skipping_slashes.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/class.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/class/attribute_accessors.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/class/inheritable_attributes.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/class/removal.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/date.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/date/conversions.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/enumerable.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/exception.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/hash.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/hash/conversions.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/hash/conversions.rb.rej
%%GEM_LIB_DIR%%/lib/active_support/core_ext/hash/diff.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/hash/indifferent_access.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/hash/keys.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/hash/reverse_merge.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/integer.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/integer/even_odd.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/integer/inflections.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/kernel.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/kernel/agnostics.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/kernel/daemonizing.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/kernel/reporting.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/kernel/requires.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/load_error.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/logger.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/module.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/module/attribute_accessors.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/module/delegation.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/module/inclusion.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/module/introspection.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/module/loading.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/numeric.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/numeric/bytes.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/numeric/time.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/object.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/object/extending.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/object/misc.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/pathname.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/pathname/clean_within.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/proc.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/range.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/range/conversions.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/string.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/string/access.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/string/conversions.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/string/inflections.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/string/iterators.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/string/starts_ends_with.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/symbol.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/time.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/time/calculations.rb
%%GEM_LIB_DIR%%/lib/active_support/core_ext/time/conversions.rb
%%GEM_LIB_DIR%%/lib/active_support/dependencies.rb
%%GEM_LIB_DIR%%/lib/active_support/inflections.rb
%%GEM_LIB_DIR%%/lib/active_support/inflector.rb
%%GEM_LIB_DIR%%/lib/active_support/json.rb
%%GEM_LIB_DIR%%/lib/active_support/json/encoders.rb
%%GEM_LIB_DIR%%/lib/active_support/json/encoders/core.rb
%%GEM_LIB_DIR%%/lib/active_support/option_merger.rb
%%GEM_LIB_DIR%%/lib/active_support/ordered_options.rb
%%GEM_LIB_DIR%%/lib/active_support/reloadable.rb
%%GEM_LIB_DIR%%/lib/active_support/values/time_zone.rb
%%GEM_LIB_DIR%%/lib/active_support/vendor/builder.rb
%%GEM_LIB_DIR%%/lib/active_support/vendor/builder/blankslate.rb
%%GEM_LIB_DIR%%/lib/active_support/vendor/builder/xmlbase.rb
%%GEM_LIB_DIR%%/lib/active_support/vendor/builder/xmlevents.rb
%%GEM_LIB_DIR%%/lib/active_support/vendor/builder/xmlmarkup.rb
%%GEM_LIB_DIR%%/lib/active_support/version.rb
%%GEM_LIB_DIR%%/lib/active_support/whiny_nil.rb
%%SPEC_DIR%%/activesupport-1.3.1.gemspec
@dirrm %%GEM_LIB_DIR%%/lib/active_support/vendor/builder
@dirrm %%GEM_LIB_DIR%%/lib/active_support/vendor
@dirrm %%GEM_LIB_DIR%%/lib/active_support/values
@dirrm %%GEM_LIB_DIR%%/lib/active_support/json/encoders
@dirrm %%GEM_LIB_DIR%%/lib/active_support/json
@dirrm %%GEM_LIB_DIR%%/lib/active_support/core_ext/time
@dirrm %%GEM_LIB_DIR%%/lib/active_support/core_ext/string
@dirrm %%GEM_LIB_DIR%%/lib/active_support/core_ext/range
@dirrm %%GEM_LIB_DIR%%/lib/active_support/core_ext/pathname
@dirrm %%GEM_LIB_DIR%%/lib/active_support/core_ext/object
@dirrm %%GEM_LIB_DIR%%/lib/active_support/core_ext/numeric
@dirrm %%GEM_LIB_DIR%%/lib/active_support/core_ext/module
@dirrm %%GEM_LIB_DIR%%/lib/active_support/core_ext/kernel
@dirrm %%GEM_LIB_DIR%%/lib/active_support/core_ext/integer
@dirrm %%GEM_LIB_DIR%%/lib/active_support/core_ext/hash
@dirrm %%GEM_LIB_DIR%%/lib/active_support/core_ext/date
@dirrm %%GEM_LIB_DIR%%/lib/active_support/core_ext/class
@dirrm %%GEM_LIB_DIR%%/lib/active_support/core_ext/cgi
@dirrm %%GEM_LIB_DIR%%/lib/active_support/core_ext/array
@dirrm %%GEM_LIB_DIR%%/lib/active_support/core_ext
@dirrm %%GEM_LIB_DIR%%/lib/active_support
@dirrm %%GEM_LIB_DIR%%/lib
@dirrm %%GEMS_DIR%%/activesupport-1.3.1
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/vendor/builder
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/vendor
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/values
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/json/encoders
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/json
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/time
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/string
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/range
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/pathname
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/object
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/numeric
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/module
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/kernel
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/integer
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/hash
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/date
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/class
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/cgi
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext/array
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/core_ext
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support/breakpoint_rb.src
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/active_support
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib
@dirrm %%GEM_DOC_DIR%%/rdoc/files
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/TimeZone.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Symbol.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Reloadable.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Reloadable
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Inflector/Inflections.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Inflector.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Inflector
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/HashWithIndifferentAccess.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Dependencies/LoadingModule.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Dependencies
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Builder/XmlMarkup.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Builder
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Breakpoint.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Binding.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Conversions.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations/ClassMethods.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time/Calculations
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Time
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/StartsEndsWith.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Iterators.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Inflections.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Conversions.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String/Access.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/String
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Range/Conversions.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Range
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Pathname/CleanWithin.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Pathname
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Time.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric/Bytes.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Numeric
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Integer/Inflections.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Integer/EvenOdd.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Integer
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/ReverseMerge.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Keys.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Diff.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash/Conversions.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Hash
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Date/Conversions.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Date
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Array/Conversions.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions/Array
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CoreExtensions
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CachingTools/HashCaching.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport/CachingTools
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActiveSupport
@dirrm %%GEM_DOC_DIR%%/rdoc/classes
@dirrm %%GEM_DOC_DIR%%/rdoc
@dirrm %%DOC_DIR%%/activesupport-1.3.1

View File

@ -5,14 +5,14 @@
# $FreeBSD$
PORTNAME= actionmailer
PORTVERSION= 1.1.5
PORTVERSION= 1.2.1
CATEGORIES= mail rubygems
MASTER_SITES= http://rubyforge.org/frs/download.php/7647/
MASTER_SITES= http://rubyforge.org/frs/download.php/9571/
MAINTAINER= jw@innerewut.de
COMMENT= Easy email delivery and testing for Ruby
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/actionpack-1.11.2.gemspec:${PORTSDIR}/www/rubygem-actionpack
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/actionpack-1.12.1.gemspec:${PORTSDIR}/www/rubygem-actionpack
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>

View File

@ -1,3 +1,3 @@
MD5 (rubygem/actionmailer-1.1.5.gem) = 49ae9a11a0c4eac6ff3f9762f8bd47f8
SHA256 (rubygem/actionmailer-1.1.5.gem) = 218f2905085001b64d50a80a468122d6c8b268b3c66a23df400765b8285ace56
SIZE (rubygem/actionmailer-1.1.5.gem) = 79872
MD5 (rubygem/actionmailer-1.2.1.gem) = 890485893b19c2c2d250b058db2bc03d
SHA256 (rubygem/actionmailer-1.2.1.gem) = 45d8043a69baf5c765184b56666599b1f5b4e13a2d327723fa081dde3cff7898
SIZE (rubygem/actionmailer-1.2.1.gem) = 81920

File diff suppressed because it is too large Load Diff

View File

@ -5,15 +5,15 @@
# $FreeBSD$
PORTNAME= actionpack
PORTVERSION= 1.11.2
PORTREVISION= 1
PORTVERSION= 1.12.1
CATEGORIES= www rubygems
MASTER_SITES= http://rubyforge.org/frs/download.php/7644/
MASTER_SITES= http://rubyforge.org/frs/download.php/9568/ \
http://rubyforge.rubyuser.de/actionpack/
MAINTAINER= jw@innerewut.de
COMMENT= Action Controller and Action View of Rails MVC Framework
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-1.2.5.gemspec:${PORTSDIR}/devel/rubygem-activesupport
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/activesupport-1.3.1.gemspec:${PORTSDIR}/devel/rubygem-activesupport
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>

View File

@ -1,3 +1,3 @@
MD5 (rubygem/actionpack-1.11.2.gem) = c764a3cc37da9943f9b59a15730a05ce
SHA256 (rubygem/actionpack-1.11.2.gem) = ac39a559cd7f6573cbac2de1e861177ec0a9e790c174d7cb70f579d34e526cfc
SIZE (rubygem/actionpack-1.11.2.gem) = 339456
MD5 (rubygem/actionpack-1.12.1.gem) = 377632f15df44fe70b221d8b87db0e20
SHA256 (rubygem/actionpack-1.12.1.gem) = 502b3d1767c282365d7211c453df3fec45aba0a69229a4250b9b4d814a11d0f7
SIZE (rubygem/actionpack-1.12.1.gem) = 526336

File diff suppressed because it is too large Load Diff

View File

@ -5,16 +5,15 @@
# $FreeBSD$
PORTNAME= actionwebservice
PORTVERSION= 1.0.0
PORTREVISION= 1
PORTVERSION= 1.1.2
CATEGORIES= www rubygems
MASTER_SITES= http://rubyforge.org/frs/download.php/7650/
MASTER_SITES= http://rubyforge.org/frs/download.php/9681/
MAINTAINER= jw@innerewut.de
COMMENT= Simple support for publishing Web Service APIs for Rails applications
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/actionpack-1.11.2.gemspec:${PORTSDIR}/www/rubygem-actionpack \
${LOCALBASE}/${SPEC_DIR}/activerecord-1.13.2.gemspec:${PORTSDIR}/databases/rubygem-activerecord
BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/actionpack-1.12.1.gemspec:${PORTSDIR}/www/rubygem-actionpack \
${LOCALBASE}/${SPEC_DIR}/activerecord-1.14.2.gemspec:${PORTSDIR}/databases/rubygem-activerecord
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>

View File

@ -1,3 +1,3 @@
MD5 (rubygem/actionwebservice-1.0.0.gem) = 17c6841930f288a660b9466016b1d649
SHA256 (rubygem/actionwebservice-1.0.0.gem) = 38bf30a61444a11eae73e4ef357d53f83244b951d7ba1b9c2387e69635dc2eb5
SIZE (rubygem/actionwebservice-1.0.0.gem) = 65024
MD5 (rubygem/actionwebservice-1.1.2.gem) = bb61cdf8756eade9f75d2492c8fe75e9
SHA256 (rubygem/actionwebservice-1.1.2.gem) = 7eb5304b613fe0c2a49ca37f8c05e3af6c5a3f1fbea70270e612b49573ec879e
SIZE (rubygem/actionwebservice-1.1.2.gem) = 67072

View File

@ -1,228 +1,231 @@
%%CACHE_DIR%%/actionwebservice-%%PORTVERSION%%.gem
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/API/Method.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/API/Method.src/M000031.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/API/Method.src/M000032.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/API/Method.src/M000033.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/API/Method.src/M000034.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/API/Method.src/M000035.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/API/Method.src/M000036.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/API/Method.src/M000037.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/API/Method.src/M000038.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Base.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Client/Soap.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Client/Soap.src/M000025.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Client/Soap.src/M000026.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Client/Soap.src/M000027.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Client/XmlRpc.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Client/XmlRpc.src/M000028.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Client/XmlRpc.src/M000029.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Client/XmlRpc.src/M000030.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Container/ActionController/ClassMethods.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Container/ActionController/ClassMethods.src/M000001.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Container/Delegated/ClassMethods.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Container/Delegated/ClassMethods.src/M000003.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Container/Delegated/ClassMethods.src/M000004.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Container/Direct/ClassMethods.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Container/Direct/ClassMethods.src/M000002.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Invocation/ClassMethods.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Invocation/ClassMethods.src/M000040.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Invocation/ClassMethods.src/M000041.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Invocation/ClassMethods.src/M000043.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Invocation/ClassMethods.src/M000044.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/Registry.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/Registry.src/M000005.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/Registry.src/M000006.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapActiveRecordStructFactory.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapActiveRecordStructFactory.src/M000007.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapActiveRecordStructFactory.src/M000008.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBase64Factory.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBase64Factory.src/M000023.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBase64Factory.src/M000024.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBinding.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBinding.src/M000009.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBinding.src/M000010.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBinding.src/M000011.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBinding.src/M000012.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBinding.src/M000014.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapMarshaler.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapMarshaler.src/M000015.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapMarshaler.src/M000016.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapMarshaler.src/M000017.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapMarshaler.src/M000018.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapMarshaler.src/M000020.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapTypedArrayFactory.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapTypedArrayFactory.src/M000021.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapTypedArrayFactory.src/M000022.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Scaffolding/ClassMethods.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Scaffolding/ClassMethods.src/M000039.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/SignatureTypes.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Struct.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Struct.src/M000046.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Struct.src/M000047.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Struct.src/M000048.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Struct.src/M000049.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/VERSION.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/created.rid
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/api_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/base_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/casting_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/client/base_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/client/soap_client_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/client/xmlrpc_client_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/client_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/container/action_controller_container_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/container/delegated_container_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/container/direct_container_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/container_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/dispatcher/abstract_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/dispatcher/action_controller_dispatcher_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/dispatcher_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/invocation_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/protocol/abstract_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/protocol/discovery_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/protocol/soap_protocol/marshaler_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/protocol/soap_protocol_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/protocol/xmlrpc_protocol_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/protocol_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/scaffolding_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/struct_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/support/class_inheritable_options_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/support/signature_types_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/test_invoke_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/version_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service_rb.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/fr_class_index.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/fr_file_index.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/fr_method_index.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/index.html
%%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/rdoc-style.css
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/CHANGELOG
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/MIT-LICENSE
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/README
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/Rakefile
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/TODO
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/googlesearch/README
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/googlesearch/autoloading/google_search_api.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/googlesearch/autoloading/google_search_controller.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/googlesearch/delegated/google_search_service.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/googlesearch/delegated/search_controller.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/googlesearch/direct/google_search_api.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/googlesearch/direct/search_controller.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/metaWeblog/README
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/metaWeblog/apis/blogger_api.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/metaWeblog/apis/blogger_service.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/metaWeblog/apis/meta_weblog_api.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/metaWeblog/apis/meta_weblog_service.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/metaWeblog/controllers/xmlrpc_controller.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/api.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/base.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/casting.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/client.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/client/base.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/client/soap_client.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/client/xmlrpc_client.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/container.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/container/action_controller_container.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/container/delegated_container.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/container/direct_container.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/dispatcher.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/dispatcher/abstract.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/dispatcher/action_controller_dispatcher.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/invocation.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/protocol.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/protocol/abstract.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/protocol/discovery.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/protocol/soap_protocol.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/protocol/soap_protocol/marshaler.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/protocol/xmlrpc_protocol.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/scaffolding.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/struct.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/support/class_inheritable_options.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/support/signature_types.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/templates/scaffolds/layout.rhtml
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/templates/scaffolds/methods.rhtml
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/templates/scaffolds/parameters.rhtml
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/templates/scaffolds/result.rhtml
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/test_invoke.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/version.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/setup.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/abstract_client.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/abstract_dispatcher.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/abstract_unit.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/api_test.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/apis/auto_load_api.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/apis/broken_auto_load_api.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/base_test.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/casting_test.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/client_soap_test.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/client_xmlrpc_test.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/container_test.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/dispatcher_action_controller_soap_test.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/dispatcher_action_controller_xmlrpc_test.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/gencov
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/invocation_test.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/run
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/scaffolded_controller_test.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/struct_test.rb
%%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/test_invoke_test.rb
%%SPEC_DIR%%/actionwebservice-%%PORTVERSION%%.gemspec
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test/apis
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/test
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/templates/scaffolds
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/templates
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/support
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/protocol/soap_protocol
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/protocol
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/dispatcher
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/container
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service/client
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib/action_web_service
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/lib
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/metaWeblog/controllers
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/metaWeblog/apis
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/metaWeblog
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/googlesearch/direct
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/googlesearch/delegated
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/googlesearch/autoloading
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples/googlesearch
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%/examples
@dirrm %%GEMS_DIR%%/actionwebservice-%%PORTVERSION%%
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/support
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/protocol/soap_protocol
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/protocol
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/dispatcher
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/container
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service/client
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib/action_web_service
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files/lib
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/files
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Struct.src
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Scaffolding/ClassMethods.src
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Scaffolding
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapTypedArrayFactory.src
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapMarshaler.src
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBinding.src
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBase64Factory.src
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapActiveRecordStructFactory.src
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap/Registry.src
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol/Soap
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Protocol
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Invocation/ClassMethods.src
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Invocation
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Container/Direct/ClassMethods.src
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Container/Direct
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Container/Delegated/ClassMethods.src
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Container/Delegated
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Container/ActionController/ClassMethods.src
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Container/ActionController
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Container
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Client/XmlRpc.src
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Client/Soap.src
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/Client
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/API/Method.src
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService/API
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes/ActionWebService
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc/classes
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%/rdoc
@dirrm %%DOC_DIR%%/actionwebservice-%%PORTVERSION%%
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/API/Method.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/API/Method.src/M000031.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/API/Method.src/M000032.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/API/Method.src/M000033.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/API/Method.src/M000034.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/API/Method.src/M000035.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/API/Method.src/M000036.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/API/Method.src/M000037.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/API/Method.src/M000038.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Base.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Client/Soap.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Client/Soap.src/M000025.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Client/Soap.src/M000026.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Client/Soap.src/M000027.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Client/XmlRpc.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Client/XmlRpc.src/M000028.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Client/XmlRpc.src/M000029.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Client/XmlRpc.src/M000030.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Container/ActionController/ClassMethods.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Container/ActionController/ClassMethods.src/M000001.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Container/Delegated/ClassMethods.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Container/Delegated/ClassMethods.src/M000003.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Container/Delegated/ClassMethods.src/M000004.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Container/Direct/ClassMethods.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Container/Direct/ClassMethods.src/M000002.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Invocation/ClassMethods.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Invocation/ClassMethods.src/M000040.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Invocation/ClassMethods.src/M000041.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Invocation/ClassMethods.src/M000043.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Invocation/ClassMethods.src/M000044.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/Registry.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/Registry.src/M000005.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/Registry.src/M000006.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapActiveRecordStructFactory.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapActiveRecordStructFactory.src/M000007.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapActiveRecordStructFactory.src/M000008.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBase64Factory.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBase64Factory.src/M000023.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBase64Factory.src/M000024.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBinding.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBinding.src/M000009.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBinding.src/M000010.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBinding.src/M000011.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBinding.src/M000012.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBinding.src/M000014.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapMarshaler.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapMarshaler.src/M000015.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapMarshaler.src/M000016.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapMarshaler.src/M000017.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapMarshaler.src/M000018.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapMarshaler.src/M000020.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapTypedArrayFactory.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapTypedArrayFactory.src/M000021.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapTypedArrayFactory.src/M000022.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Scaffolding/ClassMethods.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Scaffolding/ClassMethods.src/M000039.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/SignatureTypes.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Struct.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Struct.src/M000046.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Struct.src/M000047.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Struct.src/M000048.html
%%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Struct.src/M000049.html
%%GEM_DOC_DIR%%/rdoc/created.rid
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/api_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/base_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/casting_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/client/base_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/client/soap_client_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/client/xmlrpc_client_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/client_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/container/action_controller_container_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/container/delegated_container_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/container/direct_container_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/container_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/dispatcher/abstract_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/dispatcher/action_controller_dispatcher_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/dispatcher_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/invocation_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/protocol/abstract_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/protocol/discovery_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/protocol/soap_protocol/marshaler_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/protocol/soap_protocol_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/protocol/xmlrpc_protocol_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/protocol_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/scaffolding_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/struct_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/support/class_inheritable_options_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/support/signature_types_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/test_invoke_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/version_rb.html
%%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service_rb.html
%%GEM_DOC_DIR%%/rdoc/fr_class_index.html
%%GEM_DOC_DIR%%/rdoc/fr_file_index.html
%%GEM_DOC_DIR%%/rdoc/fr_method_index.html
%%GEM_DOC_DIR%%/rdoc/index.html
%%GEM_DOC_DIR%%/rdoc/rdoc-style.css
%%GEM_LIB_DIR%%/CHANGELOG
%%GEM_LIB_DIR%%/MIT-LICENSE
%%GEM_LIB_DIR%%/README
%%GEM_LIB_DIR%%/Rakefile
%%GEM_LIB_DIR%%/TODO
%%GEM_LIB_DIR%%/examples/googlesearch/README
%%GEM_LIB_DIR%%/examples/googlesearch/autoloading/google_search_api.rb
%%GEM_LIB_DIR%%/examples/googlesearch/autoloading/google_search_controller.rb
%%GEM_LIB_DIR%%/examples/googlesearch/delegated/google_search_service.rb
%%GEM_LIB_DIR%%/examples/googlesearch/delegated/search_controller.rb
%%GEM_LIB_DIR%%/examples/googlesearch/direct/google_search_api.rb
%%GEM_LIB_DIR%%/examples/googlesearch/direct/search_controller.rb
%%GEM_LIB_DIR%%/examples/metaWeblog/README
%%GEM_LIB_DIR%%/examples/metaWeblog/apis/blogger_api.rb
%%GEM_LIB_DIR%%/examples/metaWeblog/apis/blogger_service.rb
%%GEM_LIB_DIR%%/examples/metaWeblog/apis/meta_weblog_api.rb
%%GEM_LIB_DIR%%/examples/metaWeblog/apis/meta_weblog_service.rb
%%GEM_LIB_DIR%%/examples/metaWeblog/controllers/xmlrpc_controller.rb
%%GEM_LIB_DIR%%/lib/action_web_service.rb
%%GEM_LIB_DIR%%/lib/action_web_service/api.rb
%%GEM_LIB_DIR%%/lib/action_web_service/base.rb
%%GEM_LIB_DIR%%/lib/action_web_service/casting.rb
%%GEM_LIB_DIR%%/lib/action_web_service/client.rb
%%GEM_LIB_DIR%%/lib/action_web_service/client/base.rb
%%GEM_LIB_DIR%%/lib/action_web_service/client/soap_client.rb
%%GEM_LIB_DIR%%/lib/action_web_service/client/xmlrpc_client.rb
%%GEM_LIB_DIR%%/lib/action_web_service/container.rb
%%GEM_LIB_DIR%%/lib/action_web_service/container/action_controller_container.rb
%%GEM_LIB_DIR%%/lib/action_web_service/container/delegated_container.rb
%%GEM_LIB_DIR%%/lib/action_web_service/container/direct_container.rb
%%GEM_LIB_DIR%%/lib/action_web_service/dispatcher.rb
%%GEM_LIB_DIR%%/lib/action_web_service/dispatcher/abstract.rb
%%GEM_LIB_DIR%%/lib/action_web_service/dispatcher/action_controller_dispatcher.rb
%%GEM_LIB_DIR%%/lib/action_web_service/invocation.rb
%%GEM_LIB_DIR%%/lib/action_web_service/protocol.rb
%%GEM_LIB_DIR%%/lib/action_web_service/protocol/abstract.rb
%%GEM_LIB_DIR%%/lib/action_web_service/protocol/discovery.rb
%%GEM_LIB_DIR%%/lib/action_web_service/protocol/soap_protocol.rb
%%GEM_LIB_DIR%%/lib/action_web_service/protocol/soap_protocol/marshaler.rb
%%GEM_LIB_DIR%%/lib/action_web_service/protocol/xmlrpc_protocol.rb
%%GEM_LIB_DIR%%/lib/action_web_service/scaffolding.rb
%%GEM_LIB_DIR%%/lib/action_web_service/struct.rb
%%GEM_LIB_DIR%%/lib/action_web_service/support/class_inheritable_options.rb
%%GEM_LIB_DIR%%/lib/action_web_service/support/signature_types.rb
%%GEM_LIB_DIR%%/lib/action_web_service/templates/scaffolds/layout.rhtml
%%GEM_LIB_DIR%%/lib/action_web_service/templates/scaffolds/methods.rhtml
%%GEM_LIB_DIR%%/lib/action_web_service/templates/scaffolds/parameters.rhtml
%%GEM_LIB_DIR%%/lib/action_web_service/templates/scaffolds/result.rhtml
%%GEM_LIB_DIR%%/lib/action_web_service/test_invoke.rb
%%GEM_LIB_DIR%%/lib/action_web_service/version.rb
%%GEM_LIB_DIR%%/setup.rb
%%GEM_LIB_DIR%%/test/abstract_client.rb
%%GEM_LIB_DIR%%/test/abstract_dispatcher.rb
%%GEM_LIB_DIR%%/test/abstract_unit.rb
%%GEM_LIB_DIR%%/test/api_test.rb
%%GEM_LIB_DIR%%/test/apis/auto_load_api.rb
%%GEM_LIB_DIR%%/test/apis/broken_auto_load_api.rb
%%GEM_LIB_DIR%%/test/base_test.rb
%%GEM_LIB_DIR%%/test/casting_test.rb
%%GEM_LIB_DIR%%/test/client_soap_test.rb
%%GEM_LIB_DIR%%/test/client_xmlrpc_test.rb
%%GEM_LIB_DIR%%/test/container_test.rb
%%GEM_LIB_DIR%%/test/dispatcher_action_controller_soap_test.rb
%%GEM_LIB_DIR%%/test/dispatcher_action_controller_xmlrpc_test.rb
%%GEM_LIB_DIR%%/test/fixtures/db_definitions/mysql.sql
%%GEM_LIB_DIR%%/test/fixtures/users.yml
%%GEM_LIB_DIR%%/test/gencov
%%GEM_LIB_DIR%%/test/invocation_test.rb
%%GEM_LIB_DIR%%/test/run
%%GEM_LIB_DIR%%/test/scaffolded_controller_test.rb
%%GEM_LIB_DIR%%/test/struct_test.rb
%%GEM_LIB_DIR%%/test/test_invoke_test.rb
%%SPEC_DIR%%/actionwebservice-1.1.2.gemspec
@dirrm %%GEM_LIB_DIR%%/test/fixtures/db_definitions
@dirrm %%GEM_LIB_DIR%%/test/fixtures
@dirrm %%GEM_LIB_DIR%%/test/apis
@dirrm %%GEM_LIB_DIR%%/test
@dirrm %%GEM_LIB_DIR%%/lib/action_web_service/templates/scaffolds
@dirrm %%GEM_LIB_DIR%%/lib/action_web_service/templates
@dirrm %%GEM_LIB_DIR%%/lib/action_web_service/support
@dirrm %%GEM_LIB_DIR%%/lib/action_web_service/protocol/soap_protocol
@dirrm %%GEM_LIB_DIR%%/lib/action_web_service/protocol
@dirrm %%GEM_LIB_DIR%%/lib/action_web_service/dispatcher
@dirrm %%GEM_LIB_DIR%%/lib/action_web_service/container
@dirrm %%GEM_LIB_DIR%%/lib/action_web_service/client
@dirrm %%GEM_LIB_DIR%%/lib/action_web_service
@dirrm %%GEM_LIB_DIR%%/lib
@dirrm %%GEM_LIB_DIR%%/examples/metaWeblog/controllers
@dirrm %%GEM_LIB_DIR%%/examples/metaWeblog/apis
@dirrm %%GEM_LIB_DIR%%/examples/metaWeblog
@dirrm %%GEM_LIB_DIR%%/examples/googlesearch/direct
@dirrm %%GEM_LIB_DIR%%/examples/googlesearch/delegated
@dirrm %%GEM_LIB_DIR%%/examples/googlesearch/autoloading
@dirrm %%GEM_LIB_DIR%%/examples/googlesearch
@dirrm %%GEM_LIB_DIR%%/examples
@dirrm %%GEMS_DIR%%/actionwebservice-1.1.2
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/support
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/protocol/soap_protocol
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/protocol
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/dispatcher
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/container
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service/client
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/action_web_service
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib
@dirrm %%GEM_DOC_DIR%%/rdoc/files
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Struct.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Scaffolding/ClassMethods.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Scaffolding
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapTypedArrayFactory.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapMarshaler.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBinding.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapBase64Factory.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/SoapActiveRecordStructFactory.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap/Registry.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol/Soap
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Protocol
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Invocation/ClassMethods.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Invocation
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Container/Direct/ClassMethods.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Container/Direct
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Container/Delegated/ClassMethods.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Container/Delegated
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Container/ActionController/ClassMethods.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Container/ActionController
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Container
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Client/XmlRpc.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Client/Soap.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/Client
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/API/Method.src
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService/API
@dirrm %%GEM_DOC_DIR%%/rdoc/classes/ActionWebService
@dirrm %%GEM_DOC_DIR%%/rdoc/classes
@dirrm %%GEM_DOC_DIR%%/rdoc
@dirrm %%DOC_DIR%%/actionwebservice-1.1.2

View File

@ -5,19 +5,19 @@
# $FreeBSD$
PORTNAME= rails
PORTVERSION= 1.0.0
PORTVERSION= 1.1.2
CATEGORIES= www rubygems
MASTER_SITES= http://rubyforge.org/frs/download.php/7653/
MASTER_SITES= http://rubyforge.org/frs/download.php/9684/
MAINTAINER= jw@innerewut.de
COMMENT= MVC web application framework
BUILD_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake \
${LOCALBASE}/${SPEC_DIR}/activesupport-1.2.5.gemspec:${PORTSDIR}/devel/rubygem-activesupport \
${LOCALBASE}/${SPEC_DIR}/actionpack-1.11.2.gemspec:${PORTSDIR}/www/rubygem-actionpack \
${LOCALBASE}/${SPEC_DIR}/actionwebservice-1.0.0.gemspec:${PORTSDIR}/www/rubygem-actionwebservice \
${LOCALBASE}/${SPEC_DIR}/actionmailer-1.1.5.gemspec:${PORTSDIR}/mail/rubygem-actionmailer \
${LOCALBASE}/${SPEC_DIR}/activerecord-1.13.2.gemspec:${PORTSDIR}/databases/rubygem-activerecord
${LOCALBASE}/${SPEC_DIR}/activesupport-1.3.1.gemspec:${PORTSDIR}/devel/rubygem-activesupport \
${LOCALBASE}/${SPEC_DIR}/actionpack-1.12.1.gemspec:${PORTSDIR}/www/rubygem-actionpack \
${LOCALBASE}/${SPEC_DIR}/actionwebservice-1.1.2.gemspec:${PORTSDIR}/www/rubygem-actionwebservice \
${LOCALBASE}/${SPEC_DIR}/actionmailer-1.2.1.gemspec:${PORTSDIR}/mail/rubygem-actionmailer \
${LOCALBASE}/${SPEC_DIR}/activerecord-1.14.2.gemspec:${PORTSDIR}/databases/rubygem-activerecord
RUN_DEPENDS= ${BUILD_DEPENDS}
OPTIONS= FCGI "FastCGI support" Off\

View File

@ -1,3 +1,3 @@
MD5 (rubygem/rails-1.0.0.gem) = 96ff0bc95c6d25f560b63652bb70cbb2
SHA256 (rubygem/rails-1.0.0.gem) = 52b06ee61c4826f545f6e4e6c33eef8f8772f6a1f5ce66a812abab2b5388aed2
SIZE (rubygem/rails-1.0.0.gem) = 128512
MD5 (rubygem/rails-1.1.2.gem) = a90166212c33392f6aae98bd4be2e184
SHA256 (rubygem/rails-1.1.2.gem) = 1ffd33463d5ed4aa4079f46816dd08af3028f361e623be57a6dec9784263f26f
SIZE (rubygem/rails-1.1.2.gem) = 144896

View File

@ -1,199 +1,220 @@
bin/rails
%%CACHE_DIR%%/rails-%%PORTVERSION%%.gem
%%GEMS_DIR%%/rails-%%PORTVERSION%%/CHANGELOG
%%GEMS_DIR%%/rails-%%PORTVERSION%%/MIT-LICENSE
%%GEMS_DIR%%/rails-%%PORTVERSION%%/README
%%GEMS_DIR%%/rails-%%PORTVERSION%%/Rakefile
%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/about
%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/breakpointer
%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/console
%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/destroy
%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/generate
%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/performance/benchmarker
%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/performance/profiler
%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/plugin
%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/process/reaper
%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/process/spawner
%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/process/spinner
%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/rails
%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/runner
%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/server
%%GEMS_DIR%%/rails-%%PORTVERSION%%/builtin/controllers/rails_info_controller.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/configs/apache.conf
%%GEMS_DIR%%/rails-%%PORTVERSION%%/configs/database.yml
%%GEMS_DIR%%/rails-%%PORTVERSION%%/configs/empty.log
%%GEMS_DIR%%/rails-%%PORTVERSION%%/configs/lighttpd.conf
%%GEMS_DIR%%/rails-%%PORTVERSION%%/configs/routes.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/dispatches/dispatch.fcgi
%%GEMS_DIR%%/rails-%%PORTVERSION%%/dispatches/dispatch.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/dispatches/gateway.cgi
%%GEMS_DIR%%/rails-%%PORTVERSION%%/doc/README_FOR_APP
%%GEMS_DIR%%/rails-%%PORTVERSION%%/environments/boot.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/environments/development.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/environments/environment.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/environments/production.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/environments/test.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/fresh_rakefile
%%GEMS_DIR%%/rails-%%PORTVERSION%%/helpers/application.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/helpers/application_helper.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/helpers/test_helper.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/html/404.html
%%GEMS_DIR%%/rails-%%PORTVERSION%%/html/500.html
%%GEMS_DIR%%/rails-%%PORTVERSION%%/html/favicon.ico
%%GEMS_DIR%%/rails-%%PORTVERSION%%/html/images/rails.png
%%GEMS_DIR%%/rails-%%PORTVERSION%%/html/index.html
%%GEMS_DIR%%/rails-%%PORTVERSION%%/html/javascripts/controls.js
%%GEMS_DIR%%/rails-%%PORTVERSION%%/html/javascripts/dragdrop.js
%%GEMS_DIR%%/rails-%%PORTVERSION%%/html/javascripts/effects.js
%%GEMS_DIR%%/rails-%%PORTVERSION%%/html/javascripts/prototype.js
%%GEMS_DIR%%/rails-%%PORTVERSION%%/html/robots.txt
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/binding_of_caller.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/breakpoint.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/breakpoint_client.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/code_statistics.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/about.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/breakpointer.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/console.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/destroy.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/generate.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/ncgi/listener
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/ncgi/tracker
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/performance/benchmarker.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/performance/profiler.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/plugin.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/process/reaper.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/process/spawner.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/process/spinner.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/runner.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/server.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/servers/lighttpd.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/servers/webrick.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/update.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/console_sandbox.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/dispatcher.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/fcgi_handler.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/initializer.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/base.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/commands.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/applications/app/USAGE
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/applications/app/app_generator.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/controller/USAGE
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/controller/controller_generator.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/controller/templates/controller.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/controller/templates/functional_test.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/controller/templates/helper.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/controller/templates/view.rhtml
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/mailer/USAGE
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/mailer/mailer_generator.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/mailer/templates/fixture.rhtml
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/mailer/templates/mailer.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/mailer/templates/unit_test.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/mailer/templates/view.rhtml
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/migration/USAGE
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/migration/migration_generator.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/migration/templates/migration.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/model/USAGE
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/model/model_generator.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/model/templates/fixtures.yml
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/model/templates/model.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/model/templates/unit_test.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/plugin/USAGE
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/plugin/plugin_generator.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/plugin/templates/README
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/plugin/templates/Rakefile
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/plugin/templates/USAGE
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/plugin/templates/generator.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/plugin/templates/init.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/plugin/templates/plugin.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/plugin/templates/tasks.rake
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/plugin/templates/unit_test.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/USAGE
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/scaffold_generator.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/controller.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/form.rhtml
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/form_scaffolding.rhtml
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/functional_test.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/helper.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/layout.rhtml
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/style.css
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/view_edit.rhtml
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/view_list.rhtml
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/view_new.rhtml
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/view_show.rhtml
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/session_migration/USAGE
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/session_migration/session_migration_generator.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/session_migration/templates/migration.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/web_service/USAGE
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/web_service/templates/api_definition.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/web_service/templates/controller.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/web_service/templates/functional_test.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/web_service/web_service_generator.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/lookup.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/manifest.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/options.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/scripts.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/scripts/destroy.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/scripts/generate.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/scripts/update.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/simple_logger.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/spec.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_info.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_version.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/railties_path.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rubyprof_ext.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/tasks/databases.rake
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/tasks/documentation.rake
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/tasks/framework.rake
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/tasks/javascripts.rake
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/tasks/misc.rake
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/tasks/rails.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/tasks/statistics.rake
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/tasks/testing.rake
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/test_help.rb
%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/webrick_server.rb
%%SPEC_DIR%%/rails-%%PORTVERSION%%.gemspec
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/tasks
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/scripts
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/web_service/templates
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/web_service
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/session_migration/templates
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/session_migration
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/plugin/templates
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/plugin
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/model/templates
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/model
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/migration/templates
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/migration
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/mailer/templates
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/mailer
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/controller/templates
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/controller
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/applications/app
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/applications
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/servers
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/process
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/performance
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands/ncgi
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/commands
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/html/javascripts
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/html/images
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/html
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/helpers
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/environments
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/doc
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/dispatches
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/configs
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/builtin/controllers
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/builtin
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/process
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/performance
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/bin
@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%
%%GEM_LIB_DIR%%/CHANGELOG
%%GEM_LIB_DIR%%/MIT-LICENSE
%%GEM_LIB_DIR%%/README
%%GEM_LIB_DIR%%/Rakefile
%%GEM_LIB_DIR%%/bin/about
%%GEM_LIB_DIR%%/bin/breakpointer
%%GEM_LIB_DIR%%/bin/console
%%GEM_LIB_DIR%%/bin/destroy
%%GEM_LIB_DIR%%/bin/generate
%%GEM_LIB_DIR%%/bin/performance/benchmarker
%%GEM_LIB_DIR%%/bin/performance/profiler
%%GEM_LIB_DIR%%/bin/plugin
%%GEM_LIB_DIR%%/bin/process/reaper
%%GEM_LIB_DIR%%/bin/process/spawner
%%GEM_LIB_DIR%%/bin/rails
%%GEM_LIB_DIR%%/bin/runner
%%GEM_LIB_DIR%%/bin/server
%%GEM_LIB_DIR%%/builtin/rails_info/rails/info.rb
%%GEM_LIB_DIR%%/builtin/rails_info/rails/info_controller.rb
%%GEM_LIB_DIR%%/builtin/rails_info/rails/info_helper.rb
%%GEM_LIB_DIR%%/builtin/rails_info/rails_info_controller.rb
%%GEM_LIB_DIR%%/configs/apache.conf
%%GEM_LIB_DIR%%/configs/databases/mysql.yml
%%GEM_LIB_DIR%%/configs/databases/oracle.yml
%%GEM_LIB_DIR%%/configs/databases/postgresql.yml
%%GEM_LIB_DIR%%/configs/databases/sqlite2.yml
%%GEM_LIB_DIR%%/configs/databases/sqlite3.yml
%%GEM_LIB_DIR%%/configs/empty.log
%%GEM_LIB_DIR%%/configs/lighttpd.conf
%%GEM_LIB_DIR%%/configs/routes.rb
%%GEM_LIB_DIR%%/dispatches/dispatch.fcgi
%%GEM_LIB_DIR%%/dispatches/dispatch.rb
%%GEM_LIB_DIR%%/dispatches/gateway.cgi
%%GEM_LIB_DIR%%/doc/README_FOR_APP
%%GEM_LIB_DIR%%/environments/boot.rb
%%GEM_LIB_DIR%%/environments/development.rb
%%GEM_LIB_DIR%%/environments/environment.rb
%%GEM_LIB_DIR%%/environments/production.rb
%%GEM_LIB_DIR%%/environments/test.rb
%%GEM_LIB_DIR%%/fresh_rakefile
%%GEM_LIB_DIR%%/helpers/application.rb
%%GEM_LIB_DIR%%/helpers/application_helper.rb
%%GEM_LIB_DIR%%/helpers/test_helper.rb
%%GEM_LIB_DIR%%/html/404.html
%%GEM_LIB_DIR%%/html/500.html
%%GEM_LIB_DIR%%/html/favicon.ico
%%GEM_LIB_DIR%%/html/images/rails.png
%%GEM_LIB_DIR%%/html/index.html
%%GEM_LIB_DIR%%/html/javascripts/application.js
%%GEM_LIB_DIR%%/html/javascripts/controls.js
%%GEM_LIB_DIR%%/html/javascripts/dragdrop.js
%%GEM_LIB_DIR%%/html/javascripts/effects.js
%%GEM_LIB_DIR%%/html/javascripts/prototype.js
%%GEM_LIB_DIR%%/html/robots.txt
%%GEM_LIB_DIR%%/lib/binding_of_caller.rb
%%GEM_LIB_DIR%%/lib/breakpoint.rb
%%GEM_LIB_DIR%%/lib/breakpoint_client.rb
%%GEM_LIB_DIR%%/lib/code_statistics.rb
%%GEM_LIB_DIR%%/lib/commands.rb
%%GEM_LIB_DIR%%/lib/commands/about.rb
%%GEM_LIB_DIR%%/lib/commands/breakpointer.rb
%%GEM_LIB_DIR%%/lib/commands/console.rb
%%GEM_LIB_DIR%%/lib/commands/destroy.rb
%%GEM_LIB_DIR%%/lib/commands/generate.rb
%%GEM_LIB_DIR%%/lib/commands/ncgi/listener
%%GEM_LIB_DIR%%/lib/commands/ncgi/tracker
%%GEM_LIB_DIR%%/lib/commands/performance/benchmarker.rb
%%GEM_LIB_DIR%%/lib/commands/performance/profiler.rb
%%GEM_LIB_DIR%%/lib/commands/plugin.rb
%%GEM_LIB_DIR%%/lib/commands/process/reaper.rb
%%GEM_LIB_DIR%%/lib/commands/process/spawner.rb
%%GEM_LIB_DIR%%/lib/commands/process/spinner.rb
%%GEM_LIB_DIR%%/lib/commands/runner.rb
%%GEM_LIB_DIR%%/lib/commands/server.rb
%%GEM_LIB_DIR%%/lib/commands/servers/lighttpd.rb
%%GEM_LIB_DIR%%/lib/commands/servers/webrick.rb
%%GEM_LIB_DIR%%/lib/commands/update.rb
%%GEM_LIB_DIR%%/lib/console_app.rb
%%GEM_LIB_DIR%%/lib/console_sandbox.rb
%%GEM_LIB_DIR%%/lib/console_with_helpers.rb
%%GEM_LIB_DIR%%/lib/dispatcher.rb
%%GEM_LIB_DIR%%/lib/fcgi_handler.rb
%%GEM_LIB_DIR%%/lib/initializer.rb
%%GEM_LIB_DIR%%/lib/rails/version.rb
%%GEM_LIB_DIR%%/lib/rails_generator.rb
%%GEM_LIB_DIR%%/lib/rails_generator/base.rb
%%GEM_LIB_DIR%%/lib/rails_generator/commands.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/applications/app/USAGE
%%GEM_LIB_DIR%%/lib/rails_generator/generators/applications/app/app_generator.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/controller/USAGE
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/controller/controller_generator.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/controller/templates/controller.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/controller/templates/functional_test.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/controller/templates/helper.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/controller/templates/view.rhtml
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/integration_test/USAGE
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/integration_test/integration_test_generator.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/integration_test/templates/integration_test.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/mailer/USAGE
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/mailer/mailer_generator.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/mailer/templates/fixture.rhtml
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/mailer/templates/mailer.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/mailer/templates/unit_test.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/mailer/templates/view.rhtml
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/migration/USAGE
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/migration/migration_generator.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/migration/templates/migration.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/model/USAGE
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/model/model_generator.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/model/templates/fixtures.yml
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/model/templates/migration.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/model/templates/model.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/model/templates/unit_test.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/plugin/USAGE
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/plugin/plugin_generator.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/plugin/templates/README
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/plugin/templates/Rakefile
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/plugin/templates/USAGE
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/plugin/templates/generator.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/plugin/templates/init.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/plugin/templates/install.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/plugin/templates/plugin.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/plugin/templates/tasks.rake
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/plugin/templates/unit_test.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/scaffold/USAGE
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/scaffold/scaffold_generator.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/scaffold/templates/controller.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/scaffold/templates/form.rhtml
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/scaffold/templates/form_scaffolding.rhtml
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/scaffold/templates/functional_test.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/scaffold/templates/helper.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/scaffold/templates/layout.rhtml
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/scaffold/templates/style.css
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/scaffold/templates/view_edit.rhtml
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/scaffold/templates/view_list.rhtml
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/scaffold/templates/view_new.rhtml
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/scaffold/templates/view_show.rhtml
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/session_migration/USAGE
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/session_migration/session_migration_generator.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/session_migration/templates/migration.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/web_service/USAGE
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/web_service/templates/api_definition.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/web_service/templates/controller.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/web_service/templates/functional_test.rb
%%GEM_LIB_DIR%%/lib/rails_generator/generators/components/web_service/web_service_generator.rb
%%GEM_LIB_DIR%%/lib/rails_generator/lookup.rb
%%GEM_LIB_DIR%%/lib/rails_generator/manifest.rb
%%GEM_LIB_DIR%%/lib/rails_generator/options.rb
%%GEM_LIB_DIR%%/lib/rails_generator/scripts.rb
%%GEM_LIB_DIR%%/lib/rails_generator/scripts/destroy.rb
%%GEM_LIB_DIR%%/lib/rails_generator/scripts/generate.rb
%%GEM_LIB_DIR%%/lib/rails_generator/scripts/update.rb
%%GEM_LIB_DIR%%/lib/rails_generator/simple_logger.rb
%%GEM_LIB_DIR%%/lib/rails_generator/spec.rb
%%GEM_LIB_DIR%%/lib/railties_path.rb
%%GEM_LIB_DIR%%/lib/ruby_version_check.rb
%%GEM_LIB_DIR%%/lib/rubyprof_ext.rb
%%GEM_LIB_DIR%%/lib/tasks/databases.rake
%%GEM_LIB_DIR%%/lib/tasks/documentation.rake
%%GEM_LIB_DIR%%/lib/tasks/framework.rake
%%GEM_LIB_DIR%%/lib/tasks/log.rake
%%GEM_LIB_DIR%%/lib/tasks/misc.rake
%%GEM_LIB_DIR%%/lib/tasks/pre_namespace_aliases.rake
%%GEM_LIB_DIR%%/lib/tasks/rails.rb
%%GEM_LIB_DIR%%/lib/tasks/statistics.rake
%%GEM_LIB_DIR%%/lib/tasks/testing.rake
%%GEM_LIB_DIR%%/lib/tasks/tmp.rake
%%GEM_LIB_DIR%%/lib/test_help.rb
%%GEM_LIB_DIR%%/lib/webrick_server.rb
%%SPEC_DIR%%/rails-1.1.2.gemspec
@dirrm %%GEM_LIB_DIR%%/lib/tasks
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/scripts
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components/web_service/templates
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components/web_service
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components/session_migration/templates
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components/session_migration
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components/scaffold/templates
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components/scaffold
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components/plugin/templates
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components/plugin
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components/model/templates
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components/model
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components/migration/templates
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components/migration
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components/mailer/templates
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components/mailer
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components/integration_test/templates
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components/integration_test
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components/controller/templates
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components/controller
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/components
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/applications/app
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators/applications
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator/generators
@dirrm %%GEM_LIB_DIR%%/lib/rails_generator
@dirrm %%GEM_LIB_DIR%%/lib/rails
@dirrm %%GEM_LIB_DIR%%/lib/commands/servers
@dirrm %%GEM_LIB_DIR%%/lib/commands/process
@dirrm %%GEM_LIB_DIR%%/lib/commands/performance
@dirrm %%GEM_LIB_DIR%%/lib/commands/ncgi
@dirrm %%GEM_LIB_DIR%%/lib/commands
@dirrm %%GEM_LIB_DIR%%/lib
@dirrm %%GEM_LIB_DIR%%/html/javascripts
@dirrm %%GEM_LIB_DIR%%/html/images
@dirrm %%GEM_LIB_DIR%%/html
@dirrm %%GEM_LIB_DIR%%/helpers
@dirrm %%GEM_LIB_DIR%%/environments
@dirrm %%GEM_LIB_DIR%%/doc
@dirrm %%GEM_LIB_DIR%%/dispatches
@dirrm %%GEM_LIB_DIR%%/configs/databases
@dirrm %%GEM_LIB_DIR%%/configs
@dirrm %%GEM_LIB_DIR%%/builtin/rails_info/rails
@dirrm %%GEM_LIB_DIR%%/builtin/rails_info
@dirrm %%GEM_LIB_DIR%%/builtin
@dirrm %%GEM_LIB_DIR%%/bin/process
@dirrm %%GEM_LIB_DIR%%/bin/performance
@dirrm %%GEM_LIB_DIR%%/bin
@dirrm %%GEMS_DIR%%/rails-1.1.2