Fairly simple update to the latest version of JRuby. Release notes available at:
http://jruby.org/2014/09/03/jruby-1-7-15.html http://jruby.org/2014/08/27/jruby-1-7-14.html Ports-wise the only significant change is they added some additional gems, a couple of which have 400 and 440 mode files, so fix the modes on those files after extracting (bug already filed upstream). Tested on amd64 and i386. Will be committing Monday unless I hear objections. Thanks, Jeremy Index: Makefile =================================================================== RCS file: /cvs/ports/lang/jruby/Makefile,v retrieving revision 1.43 diff -u -p -r1.43 Makefile --- Makefile 27 Jun 2014 15:26:02 -0000 1.43 +++ Makefile 19 Sep 2014 18:17:52 -0000 @@ -4,7 +4,7 @@ SHARED_ONLY = Yes COMMENT = pure-Java implementation of the Ruby language -V = 1.7.13 +V = 1.7.15 DISTNAME = jruby-bin-${V} PKGNAME = jruby-${V} CATEGORIES = lang lang/ruby @@ -62,6 +62,8 @@ post-extract: && cd jruby-launcher && tar zxf ../../data.tar.gz \ && rm -f ../../data.tar.gz cp ${WRKSRC}/lib/ruby/gems/shared/gems/*/bin/* ${WRKSRC}/bin/ + find ${WRKSRC}/lib/ruby/gems/shared/gems/{axiom-types,descendants_tracker}-* \ + -type f -print0 | xargs -0 chmod 664 do-configure: ${SUBST_CMD} ${WRKSRC}/jruby-launcher/jrubyexe.cpp \ Index: distinfo =================================================================== RCS file: /cvs/ports/lang/jruby/distinfo,v retrieving revision 1.25 diff -u -p -r1.25 distinfo --- distinfo 27 Jun 2014 15:26:02 -0000 1.25 +++ distinfo 19 Sep 2014 17:35:14 -0000 @@ -1,8 +1,8 @@ SHA256 (jnr-jffi-1.2.2-0-g4c196bb.tar.gz) = xK/m48Z/YA+fg4yFJqcRxceFnT0F98y255Ju9eSE7b0= SHA256 (jnr-posix.20130822.tar.gz) = kXV0idWCYw/iRsDSwJdvAL3IjU9L/gEvuD9b9Rt2UYk= -SHA256 (jruby-bin-1.7.13.tar.gz) = +qHNWQ8y88uSBE2avt9mzOodk6JCNsh3gQybMOHgV3w= +SHA256 (jruby-bin-1.7.15.tar.gz) = iUqQXbhg+HieJKKeUXiv7cSXvrIbqRTosaMVsx1v3V8= SHA256 (jruby-launcher-1.0.19-java.gem) = Hgd9U6dYh1HV85FrIy5WUoy0nehO8sQD74QRhhJuqWI= SIZE (jnr-jffi-1.2.2-0-g4c196bb.tar.gz) = 1759433 SIZE (jnr-posix.20130822.tar.gz) = 141316 -SIZE (jruby-bin-1.7.13.tar.gz) = 19908447 +SIZE (jruby-bin-1.7.15.tar.gz) = 26154365 SIZE (jruby-launcher-1.0.19-java.gem) = 55296 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/lang/jruby/pkg/PLIST,v retrieving revision 1.23 diff -u -p -r1.23 PLIST --- pkg/PLIST 27 Jun 2014 15:26:02 -0000 1.23 +++ pkg/PLIST 19 Sep 2014 17:38:09 -0000 @@ -1810,6 +1810,697 @@ jruby/lib/ruby/2.0/yaml/store.rb jruby/lib/ruby/gems/ jruby/lib/ruby/gems/1.8/ jruby/lib/ruby/gems/1.8/gems/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/.rspec +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/.rubocop.yml +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/.ruby-gemset +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/.travis.yml +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/.yardopts +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/CONTRIBUTING.md +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/Gemfile +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/Gemfile.devtools +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/Guardfile +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/LICENSE +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/README.md +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/Rakefile +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/TODO +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/axiom-types.gemspec +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/config/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/config/devtools.yml +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/config/flay.yml +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/config/flog.yml +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/config/mutant.yml +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/config/reek.yml +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/config/roodi.yml +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/config/rubocop.yml +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/config/yardstick.yml +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom-types.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/array.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/boolean.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/class.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/collection.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/date.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/date_time.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/decimal.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/encodable.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/float.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/hash.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/integer.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/length_comparable.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/numeric.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/object.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/set.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/string.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/support/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/support/infinity.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/support/options.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/symbol.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/time.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/type.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/value_comparable.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/lib/axiom/types/version.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/spec_helper.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/array/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/array/class_methods/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/array/class_methods/infer_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/boolean/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/boolean/class_methods/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/boolean/class_methods/infer_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/class_methods/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/class_methods/finalize_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/class_methods/infer_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/collection/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/collection/class_methods/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/collection/class_methods/finalize_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/collection/class_methods/infer_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/encodable/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/encodable/class_methods/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/encodable/class_methods/extended_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/encodable/finalize_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/hash/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/hash/class_methods/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/hash/class_methods/finalize_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/hash/class_methods/infer_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/infinity/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/infinity/coerce_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/infinity/spaceship_operator_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/infinity/succ_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/length_comparable/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/length_comparable/class_methods/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/length_comparable/class_methods/extended_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/length_comparable/finalize_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/length_comparable/range_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/negative_infinity/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/negative_infinity/spaceship_operator_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/object/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/object/class_methods/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/object/class_methods/coercion_method_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/object/class_methods/finalize_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/object/class_methods/infer_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/object/class_methods/inspect_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/object/class_methods/primitive_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/options/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/options/accept_options_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/options/inherited_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/set/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/set/class_methods/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/set/class_methods/infer_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/type/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/type/class_methods/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/type/class_methods/anonymous_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/type/class_methods/base_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/type/class_methods/base_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/type/class_methods/constraint_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/type/class_methods/finalize_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/type/class_methods/include_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/type/class_methods/includes_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/type/class_methods/infer_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/type/class_methods/new_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/value_comparable/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/value_comparable/class_methods/ +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/value_comparable/class_methods/extended_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/value_comparable/finalize_spec.rb +jruby/lib/ruby/gems/1.8/gems/axiom-types-0.1.1/spec/unit/axiom/types/value_comparable/range_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/.rspec +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/.travis.yml +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/Changelog.md +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/Gemfile +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/Gemfile.devtools +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/Guardfile +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/LICENSE.txt +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/README.md +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/Rakefile +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/coercible.gemspec +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/config/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/config/flay.yml +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/config/flog.yml +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/config/mutant.yml +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/config/roodi.yml +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/config/site.reek +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/coercer/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/coercer.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/coercer/array.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/coercer/configurable.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/coercer/date.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/coercer/date_time.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/coercer/decimal.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/coercer/false_class.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/coercer/float.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/coercer/hash.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/coercer/integer.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/coercer/numeric.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/coercer/object.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/coercer/string.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/coercer/symbol.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/coercer/time.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/coercer/time_coercions.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/coercer/true_class.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/configuration.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/coercible/version.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/support/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/support/options.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/lib/support/type_lookup.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/integration/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/integration/configuring_coercers_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/shared/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/shared/unit/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/shared/unit/coerced_predicate.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/shared/unit/configurable.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/spec_helper.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/array/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/array/coerced_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/array/to_set_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/class_methods/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/class_methods/new_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/configurable/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/configurable/config_name_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/configurable/config_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/date/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/date/coerced_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/date/to_date_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/date/to_datetime_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/date/to_string_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/date/to_time_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/date_time/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/date_time/coerced_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/date_time/to_date_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/date_time/to_datetime_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/date_time/to_string_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/date_time/to_time_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/decimal/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/decimal/coerced_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/decimal/to_decimal_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/decimal/to_float_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/decimal/to_integer_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/decimal/to_string_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/element_reader_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/false_class/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/false_class/coerced_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/false_class/to_string_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/float/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/float/coerced_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/float/to_datetime_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/float/to_decimal_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/float/to_float_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/float/to_integer_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/float/to_string_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/hash/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/hash/coerced_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/hash/to_date_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/hash/to_datetime_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/hash/to_time_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/integer/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/integer/coerced_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/integer/datetime_format_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/integer/datetime_proc_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/integer/to_boolean_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/integer/to_datetime_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/integer/to_decimal_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/integer/to_float_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/integer/to_integer_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/integer/to_string_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/integer_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/numeric/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/numeric/to_decimal_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/numeric/to_float_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/numeric/to_integer_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/numeric/to_string_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/object/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/object/coerced_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/object/inspect_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/object/method_missing_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/object/to_array_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/object/to_hash_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/object/to_integer_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/object/to_string_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/string/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/string/class_methods/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/string/class_methods/config_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/string/coerced_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/string/to_boolean_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/string/to_constant_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/string/to_date_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/string/to_datetime_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/string/to_decimal_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/string/to_float_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/string/to_integer_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/string/to_symbol_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/string/to_time_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/string_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/symbol/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/symbol/coerced_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/symbol/to_string_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/time/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/time/coerced_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/time/to_integer_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/time/to_time_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/time_coercions/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/time_coercions/to_date_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/time_coercions/to_datetime_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/time_coercions/to_string_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/time_coercions/to_time_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/true_class/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/true_class/coerced_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/coercer/true_class/to_string_spec.rb +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/configuration/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/configuration/class_methods/ +jruby/lib/ruby/gems/1.8/gems/coercible-1.0.0/spec/unit/coercible/configuration/class_methods/build_spec.rb +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/ +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/.rspec +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/.ruby-gemset +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/.travis.yml +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/CONTRIBUTING.md +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/Gemfile +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/Gemfile.devtools +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/Guardfile +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/LICENSE +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/README.md +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/Rakefile +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/TODO +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/config/ +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/config/devtools.yml +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/config/flay.yml +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/config/flog.yml +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/config/mutant.yml +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/config/reek.yml +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/config/rubocop.yml +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/config/yardstick.yml +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/descendants_tracker.gemspec +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/lib/ +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/lib/descendants_tracker/ +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/lib/descendants_tracker.rb +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/lib/descendants_tracker/version.rb +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/spec/ +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/spec/rcov.opts +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/spec/spec.opts +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/spec/spec_helper.rb +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/spec/support/ +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/spec/support/config_alias.rb +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/spec/unit/ +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/spec/unit/descendants_tracker/ +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/spec/unit/descendants_tracker/add_descendant_spec.rb +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/spec/unit/descendants_tracker/descendants_spec.rb +jruby/lib/ruby/gems/1.8/gems/descendants_tracker-0.0.4/spec/unit/descendants_tracker/inherited_spec.rb +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/ +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/.reek.yml +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/.rspec +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/.rubocop.yml +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/.ruby-gemset +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/.travis.yml +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/.yardstick.yml +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/CONTRIBUTING.md +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/Gemfile +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/LICENSE +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/README.md +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/Rakefile +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/equalizer.gemspec +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/lib/ +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/lib/equalizer/ +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/lib/equalizer.rb +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/lib/equalizer/version.rb +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/spec/ +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/spec/spec_helper.rb +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/spec/support/ +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/spec/support/config_alias.rb +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/spec/unit/ +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/spec/unit/equalizer/ +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/spec/unit/equalizer/included_spec.rb +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/spec/unit/equalizer/methods/ +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/spec/unit/equalizer/methods/eql_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/spec/unit/equalizer/methods/equality_operator_spec.rb +jruby/lib/ruby/gems/1.8/gems/equalizer-0.0.9/spec/unit/equalizer/universal_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/.pelusa.yml +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/.rspec +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/.ruby-gemset +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/.travis.yml +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/.yardopts +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/CONTRIBUTING.md +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/Gemfile +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/Gemfile.devtools +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/Guardfile +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/LICENSE +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/README.md +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/Rakefile +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/TODO +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/benchmarks/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/benchmarks/speed.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/config/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/config/devtools.yml +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/config/flay.yml +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/config/flog.yml +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/config/mutant.yml +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/config/reek.yml +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/config/roodi.yml +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/config/rubocop.yml +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/config/yardstick.yml +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/ice_nine.gemspec +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/core_ext/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/core_ext/object.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/freezer/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/freezer.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/freezer/array.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/freezer/false_class.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/freezer/hash/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/freezer/hash.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/freezer/hash/state.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/freezer/module.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/freezer/nil_class.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/freezer/no_freeze.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/freezer/numeric.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/freezer/object.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/freezer/range.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/freezer/rubinius.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/freezer/struct.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/freezer/symbol.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/freezer/true_class.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/support/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/support/recursion_guard.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/lib/ice_nine/version.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/integration/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/integration/ice_nine/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/integration/ice_nine/class_methods/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/integration/ice_nine/class_methods/deep_freeze_bang_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/integration/ice_nine/class_methods/deep_freeze_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/shared/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/shared/array_deep_freeze_shared_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/shared/hash_deep_freeze_shared_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/shared/ice_nine_deep_freeze_shared_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/shared/no_freeze_deep_freeze_shared_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/shared/object_deep_freeze_shared_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/shared/range_deep_freeze_shared_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/spec_helper.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/support/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/support/config_alias.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/class_methods/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/class_methods/deep_freeze_bang_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/class_methods/deep_freeze_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/core_ext/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/core_ext/object/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/core_ext/object/deep_freeze_bang_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/core_ext/object/deep_freeze_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/array/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/array/class_methods/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/array/class_methods/deep_freeze_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/class_methods/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/class_methods/element_reader_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/false_class/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/false_class/class_methods/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/false_class/class_methods/deep_freeze_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/hash/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/hash/class_methods/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/hash/class_methods/deep_freeze_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/module/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/module/class_methods/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/module/class_methods/deep_freeze_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/nil_class/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/nil_class/class_methods/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/nil_class/class_methods/deep_freeze_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/no_freeze/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/no_freeze/class_methods/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/no_freeze/class_methods/deep_freeze_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/numeric/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/numeric/class_methods/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/numeric/class_methods/deep_freeze_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/object/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/object/class_methods/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/object/class_methods/deep_freeze_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/range/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/range/class_methods/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/range/class_methods/deep_freeze_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/struct/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/struct/class_methods/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/struct/class_methods/deep_freeze_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/symbol/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/symbol/class_methods/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/symbol/class_methods/deep_freeze_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/true_class/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/true_class/class_methods/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/freezer/true_class/class_methods/deep_freeze_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/recursion_guard/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/recursion_guard/frozen/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/recursion_guard/frozen/guard_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/recursion_guard/object_set/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/ice_nine/recursion_guard/object_set/guard_spec.rb +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/object/ +jruby/lib/ruby/gems/1.8/gems/ice_nine-0.11.0/spec/unit/object/deep_freeze_spec.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/Gemfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/MIT-LICENSE +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/README.md +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/Rakefile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/lib/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/lib/maven/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/lib/maven-tools.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/lib/maven/tools/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/lib/maven/tools/artifact.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/lib/maven/tools/coordinate.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/lib/maven/tools/dsl.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/lib/maven/tools/gemfile_lock.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/lib/maven/tools/gemspec_dependencies.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/lib/maven/tools/jarfile.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/lib/maven/tools/model.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/lib/maven/tools/pom.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/lib/maven/tools/version.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/lib/maven/tools/versions.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/lib/maven/tools/visitor.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/lib/maven_tools.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/maven-tools.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/artifact_spec.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/coordinate_spec.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile/Gemfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile/bouncy-castle-version.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_include_jars/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_include_jars/Gemfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_include_jars/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_include_jars/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_include_jars/bouncy-castle-version.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_include_jars/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_access_to_model/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_access_to_model/Gemfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_access_to_model/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_access_to_model/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_access_to_model/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_custom_source/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_custom_source/Gemfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_custom_source/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_custom_source/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_custom_source/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_custom_source/src/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_custom_source/src/java/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_custom_source/src/java/.keep +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_custom_source_and_custom_jarname/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_custom_source_and_custom_jarname/Gemfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_custom_source_and_custom_jarname/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_custom_source_and_custom_jarname/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_custom_source_and_custom_jarname/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_custom_source_and_custom_jarname/src/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_custom_source_and_custom_jarname/src/java/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_custom_source_and_custom_jarname/src/java/.keep +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_extras/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_extras/Gemfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_extras/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_extras/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_extras/bouncy-castle-version.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_extras/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_groups/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_groups/Gemfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_groups/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_groups/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_groups_and_lockfile/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_groups_and_lockfile/Gemfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_groups_and_lockfile/Gemfile.lock +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_groups_and_lockfile/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_groups_and_lockfile/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_lock/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_lock/Gemfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_lock/Gemfile.lock +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_lock/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_lock/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_lock/bouncy-castle-version.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_lock/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_path/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_path/Gemfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_path/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_path/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_platforms/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_platforms/Gemfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_platforms/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_platforms/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source/bouncy-castle-version.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source/src/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source/src/main/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source/src/main/java/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source/src/main/java/.keep +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source_and_custom_jarname/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source_and_custom_jarname/Gemfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source_and_custom_jarname/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source_and_custom_jarname/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source_and_custom_jarname/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source_and_custom_jarname/src/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source_and_custom_jarname/src/main/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source_and_custom_jarname/src/main/java/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source_and_custom_jarname/src/main/java/.keep +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source_and_no_jar/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source_and_no_jar/Gemfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source_and_no_jar/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source_and_no_jar/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source_and_no_jar/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source_and_no_jar/src/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source_and_no_jar/src/main/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source_and_no_jar/src/main/java/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_source_and_no_jar/src/main/java/.keep +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_test_group/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_test_group/Gemfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_test_group/Gemfile.lock +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_test_group/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_with_test_group/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_without_gemspec/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_without_gemspec/Gemfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_without_gemspec/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemfile_without_gemspec/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec/bouncy-castle-version.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_dependencies_spec.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_in_profile/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_in_profile/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_in_profile/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_in_profile/bouncy-castle-version.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_in_profile/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_include_jars/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_include_jars/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_include_jars/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_include_jars/bouncy-castle-version.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_include_jars/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_no_rubygems_repo/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_no_rubygems_repo/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_no_rubygems_repo/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_no_rubygems_repo/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_prerelease/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_prerelease/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_prerelease/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_prerelease/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_prerelease_snapshot/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_prerelease_snapshot/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_prerelease_snapshot/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_prerelease_snapshot/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_access_to_model/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_access_to_model/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_access_to_model/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_access_to_model/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_custom_source/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_custom_source/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_custom_source/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_custom_source/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_custom_source/src/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_custom_source/src/java/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_custom_source/src/java/.keep +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_custom_source_and_custom_jarname/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_custom_source_and_custom_jarname/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_custom_source_and_custom_jarname/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_custom_source_and_custom_jarname/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_custom_source_and_custom_jarname/src/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_custom_source_and_custom_jarname/src/java/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_custom_source_and_custom_jarname/src/java/.keep +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_extras/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_extras/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_extras/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_extras/bouncy-castle-version.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_extras/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_prereleased_dependency/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_prereleased_dependency/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_prereleased_dependency/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_prereleased_dependency/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_prereleased_dependency_and_no_repo/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_prereleased_dependency_and_no_repo/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_prereleased_dependency_and_no_repo/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_prereleased_dependency_and_no_repo/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source/bouncy-castle-version.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source/src/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source/src/main/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source/src/main/java/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source/src/main/java/.keep +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source_and_custom_jarname/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source_and_custom_jarname/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source_and_custom_jarname/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source_and_custom_jarname/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source_and_custom_jarname/src/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source_and_custom_jarname/src/main/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source_and_custom_jarname/src/main/java/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source_and_custom_jarname/src/main/java/.keep +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source_and_no_jar/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source_and_no_jar/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source_and_no_jar/bouncy-castle-java.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source_and_no_jar/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source_and_no_jar/src/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source_and_no_jar/src/main/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source_and_no_jar/src/main/java/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/gemspec_with_source_and_no_jar/src/main/java/.keep +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/jarfile_spec.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/mavenfile/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/mavenfile/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/my/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/my/my.gemspec +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom_from_jarfile/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom_from_jarfile/Jarfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom_from_jarfile/pom.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom_from_jarfile/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom_from_jarfile_with_repos/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom_from_jarfile_with_repos/Jarfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom_from_jarfile_with_repos/Mavenfile +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom_from_jarfile_with_repos/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom_maven_alternative_style/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom_maven_alternative_style/pom.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom_maven_hash_style/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom_maven_hash_style/pom.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom_maven_style/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom_maven_style/pom.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom_spec.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom_with_execute/ +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom_with_execute/pom.rb +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/pom_with_execute/pom.xml +jruby/lib/ruby/gems/1.8/gems/maven-tools-1.0.4/spec/spec_helper.rb jruby/lib/ruby/gems/1.8/gems/rake-${RAKE_V}/ jruby/lib/ruby/gems/1.8/gems/rake-${RAKE_V}/bin/ jruby/lib/ruby/gems/1.8/gems/rake-${RAKE_V}/bin/rake @@ -1817,9 +2508,308 @@ jruby/lib/ruby/gems/1.8/gems/rdoc-${RDOC jruby/lib/ruby/gems/1.8/gems/rdoc-${RDOC_V}/bin/ jruby/lib/ruby/gems/1.8/gems/rdoc-${RDOC_V}/bin/rdoc jruby/lib/ruby/gems/1.8/gems/rdoc-${RDOC_V}/bin/ri +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/ +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/bin/ +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/bin/m2.conf +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/bin/m2jruby.conf +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/bin/rmvn +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/ext/ +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/ext/ruby/ +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/ext/ruby/tesla-polyglot-ruby-0.1.1.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/lib/ +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/lib/tesla-polyglot-cli-0.1.1.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/lib/tesla-polyglot-common-0.1.1.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/ruby/ +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/ruby/maven/ +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/ruby/maven/ruby/ +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/ruby/maven/ruby.rb +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/ruby/maven/ruby/maven.rb +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/ruby/maven/ruby/tasks.rb +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/ruby/maven/ruby/version.rb +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/ruby/ruby-maven.rb +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/ruby/ruby_maven.rb +jruby/lib/ruby/gems/1.8/gems/ruby-maven-3.1.1.0.8/ruby/tesla_maven.rb +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/ +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/LICENSE +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/NOTICE +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/README.txt +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/bin/ +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/bin/m2.conf +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/bin/mvn +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/bin/mvn.bat +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/bin/mvnDebug +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/bin/mvnDebug.bat +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/bin/mvnyjp +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/boot/ +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/boot/plexus-classworlds-2.5.1.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/conf/ +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/conf/logging/ +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/conf/logging/simplelogger.properties +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/conf/settings.xml +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/ +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/aether-api-0.9.0.M2.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/aether-api.license +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/aether-connector-wagon-0.9.0.M2.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/aether-connector-wagon.license +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/aether-impl-0.9.0.M2.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/aether-impl.license +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/aether-spi-0.9.0.M2.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/aether-spi.license +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/aether-util-0.9.0.M2.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/aether-util.license +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/aopalliance-1.0.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/cdi-api-1.0.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/cdi-api.license +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/commons-cli-1.2.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/ext/ +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/ext/README.txt +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/guava-11.0.2.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/javax.inject-1.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/jsr250-api-1.0.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/jsr250-api.license +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/jsr305-1.3.9.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/maven-aether-provider-3.1.1.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/maven-artifact-3.1.1.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/maven-compat-3.1.1.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/maven-core-3.1.1.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/maven-embedder-3.1.1.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/maven-model-3.1.1.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/maven-model-builder-3.1.1.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/maven-plugin-api-3.1.1.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/maven-repository-metadata-3.1.1.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/maven-settings-3.1.1.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/maven-settings-builder-3.1.1.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/org.eclipse.sisu.inject-0.0.0.M5.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/org.eclipse.sisu.inject.license +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/org.eclipse.sisu.plexus-0.0.0.M5.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/org.eclipse.sisu.plexus.license +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/plexus-cipher-1.7.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/plexus-cipher.license +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/plexus-component-annotations-1.5.5.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/plexus-interpolation-1.19.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/plexus-sec-dispatcher-1.3.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/plexus-sec-dispatcher.license +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/plexus-utils-3.0.15.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/sisu-guice-3.1.3-no_aop.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/slf4j-api-1.7.5.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/slf4j-api.license +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/slf4j-simple-1.7.5.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/slf4j-simple.license +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/wagon-file-2.4.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/wagon-http-2.4-shaded.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/lib/wagon-provider-api-2.4.jar +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/ruby/ +jruby/lib/ruby/gems/1.8/gems/ruby-maven-libs-3.1.1/ruby/maven.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/.travis.yml +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/Gemfile +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/LICENSE +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/README.md +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/Rakefile +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/examples/ +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/examples/bench_cache.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/ +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/org/ +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/org/jruby/ +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/org/jruby/ext/ +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/org/jruby/ext/thread_safe/ +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/org/jruby/ext/thread_safe/jsr166e/ +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ConcurrentHashMapV8.java +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/LongAdder.java +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/Striped64.java +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/org/jruby/ext/thread_safe/jsr166y/ +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/thread_safe/ +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/ext/thread_safe/JrubyCacheBackendService.java +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/ +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/ +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/atomic_reference_cache_backend.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/cache.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/jruby_cache_backend.jar +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/mri_cache_backend.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/non_concurrent_cache_backend.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/synchronized_cache_backend.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/synchronized_delegator.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/util/ +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/util.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/util/adder.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/util/atomic_reference.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/util/cheap_lockable.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/util/power_of_two_tuple.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/util/striped64.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/util/volatile.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/util/volatile_tuple.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/util/xor_shift_random.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/lib/thread_safe/version.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/test/ +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/test/src/ +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/test/src/thread_safe/ +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/test/src/thread_safe/SecurityManager.java +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/test/test_array.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/test/test_cache.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/test/test_cache_loops.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/test/test_hash.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/test/test_helper.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/test/test_synchronized_delegator.rb +jruby/lib/ruby/gems/1.8/gems/thread_safe-0.3.4-java/thread_safe.gemspec +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/.pelusa.yml +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/.rspec +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/.ruby-gemset +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/.ruby-version +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/.travis.yml +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/.yardopts +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/CONTRIBUTING.md +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/Changelog.md +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/Gemfile +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/Gemfile.devtools +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/Guardfile +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/LICENSE +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/README.md +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/Rakefile +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/TODO.md +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/config/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/config/flay.yml +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/config/flog.yml +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/config/mutant.yml +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/config/reek.yml +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/config/yardstick.yml +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/attribute/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/attribute.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/attribute/accessor.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/attribute/boolean.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/attribute/builder.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/attribute/coercer.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/attribute/coercible.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/attribute/collection.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/attribute/default_value/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/attribute/default_value.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/attribute/default_value/from_callable.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/attribute/default_value/from_clonable.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/attribute/default_value/from_symbol.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/attribute/embedded_value.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/attribute/hash.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/attribute/lazy_default.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/attribute/strict.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/attribute_set.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/builder/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/builder.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/builder/hook_context.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/class_inclusions.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/class_methods.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/coercer.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/configuration.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/const_missing_extensions.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/extensions.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/instance_methods.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/model.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/module_extensions.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/support/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/support/equalizer.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/support/options.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/support/type_lookup.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/value_object.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/lib/virtus/version.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/building_module_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/collection_member_coercion_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/custom_attributes_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/custom_collection_attributes_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/default_values_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/defining_attributes_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/embedded_value_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/extending_objects_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/hash_attributes_coercion_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/inheritance_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/injectible_coercers_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/mass_assignment_with_accessors_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/overriding_virtus_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/required_attributes_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/struct_as_embedded_value_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/using_modules_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/value_object_with_custom_constructor_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/virtus/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/virtus/instance_level_attributes_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/integration/virtus/value_object_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/shared/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/shared/constants_helpers.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/shared/freeze_method_behavior.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/shared/idempotent_method_behaviour.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/shared/options_class_method.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/spec_helper.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/boolean/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/boolean/coerce_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/boolean/value_coerced_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/class_methods/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/class_methods/build_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/class_methods/coerce_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/coerce_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/coercible_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/collection/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/collection/class_methods/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/collection/class_methods/build_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/collection/coerce_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/custom_collection_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/defined_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/embedded_value/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/embedded_value/class_methods/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/embedded_value/class_methods/build_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/embedded_value/coerce_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/get_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/hash/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/hash/class_methods/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/hash/class_methods/build_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/hash/coerce_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/lazy_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/rename_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/required_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/set_default_value_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/set_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute/value_coerced_predicate_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute_set/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute_set/append_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute_set/define_reader_method_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute_set/define_writer_method_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute_set/each_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute_set/element_reference_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute_set/element_set_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute_set/merge_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute_set/reset_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attribute_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attributes_reader_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/attributes_writer_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/class_methods/ +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/class_methods/finalize_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/class_methods/new_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/config_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/element_reader_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/element_writer_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/freeze_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/model_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/module_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/set_default_attributes_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/spec/unit/virtus/value_object_spec.rb +jruby/lib/ruby/gems/1.8/gems/virtus-1.0.3/virtus.gemspec jruby/lib/ruby/gems/1.8/specifications/ +jruby/lib/ruby/gems/1.8/specifications/axiom-types-0.1.1.gemspec +jruby/lib/ruby/gems/1.8/specifications/coercible-1.0.0.gemspec jruby/lib/ruby/gems/1.8/specifications/default/ jruby/lib/ruby/gems/1.8/specifications/default/ffi-1.9.3-java.gemspec +jruby/lib/ruby/gems/1.8/specifications/default/jar-dependencies-0.0.9.gemspec jruby/lib/ruby/gems/1.8/specifications/default/jruby-openssl-0.9.5-java.gemspec jruby/lib/ruby/gems/1.8/specifications/default/json-1.8.0-java.gemspec jruby/lib/ruby/gems/1.8/specifications/default/krypt-0.0.2.gemspec @@ -1827,6 +2817,14 @@ jruby/lib/ruby/gems/1.8/specifications/d jruby/lib/ruby/gems/1.8/specifications/default/krypt-provider-jdk-0.0.2.gemspec jruby/lib/ruby/gems/1.8/specifications/default/rake-${RAKE_V}.gemspec jruby/lib/ruby/gems/1.8/specifications/default/rdoc-${RDOC_V}.gemspec +jruby/lib/ruby/gems/1.8/specifications/descendants_tracker-0.0.4.gemspec +jruby/lib/ruby/gems/1.8/specifications/equalizer-0.0.9.gemspec +jruby/lib/ruby/gems/1.8/specifications/ice_nine-0.11.0.gemspec +jruby/lib/ruby/gems/1.8/specifications/maven-tools-1.0.4.gemspec +jruby/lib/ruby/gems/1.8/specifications/ruby-maven-3.1.1.0.8.gemspec +jruby/lib/ruby/gems/1.8/specifications/ruby-maven-libs-3.1.1.gemspec +jruby/lib/ruby/gems/1.8/specifications/thread_safe-0.3.4-java.gemspec +jruby/lib/ruby/gems/1.8/specifications/virtus-1.0.3.gemspec jruby/lib/ruby/gems/shared jruby/lib/ruby/shared/ jruby/lib/ruby/shared/Win32API.rb @@ -1893,6 +2891,10 @@ jruby/lib/ruby/shared/fiddle/closure.rb jruby/lib/ruby/shared/fiddle/function.rb jruby/lib/ruby/shared/fiddle/jruby.rb jruby/lib/ruby/shared/gauntlet_rubygems.rb +jruby/lib/ruby/shared/jar-dependencies.rb +jruby/lib/ruby/shared/jar_dependencies.rb +jruby/lib/ruby/shared/jar_install_post_install_hook.rb +jruby/lib/ruby/shared/jar_installer.rb jruby/lib/ruby/shared/java/ jruby/lib/ruby/shared/java/inspect.rb jruby/lib/ruby/shared/jopenssl/