diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-08-13 12:22:13 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-08-13 12:22:13 +0000 |
commit | 0537acbf7ce53703b36a0aad2ea0318b4d247352 (patch) | |
tree | fa11eaa62696aa2baa12829c62010cd12bb16480 /devel | |
parent | 0c7f889542c342e3e3df8a0a856146f6892c47fc (diff) | |
download | pkgsrc-0537acbf7ce53703b36a0aad2ea0318b4d247352.tar.gz |
Updateto 3.1.0
Changelog:
Redmine 3.1.0 released
I am happy to announce that Redmine 3.1.0 has been released. Highlights:
Subtasking: option for independent subtask priority/start date/due date/done ratio (#5490), ability to filter the issue list by parent task or subtasks (#6118)
Permission to view only your own time logs (#8929)
Better handling of HTML-only emails (#16962), nokogiri is now used to parse incoming HTML
Ability to limit the member management permission to certain roles (#19707)
Security features (optional settings): ability to expire passwords after a configurable number of days (#19458), password re-entry for sensitive actions (#19851)
You can review all the changes in the Changelog.
About the maintenance of previous Redmine versions: 3.0.x maintenance will stop in favor of 3.1.x soon but Redmine 2.6.x will still be maintained until at least the end of 2015.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-redmine/MESSAGE | 4 | ||||
-rw-r--r-- | devel/ruby-redmine/Makefile | 40 | ||||
-rw-r--r-- | devel/ruby-redmine/PLIST | 5417 | ||||
-rw-r--r-- | devel/ruby-redmine/distinfo | 140 | ||||
-rw-r--r-- | devel/ruby-redmine/files/Gemfile.lock | 125 | ||||
-rw-r--r-- | devel/ruby-redmine/files/redmine_fix_gems.sh | 4 |
6 files changed, 2924 insertions, 2806 deletions
diff --git a/devel/ruby-redmine/MESSAGE b/devel/ruby-redmine/MESSAGE index 7ae55b27ca3..9b2972917b6 100644 --- a/devel/ruby-redmine/MESSAGE +++ b/devel/ruby-redmine/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2015/07/05 23:55:25 rodent Exp $ +$NetBSD: MESSAGE,v 1.2 2015/08/13 12:22:13 ryoon Exp $ To use Redmine with nginx, you will need to perform the following steps. @@ -45,7 +45,7 @@ To use Redmine with nginx, you will need to perform the following steps. # redmine_generate_secret${RUBY_SUFFIX}.sh # vi config/configuration.yml [...] - secret_token: YOUR_SECRET_KEY + secret_token: 'YOUR_SECRET_KEY' [...] # vi config/secrets.yml [...] diff --git a/devel/ruby-redmine/Makefile b/devel/ruby-redmine/Makefile index 7f7895859bd..60ee015308b 100644 --- a/devel/ruby-redmine/Makefile +++ b/devel/ruby-redmine/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2015/07/05 23:55:25 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2015/08/13 12:22:13 ryoon Exp $ -DISTNAME= redmine-3.0.3 +DISTNAME= redmine-3.1.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} PREV_PKGPATH= devel/redmine CATEGORIES= devel @@ -13,27 +13,27 @@ LICENSE= gnu-gpl-v2 # and so on. RUBY_VERSION_SUPPORTED= 200 193 21 22 -GEMS_DISTFILES+= actionmailer-4.2.1.gem actionpack-4.2.1.gem +GEMS_DISTFILES+= actionmailer-4.2.3.gem actionpack-4.2.3.gem GEMS_DISTFILES+= actionpack-action_caching-1.1.1.gem -GEMS_DISTFILES+= actionpack-xml_parser-1.0.2.gem actionview-4.2.1.gem -GEMS_DISTFILES+= activejob-4.2.1.gem activemodel-4.2.1.gem -GEMS_DISTFILES+= activerecord-4.2.1.gem activesupport-4.2.1.gem -GEMS_DISTFILES+= arel-6.0.0.gem builder-3.2.2.gem bundler-1.9.1.gem -GEMS_DISTFILES+= coderay-1.1.0.gem erubis-2.7.0.gem globalid-0.3.5.gem -GEMS_DISTFILES+= hike-1.2.3.gem i18n-0.7.0.gem jquery-rails-3.1.2.gem -GEMS_DISTFILES+= json-1.8.2.gem loofah-2.0.2.gem mail-2.6.3.gem -GEMS_DISTFILES+= mime-types-2.5.gem mini_portile-0.6.2.gem -GEMS_DISTFILES+= minitest-5.6.1.gem multi_json-1.11.0.gem +GEMS_DISTFILES+= actionpack-xml_parser-1.0.2.gem actionview-4.2.3.gem +GEMS_DISTFILES+= activejob-4.2.3.gem activemodel-4.2.3.gem +GEMS_DISTFILES+= activerecord-4.2.3.gem activesupport-4.2.3.gem +GEMS_DISTFILES+= arel-6.0.3.gem builder-3.2.2.gem bundler-1.10.6.gem +GEMS_DISTFILES+= coderay-1.1.0.gem erubis-2.7.0.gem globalid-0.3.6.gem +GEMS_DISTFILES+= hike-1.2.3.gem i18n-0.7.0.gem jquery-rails-3.1.3.gem +GEMS_DISTFILES+= json-1.8.3.gem loofah-2.0.2.gem mail-2.6.3.gem +GEMS_DISTFILES+= mime-types-2.6.1.gem mini_portile-0.6.2.gem +GEMS_DISTFILES+= minitest-5.8.0.gem multi_json-1.11.0.gem GEMS_DISTFILES+= net-ldap-0.3.1.gem nokogiri-1.6.6.2.gem -GEMS_DISTFILES+= protected_attributes-1.0.9.gem rack-1.6.1.gem +GEMS_DISTFILES+= protected_attributes-1.1.3.gem rack-1.6.4.gem GEMS_DISTFILES+= rack-openid-1.4.2.gem rack-test-0.6.3.gem -GEMS_DISTFILES+= rails-4.2.1.gem rails-deprecated_sanitizer-1.0.3.gem +GEMS_DISTFILES+= rails-4.2.3.gem rails-deprecated_sanitizer-1.0.3.gem GEMS_DISTFILES+= rails-dom-testing-1.0.6.gem -GEMS_DISTFILES+= rails-html-sanitizer-1.0.2.gem railties-4.2.1.gem -GEMS_DISTFILES+= rake-10.4.2.gem rbpdf-1.18.5.gem redcarpet-3.1.2.gem -GEMS_DISTFILES+= request_store-1.0.5.gem rmagick-2.13.4.gem -GEMS_DISTFILES+= ruby-openid-2.3.0.gem sprockets-3.1.0.gem -GEMS_DISTFILES+= sprockets-rails-2.3.1.gem thor-0.19.1.gem +GEMS_DISTFILES+= rails-html-sanitizer-1.0.2.gem railties-4.2.3.gem +GEMS_DISTFILES+= rake-10.4.2.gem rbpdf-1.18.6.gem redcarpet-3.1.2.gem +GEMS_DISTFILES+= request_store-1.0.5.gem rmagick-2.15.3.gem +GEMS_DISTFILES+= ruby-openid-2.3.0.gem sprockets-3.3.0.gem +GEMS_DISTFILES+= sprockets-rails-2.3.2.gem thor-0.19.1.gem GEMS_DISTFILES+= thread_safe-0.3.5.gem tilt-1.4.1.gem tzinfo-1.2.2.gem DISTFILES+= ${DEFAULT_DISTFILES} @@ -216,6 +216,8 @@ post-install: unicorn-post-install find ${DESTDIR} -type f -print0 | xargs -0 chmod g+r,g-w,-x find ${DESTDIR} -type d -print0 | xargs -0 chmod g-w ${CHMOD} +x ${DESTDIR}${PREFIX}/bin/redmine_*${RUBY_SUFFIX}.sh + ${CHMOD} +x ${DESTDIR}${PREFIX}/${RM_DIR}/gems/bin/* + ${CHMOD} +x ${DESTDIR}${PREFIX}/share/examples/rc.d/redmine_*${RUBY_SUFFIX} .include "../../devel/libexecinfo/buildlink3.mk" .include "../../devel/libffi/buildlink3.mk" diff --git a/devel/ruby-redmine/PLIST b/devel/ruby-redmine/PLIST index 683016f0c41..20d021a1b05 100644 --- a/devel/ruby-redmine/PLIST +++ b/devel/ruby-redmine/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2015/07/05 23:55:25 rodent Exp $ +@comment $NetBSD: PLIST,v 1.2 2015/08/13 12:22:13 ryoon Exp $ bin/redmine_fix_gems${RUBY_SUFFIX}.sh bin/redmine_generate_secret${RUBY_SUFFIX}.sh bin/redmine_migrate_db${RUBY_SUFFIX}.sh @@ -6,9 +6,9 @@ bin/redmine_migrate_plugins${RUBY_SUFFIX}.sh share/examples/${RUBY_PKGPREFIX}-redmine/additional_environment.rb.example share/examples/${RUBY_PKGPREFIX}-redmine/configuration.yml.example share/examples/${RUBY_PKGPREFIX}-redmine/database.yml.example +share/${RUBY_PKGPREFIX}-redmine/app/.bundle/config share/${RUBY_PKGPREFIX}-redmine/app/.gitignore share/${RUBY_PKGPREFIX}-redmine/app/.hgignore -share/${RUBY_PKGPREFIX}-redmine/app/.bundle/config share/${RUBY_PKGPREFIX}-redmine/app/.travis.yml share/${RUBY_PKGPREFIX}-redmine/app/CONTRIBUTING.md share/${RUBY_PKGPREFIX}-redmine/app/Gemfile @@ -330,6 +330,7 @@ share/${RUBY_PKGPREFIX}-redmine/app/app/views/layouts/admin.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/layouts/base.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/layouts/mailer.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/layouts/mailer.text.erb +share/${RUBY_PKGPREFIX}-redmine/app/app/views/mail_handler/new.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/mailer/_issue.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/mailer/_issue.text.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/mailer/account_activated.html.erb @@ -393,6 +394,8 @@ share/${RUBY_PKGPREFIX}-redmine/app/app/views/my/destroy.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/my/page.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/my/page_layout.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/my/password.html.erb +share/${RUBY_PKGPREFIX}-redmine/app/app/views/my/show_api_key.html.erb +share/${RUBY_PKGPREFIX}-redmine/app/app/views/my/show_api_key.js.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/news/_form.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/news/_news.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/news/edit.html.erb @@ -417,7 +420,6 @@ share/${RUBY_PKGPREFIX}-redmine/app/app/views/projects/copy.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/projects/destroy.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/projects/index.api.rsb share/${RUBY_PKGPREFIX}-redmine/app/app/views/projects/index.html.erb -share/${RUBY_PKGPREFIX}-redmine/app/app/views/projects/list_members.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/projects/new.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/projects/settings.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/projects/settings/_activities.html.erb @@ -482,6 +484,9 @@ share/${RUBY_PKGPREFIX}-redmine/app/app/views/settings/_projects.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/settings/_repositories.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/settings/edit.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/settings/plugin.html.erb +share/${RUBY_PKGPREFIX}-redmine/app/app/views/sudo_mode/_new_modal.html.erb +share/${RUBY_PKGPREFIX}-redmine/app/app/views/sudo_mode/new.html.erb +share/${RUBY_PKGPREFIX}-redmine/app/app/views/sudo_mode/new.js.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/timelog/_date_range.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/timelog/_form.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/timelog/_list.html.erb @@ -491,6 +496,7 @@ share/${RUBY_PKGPREFIX}-redmine/app/app/views/timelog/edit.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/timelog/index.api.rsb share/${RUBY_PKGPREFIX}-redmine/app/app/views/timelog/index.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/timelog/new.html.erb +share/${RUBY_PKGPREFIX}-redmine/app/app/views/timelog/new.js.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/timelog/report.html.erb share/${RUBY_PKGPREFIX}-redmine/app/app/views/timelog/show.api.rsb share/${RUBY_PKGPREFIX}-redmine/app/app/views/trackers/_form.html.erb @@ -878,6 +884,12 @@ share/${RUBY_PKGPREFIX}-redmine/app/db/migrate/20150113211532_populate_email_add share/${RUBY_PKGPREFIX}-redmine/app/db/migrate/20150113213922_remove_users_mail.rb share/${RUBY_PKGPREFIX}-redmine/app/db/migrate/20150113213955_add_email_addresses_user_id_index.rb share/${RUBY_PKGPREFIX}-redmine/app/db/migrate/20150208105930_replace_move_issues_permission.rb +share/${RUBY_PKGPREFIX}-redmine/app/db/migrate/20150510083747_change_documents_title_limit.rb +share/${RUBY_PKGPREFIX}-redmine/app/db/migrate/20150525103953_clear_estimated_hours_on_parent_issues.rb +share/${RUBY_PKGPREFIX}-redmine/app/db/migrate/20150526183158_add_roles_time_entries_visibility.rb +share/${RUBY_PKGPREFIX}-redmine/app/db/migrate/20150528084820_add_roles_all_roles_managed.rb +share/${RUBY_PKGPREFIX}-redmine/app/db/migrate/20150528092912_create_roles_managed_roles.rb +share/${RUBY_PKGPREFIX}-redmine/app/db/migrate/20150528093249_add_unique_index_on_roles_managed_roles.rb share/${RUBY_PKGPREFIX}-redmine/app/doc/CHANGELOG share/${RUBY_PKGPREFIX}-redmine/app/doc/COPYING share/${RUBY_PKGPREFIX}-redmine/app/doc/INSTALL @@ -1029,6 +1041,7 @@ share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/core_ext/string/conversions.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/core_ext/string/inflections.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/database.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/default_data/loader.rb +share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/export/csv.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/export/pdf.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/export/pdf/issues_pdf_helper.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/export/pdf/wiki_pdf_helper.rb @@ -1066,6 +1079,7 @@ share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/scm/adapters/subversion_adapter. share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/scm/base.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/search.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/subclass_factory.rb +share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/sudo_mode.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/syntax_highlighting.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/themes.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/thumbnail.rb @@ -1081,11 +1095,14 @@ share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/views/labelled_form_builder.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/views/my_page/block.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/views/other_formats_builder.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/wiki_formatting.rb +share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/wiki_formatting/html_parser.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/wiki_formatting/macros.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/wiki_formatting/markdown/formatter.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/wiki_formatting/markdown/helper.rb +share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/wiki_formatting/markdown/html_parser.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/wiki_formatting/textile/formatter.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/wiki_formatting/textile/helper.rb +share/${RUBY_PKGPREFIX}-redmine/app/lib/redmine/wiki_formatting/textile/html_parser.rb share/${RUBY_PKGPREFIX}-redmine/app/lib/tasks/ci.rake share/${RUBY_PKGPREFIX}-redmine/app/lib/tasks/ciphering.rake share/${RUBY_PKGPREFIX}-redmine/app/lib/tasks/deprecated.rake @@ -1108,104 +1125,202 @@ share/${RUBY_PKGPREFIX}-redmine/app/public/404.html share/${RUBY_PKGPREFIX}-redmine/app/public/500.html share/${RUBY_PKGPREFIX}-redmine/app/public/dispatch.fcgi.example share/${RUBY_PKGPREFIX}-redmine/app/public/favicon.ico -share/${RUBY_PKGPREFIX}-redmine/app/public/help/ar/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/ar/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/az/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/az/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/bg/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/bg/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/bs/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/bs/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/ca/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/ca/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/cs/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/cs/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/da/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/da/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/de/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/de/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/el/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/el/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/en-gb/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/en-gb/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/en/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/en/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/es-pa/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/es-pa/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/es/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/es/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/et/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/et/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/eu/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/eu/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/fa/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/fa/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/fi/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/fi/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/fr/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/fr/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/gl/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/gl/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/he/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/he/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/hr/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/hr/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/hu/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/hu/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/id/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/id/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/it/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/it/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/ja/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/ja/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/ko/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/ko/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/lt/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/lt/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/lv/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/lv/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/mk/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/mk/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/mn/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/mn/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/nl/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/nl/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/no/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/no/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/pl/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/pl/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/pt-br/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/pt-br/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/pt/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/pt/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/ro/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/ro/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/ru/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/ru/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/sk/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/sk/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/sl/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/sl/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/sq/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/sq/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/sr-yu/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/sr-yu/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/sr/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/sr/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/sv/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/sv/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/th/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/th/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/tr/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/tr/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/uk/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/uk/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/vi/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/vi/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/zh-tw/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/zh-tw/wiki_syntax_detailed.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/zh/wiki_syntax.html -share/${RUBY_PKGPREFIX}-redmine/app/public/help/zh/wiki_syntax_detailed.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ar/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ar/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ar/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ar/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/az/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/az/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/az/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/az/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/bg/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/bg/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/bg/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/bg/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/bs/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/bs/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/bs/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/bs/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ca/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ca/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ca/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ca/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/cs/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/cs/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/cs/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/cs/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/da/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/da/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/da/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/da/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/de/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/de/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/de/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/de/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/el/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/el/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/el/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/el/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/en-gb/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/en-gb/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/en-gb/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/en-gb/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/en/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/en/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/en/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/en/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/es-pa/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/es-pa/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/es-pa/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/es-pa/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/es/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/es/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/es/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/es/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/et/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/et/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/et/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/et/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/eu/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/eu/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/eu/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/eu/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/fa/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/fa/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/fa/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/fa/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/fi/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/fi/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/fi/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/fi/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/fr/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/fr/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/fr/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/fr/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/gl/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/gl/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/gl/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/gl/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/he/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/he/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/he/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/he/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/hr/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/hr/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/hr/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/hr/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/hu/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/hu/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/hu/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/hu/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/id/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/id/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/id/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/id/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/it/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/it/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/it/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/it/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ja/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ja/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ja/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ja/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ko/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ko/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ko/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ko/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/lt/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/lt/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/lt/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/lt/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/lv/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/lv/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/lv/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/lv/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/mk/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/mk/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/mk/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/mk/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/mn/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/mn/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/mn/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/mn/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/nl/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/nl/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/nl/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/nl/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/no/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/no/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/no/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/no/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/pl/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/pl/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/pl/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/pl/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/pt-br/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/pt-br/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/pt-br/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/pt-br/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/pt/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/pt/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/pt/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/pt/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ro/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ro/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ro/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ro/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ru/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ru/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ru/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/ru/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sk/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sk/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sk/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sk/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sl/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sl/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sl/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sl/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sq/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sq/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sq/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sq/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sr-yu/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sr-yu/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sr-yu/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sr-yu/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sr/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sr/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sr/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sr/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sv/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sv/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sv/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/sv/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/th/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/th/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/th/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/th/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/tr/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/tr/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/tr/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/tr/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/uk/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/uk/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/uk/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/uk/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/vi/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/vi/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/vi/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/vi/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/zh-tw/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/zh-tw/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/zh-tw/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/zh-tw/wiki_syntax_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/zh/wiki_syntax_detailed_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/zh/wiki_syntax_detailed_textile.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/zh/wiki_syntax_markdown.html +share/${RUBY_PKGPREFIX}-redmine/app/public/help/zh/wiki_syntax_textile.html share/${RUBY_PKGPREFIX}-redmine/app/public/htaccess.fcgi.example share/${RUBY_PKGPREFIX}-redmine/app/public/images/1downarrow.png share/${RUBY_PKGPREFIX}-redmine/app/public/images/1uparrow.png @@ -1386,7 +1501,7 @@ share/${RUBY_PKGPREFIX}-redmine/app/public/javascripts/i18n/datepicker-uk.js share/${RUBY_PKGPREFIX}-redmine/app/public/javascripts/i18n/datepicker-vi.js share/${RUBY_PKGPREFIX}-redmine/app/public/javascripts/i18n/datepicker-zh-CN.js share/${RUBY_PKGPREFIX}-redmine/app/public/javascripts/i18n/datepicker-zh-TW.js -share/${RUBY_PKGPREFIX}-redmine/app/public/javascripts/jquery-1.11.1-ui-1.11.0-ujs-3.1.1.js +share/${RUBY_PKGPREFIX}-redmine/app/public/javascripts/jquery-1.11.1-ui-1.11.0-ujs-3.1.3.js share/${RUBY_PKGPREFIX}-redmine/app/public/javascripts/jstoolbar/jstoolbar-textile.min.js share/${RUBY_PKGPREFIX}-redmine/app/public/javascripts/jstoolbar/jstoolbar.js share/${RUBY_PKGPREFIX}-redmine/app/public/javascripts/jstoolbar/lang/jstoolbar-ar.js @@ -1538,6 +1653,8 @@ share/${RUBY_PKGPREFIX}-redmine/app/test/fixtures/mail_handler/message_reply.eml share/${RUBY_PKGPREFIX}-redmine/app/test/fixtures/mail_handler/message_reply_by_subject.eml share/${RUBY_PKGPREFIX}-redmine/app/test/fixtures/mail_handler/multiple_text_parts.eml share/${RUBY_PKGPREFIX}-redmine/app/test/fixtures/mail_handler/no_subject_header.eml +share/${RUBY_PKGPREFIX}-redmine/app/test/fixtures/mail_handler/outlook_2010_html_only.eml +share/${RUBY_PKGPREFIX}-redmine/app/test/fixtures/mail_handler/outlook_web_access_2010_html_only.eml share/${RUBY_PKGPREFIX}-redmine/app/test/fixtures/mail_handler/quoted_printable_utf8.eml share/${RUBY_PKGPREFIX}-redmine/app/test/fixtures/mail_handler/subject_as_iso-8859-1.eml share/${RUBY_PKGPREFIX}-redmine/app/test/fixtures/mail_handler/subject_japanese_1.eml @@ -1734,12 +1851,16 @@ share/${RUBY_PKGPREFIX}-redmine/app/test/integration/routing/welcome_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/integration/routing/wiki_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/integration/routing/wikis_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/integration/routing/workflows_test.rb +share/${RUBY_PKGPREFIX}-redmine/app/test/integration/sudo_mode_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/integration/users_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/mocks/open_id_authentication_mock.rb share/${RUBY_PKGPREFIX}-redmine/app/test/object_helpers.rb share/${RUBY_PKGPREFIX}-redmine/app/test/test_helper.rb +share/${RUBY_PKGPREFIX}-redmine/app/test/travis/mariadb.pref share/${RUBY_PKGPREFIX}-redmine/app/test/ui/base.rb share/${RUBY_PKGPREFIX}-redmine/app/test/ui/issues_test_ui.rb +share/${RUBY_PKGPREFIX}-redmine/app/test/ui/sudo_mode_test_ui.rb +share/${RUBY_PKGPREFIX}-redmine/app/test/ui/timelog_test_ui.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/activity_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/attachment_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/auth_source_ldap_test.rb @@ -1767,6 +1888,7 @@ share/${RUBY_PKGPREFIX}-redmine/app/test/unit/helpers/projects_helper_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/helpers/queries_helper_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/helpers/routes_helper_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/helpers/search_helper_test.rb +share/${RUBY_PKGPREFIX}-redmine/app/test/unit/helpers/settings_helper_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/helpers/sort_helper_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/helpers/timelog_helper_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/helpers/version_helper_test.rb @@ -1780,6 +1902,7 @@ share/${RUBY_PKGPREFIX}-redmine/app/test/unit/issue_priority_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/issue_relation_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/issue_scopes_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/issue_status_test.rb +share/${RUBY_PKGPREFIX}-redmine/app/test/unit/issue_subtasking_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/issue_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/issue_transaction_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/journal_observer_test.rb @@ -1788,6 +1911,7 @@ share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/access_control_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/ciphering_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/codeset_util_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/configuration_test.rb +share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/export/csv_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/export/pdf_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/field_format/bool_format_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/field_format/field_format_test.rb @@ -1825,9 +1949,12 @@ share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/utils/date_calculation share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/views/builders/json_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/views/builders/xml_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/views/labelled_form_builder_test.rb +share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/wiki_formatting/html_parser_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/wiki_formatting/macros_test.rb -share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/wiki_formatting/markdown_formatter.rb +share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb +share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/wiki_formatting/markdown_html_parser_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb +share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/wiki_formatting/textile_html_parser_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine/wiki_formatting_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/lib/redmine_test.rb share/${RUBY_PKGPREFIX}-redmine/app/test/unit/mail_handler_test.rb @@ -1884,230 +2011,231 @@ ${GEM_HOME}/bin/redcarpet ${GEM_HOME}/bin/sprockets ${GEM_HOME}/bin/thor ${GEM_HOME}/bin/tilt -${GEM_HOME}/cache/actionmailer-4.2.1.gem -${GEM_HOME}/cache/actionpack-4.2.1.gem +${GEM_HOME}/cache/actionmailer-4.2.3.gem +${GEM_HOME}/cache/actionpack-4.2.3.gem ${GEM_HOME}/cache/actionpack-action_caching-1.1.1.gem ${GEM_HOME}/cache/actionpack-xml_parser-1.0.2.gem -${GEM_HOME}/cache/actionview-4.2.1.gem -${GEM_HOME}/cache/activejob-4.2.1.gem -${GEM_HOME}/cache/activemodel-4.2.1.gem -${GEM_HOME}/cache/activerecord-4.2.1.gem -${GEM_HOME}/cache/activesupport-4.2.1.gem -${GEM_HOME}/cache/arel-6.0.0.gem +${GEM_HOME}/cache/actionview-4.2.3.gem +${GEM_HOME}/cache/activejob-4.2.3.gem +${GEM_HOME}/cache/activemodel-4.2.3.gem +${GEM_HOME}/cache/activerecord-4.2.3.gem +${GEM_HOME}/cache/activesupport-4.2.3.gem +${GEM_HOME}/cache/arel-6.0.3.gem ${GEM_HOME}/cache/builder-3.2.2.gem -${GEM_HOME}/cache/bundler-1.9.1.gem +${GEM_HOME}/cache/bundler-1.10.6.gem ${GEM_HOME}/cache/coderay-1.1.0.gem ${GEM_HOME}/cache/erubis-2.7.0.gem -${GEM_HOME}/cache/globalid-0.3.5.gem +${GEM_HOME}/cache/globalid-0.3.6.gem ${GEM_HOME}/cache/hike-1.2.3.gem ${GEM_HOME}/cache/i18n-0.7.0.gem -${GEM_HOME}/cache/jquery-rails-3.1.2.gem -${GEM_HOME}/cache/json-1.8.2.gem +${GEM_HOME}/cache/jquery-rails-3.1.3.gem +${GEM_HOME}/cache/json-1.8.3.gem ${GEM_HOME}/cache/loofah-2.0.2.gem ${GEM_HOME}/cache/mail-2.6.3.gem -${GEM_HOME}/cache/mime-types-2.5.gem +${GEM_HOME}/cache/mime-types-2.6.1.gem ${GEM_HOME}/cache/mini_portile-0.6.2.gem -${GEM_HOME}/cache/minitest-5.6.1.gem +${GEM_HOME}/cache/minitest-5.8.0.gem ${GEM_HOME}/cache/multi_json-1.11.0.gem ${GEM_HOME}/cache/net-ldap-0.3.1.gem ${GEM_HOME}/cache/nokogiri-1.6.6.2.gem -${GEM_HOME}/cache/protected_attributes-1.0.9.gem -${GEM_HOME}/cache/rack-1.6.1.gem +${GEM_HOME}/cache/protected_attributes-1.1.3.gem +${GEM_HOME}/cache/rack-1.6.4.gem ${GEM_HOME}/cache/rack-openid-1.4.2.gem ${GEM_HOME}/cache/rack-test-0.6.3.gem -${GEM_HOME}/cache/rails-4.2.1.gem +${GEM_HOME}/cache/rails-4.2.3.gem ${GEM_HOME}/cache/rails-deprecated_sanitizer-1.0.3.gem ${GEM_HOME}/cache/rails-dom-testing-1.0.6.gem ${GEM_HOME}/cache/rails-html-sanitizer-1.0.2.gem -${GEM_HOME}/cache/railties-4.2.1.gem +${GEM_HOME}/cache/railties-4.2.3.gem ${GEM_HOME}/cache/rake-10.4.2.gem -${GEM_HOME}/cache/rbpdf-1.18.5.gem +${GEM_HOME}/cache/rbpdf-1.18.6.gem ${GEM_HOME}/cache/redcarpet-3.1.2.gem ${GEM_HOME}/cache/request_store-1.0.5.gem -${GEM_HOME}/cache/rmagick-2.13.4.gem +${GEM_HOME}/cache/rmagick-2.15.3.gem ${GEM_HOME}/cache/ruby-openid-2.3.0.gem -${GEM_HOME}/cache/sprockets-3.1.0.gem -${GEM_HOME}/cache/sprockets-rails-2.3.1.gem +${GEM_HOME}/cache/sprockets-3.3.0.gem +${GEM_HOME}/cache/sprockets-rails-2.3.2.gem ${GEM_HOME}/cache/thor-0.19.1.gem ${GEM_HOME}/cache/thread_safe-0.3.5.gem ${GEM_HOME}/cache/tilt-1.4.1.gem ${GEM_HOME}/cache/tzinfo-1.2.2.gem -${GEM_EXTSDIR}/nokogiri-1.6.6.2/nokogiri/nokogiri.${RUBY_DLEXT} -${GEM_EXTSDIR}/redcarpet-3.1.2/redcarpet.${RUBY_DLEXT} -${GEM_EXTSDIR}/rmagick-2.13.4/RMagick2.${RUBY_DLEXT} -${GEM_HOME}/gems/actionmailer-4.2.1/CHANGELOG.md -${GEM_HOME}/gems/actionmailer-4.2.1/MIT-LICENSE -${GEM_HOME}/gems/actionmailer-4.2.1/README.rdoc -${GEM_HOME}/gems/actionmailer-4.2.1/lib/action_mailer.rb -${GEM_HOME}/gems/actionmailer-4.2.1/lib/action_mailer/base.rb -${GEM_HOME}/gems/actionmailer-4.2.1/lib/action_mailer/collector.rb -${GEM_HOME}/gems/actionmailer-4.2.1/lib/action_mailer/delivery_job.rb -${GEM_HOME}/gems/actionmailer-4.2.1/lib/action_mailer/delivery_methods.rb -${GEM_HOME}/gems/actionmailer-4.2.1/lib/action_mailer/gem_version.rb -${GEM_HOME}/gems/actionmailer-4.2.1/lib/action_mailer/log_subscriber.rb -${GEM_HOME}/gems/actionmailer-4.2.1/lib/action_mailer/mail_helper.rb -${GEM_HOME}/gems/actionmailer-4.2.1/lib/action_mailer/message_delivery.rb -${GEM_HOME}/gems/actionmailer-4.2.1/lib/action_mailer/preview.rb -${GEM_HOME}/gems/actionmailer-4.2.1/lib/action_mailer/railtie.rb -${GEM_HOME}/gems/actionmailer-4.2.1/lib/action_mailer/test_case.rb -${GEM_HOME}/gems/actionmailer-4.2.1/lib/action_mailer/test_helper.rb -${GEM_HOME}/gems/actionmailer-4.2.1/lib/action_mailer/version.rb -${GEM_HOME}/gems/actionmailer-4.2.1/lib/rails/generators/mailer/USAGE -${GEM_HOME}/gems/actionmailer-4.2.1/lib/rails/generators/mailer/mailer_generator.rb -${GEM_HOME}/gems/actionmailer-4.2.1/lib/rails/generators/mailer/templates/application_mailer.rb -${GEM_HOME}/gems/actionmailer-4.2.1/lib/rails/generators/mailer/templates/mailer.rb -${GEM_HOME}/gems/actionpack-4.2.1/CHANGELOG.md -${GEM_HOME}/gems/actionpack-4.2.1/MIT-LICENSE -${GEM_HOME}/gems/actionpack-4.2.1/README.rdoc -${GEM_HOME}/gems/actionpack-4.2.1/lib/abstract_controller.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/abstract_controller/asset_paths.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/abstract_controller/base.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/abstract_controller/callbacks.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/abstract_controller/collector.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/abstract_controller/helpers.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/abstract_controller/logger.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/abstract_controller/railties/routes_helpers.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/abstract_controller/rendering.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/abstract_controller/translation.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/abstract_controller/url_for.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/base.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/caching.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/caching/fragments.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/log_subscriber.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/conditional_get.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/cookies.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/data_streaming.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/etag_with_template_digest.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/exceptions.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/flash.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/force_ssl.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/head.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/helpers.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/hide_actions.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/http_authentication.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/implicit_render.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/instrumentation.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/live.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/mime_responds.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/params_wrapper.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/rack_delegation.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/redirecting.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/renderers.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/rendering.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/request_forgery_protection.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/rescue.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/streaming.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/strong_parameters.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/testing.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/metal/url_for.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/middleware.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/model_naming.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/railtie.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/railties/helpers.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_controller/test_case.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/http/cache.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/http/filter_parameters.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/http/filter_redirect.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/http/headers.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/http/mime_negotiation.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/http/mime_type.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/http/mime_types.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/http/parameter_filter.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/http/parameters.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/http/rack_cache.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/http/request.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/http/response.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/http/upload.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/http/url.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/backwards.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/formatter.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/gtg/builder.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/gtg/simulator.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/gtg/transition_table.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/nfa/builder.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/nfa/dot.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/nfa/simulator.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/nfa/transition_table.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/nodes/node.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/parser.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/parser.y -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/parser_extras.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/path/pattern.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/route.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/router.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/router/strexp.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/router/utils.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/routes.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/scanner.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/visitors.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/visualizer/fsm.css -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/visualizer/fsm.js -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/journey/visualizer/index.html.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/callbacks.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/cookies.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/debug_exceptions.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/exception_wrapper.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/flash.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/params_parser.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/public_exceptions.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/reloader.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/remote_ip.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/request_id.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/session/abstract_store.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/session/cache_store.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/session/cookie_store.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/session/mem_cache_store.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/show_exceptions.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/ssl.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/stack.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/static.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/layout.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/unknown_action.text.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/railtie.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/request/session.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/request/utils.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/routing.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/routing/endpoint.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/routing/inspector.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/routing/mapper.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/routing/polymorphic_routes.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/routing/redirection.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/routing/route_set.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/routing/routes_proxy.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/routing/url_for.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/testing/assertions.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/testing/assertions/dom.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/testing/assertions/response.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/testing/assertions/routing.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/testing/assertions/selector.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/testing/assertions/tag.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/testing/integration.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/testing/test_process.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/testing/test_request.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_dispatch/testing/test_response.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_pack.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_pack/gem_version.rb -${GEM_HOME}/gems/actionpack-4.2.1/lib/action_pack/version.rb +${GEM_HOME}/extensions/${MACHINE_ARCH}-netbsd/2.2.0/nokogiri-1.6.6.2/nokogiri/nokogiri.${RUBY_DLEXT} +${GEM_HOME}/extensions/${MACHINE_ARCH}-netbsd/2.2.0/redcarpet-3.1.2/redcarpet.${RUBY_DLEXT} +${GEM_HOME}/extensions/${MACHINE_ARCH}-netbsd/2.2.0/rmagick-2.15.3/RMagick2.${RUBY_DLEXT} +${GEM_HOME}/gems/actionmailer-4.2.3/CHANGELOG.md +${GEM_HOME}/gems/actionmailer-4.2.3/MIT-LICENSE +${GEM_HOME}/gems/actionmailer-4.2.3/README.rdoc +${GEM_HOME}/gems/actionmailer-4.2.3/lib/action_mailer.rb +${GEM_HOME}/gems/actionmailer-4.2.3/lib/action_mailer/base.rb +${GEM_HOME}/gems/actionmailer-4.2.3/lib/action_mailer/collector.rb +${GEM_HOME}/gems/actionmailer-4.2.3/lib/action_mailer/delivery_job.rb +${GEM_HOME}/gems/actionmailer-4.2.3/lib/action_mailer/delivery_methods.rb +${GEM_HOME}/gems/actionmailer-4.2.3/lib/action_mailer/gem_version.rb +${GEM_HOME}/gems/actionmailer-4.2.3/lib/action_mailer/inline_preview_interceptor.rb +${GEM_HOME}/gems/actionmailer-4.2.3/lib/action_mailer/log_subscriber.rb +${GEM_HOME}/gems/actionmailer-4.2.3/lib/action_mailer/mail_helper.rb +${GEM_HOME}/gems/actionmailer-4.2.3/lib/action_mailer/message_delivery.rb +${GEM_HOME}/gems/actionmailer-4.2.3/lib/action_mailer/preview.rb +${GEM_HOME}/gems/actionmailer-4.2.3/lib/action_mailer/railtie.rb +${GEM_HOME}/gems/actionmailer-4.2.3/lib/action_mailer/test_case.rb +${GEM_HOME}/gems/actionmailer-4.2.3/lib/action_mailer/test_helper.rb +${GEM_HOME}/gems/actionmailer-4.2.3/lib/action_mailer/version.rb +${GEM_HOME}/gems/actionmailer-4.2.3/lib/rails/generators/mailer/USAGE +${GEM_HOME}/gems/actionmailer-4.2.3/lib/rails/generators/mailer/mailer_generator.rb +${GEM_HOME}/gems/actionmailer-4.2.3/lib/rails/generators/mailer/templates/application_mailer.rb +${GEM_HOME}/gems/actionmailer-4.2.3/lib/rails/generators/mailer/templates/mailer.rb +${GEM_HOME}/gems/actionpack-4.2.3/CHANGELOG.md +${GEM_HOME}/gems/actionpack-4.2.3/MIT-LICENSE +${GEM_HOME}/gems/actionpack-4.2.3/README.rdoc +${GEM_HOME}/gems/actionpack-4.2.3/lib/abstract_controller.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/abstract_controller/asset_paths.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/abstract_controller/base.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/abstract_controller/callbacks.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/abstract_controller/collector.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/abstract_controller/helpers.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/abstract_controller/logger.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/abstract_controller/railties/routes_helpers.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/abstract_controller/rendering.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/abstract_controller/translation.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/abstract_controller/url_for.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/base.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/caching.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/caching/fragments.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/log_subscriber.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/conditional_get.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/cookies.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/data_streaming.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/etag_with_template_digest.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/exceptions.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/flash.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/force_ssl.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/head.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/helpers.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/hide_actions.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/http_authentication.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/implicit_render.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/instrumentation.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/live.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/mime_responds.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/params_wrapper.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/rack_delegation.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/redirecting.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/renderers.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/rendering.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/request_forgery_protection.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/rescue.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/streaming.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/strong_parameters.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/testing.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/metal/url_for.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/middleware.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/model_naming.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/railtie.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/railties/helpers.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_controller/test_case.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/http/cache.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/http/filter_parameters.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/http/filter_redirect.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/http/headers.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/http/mime_negotiation.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/http/mime_type.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/http/mime_types.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/http/parameter_filter.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/http/parameters.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/http/rack_cache.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/http/request.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/http/response.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/http/upload.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/http/url.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/backwards.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/formatter.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/gtg/builder.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/gtg/simulator.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/gtg/transition_table.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/nfa/builder.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/nfa/dot.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/nfa/simulator.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/nfa/transition_table.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/nodes/node.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/parser.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/parser.y +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/parser_extras.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/path/pattern.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/route.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/router.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/router/strexp.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/router/utils.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/routes.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/scanner.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/visitors.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/visualizer/fsm.css +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/visualizer/fsm.js +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/journey/visualizer/index.html.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/callbacks.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/cookies.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/debug_exceptions.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/exception_wrapper.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/flash.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/params_parser.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/public_exceptions.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/reloader.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/remote_ip.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/request_id.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/session/abstract_store.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/session/cache_store.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/session/cookie_store.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/session/mem_cache_store.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/show_exceptions.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/ssl.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/stack.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/static.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_source.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/layout.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/rescues/unknown_action.text.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_route.html.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/middleware/templates/routes/_table.html.erb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/railtie.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/request/session.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/request/utils.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/routing.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/routing/endpoint.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/routing/inspector.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/routing/mapper.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/routing/polymorphic_routes.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/routing/redirection.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/routing/route_set.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/routing/routes_proxy.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/routing/url_for.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/testing/assertions.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/testing/assertions/dom.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/testing/assertions/response.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/testing/assertions/routing.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/testing/assertions/selector.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/testing/assertions/tag.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/testing/integration.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/testing/test_process.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/testing/test_request.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_dispatch/testing/test_response.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_pack.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_pack/gem_version.rb +${GEM_HOME}/gems/actionpack-4.2.3/lib/action_pack/version.rb ${GEM_HOME}/gems/actionpack-action_caching-1.1.1/.gitignore ${GEM_HOME}/gems/actionpack-action_caching-1.1.1/.travis.yml ${GEM_HOME}/gems/actionpack-action_caching-1.1.1/CHANGELOG.md @@ -2129,693 +2257,693 @@ ${GEM_HOME}/gems/actionpack-xml_parser-1.0.2/LICENSE ${GEM_HOME}/gems/actionpack-xml_parser-1.0.2/README.md ${GEM_HOME}/gems/actionpack-xml_parser-1.0.2/lib/action_dispatch/xml_params_parser.rb ${GEM_HOME}/gems/actionpack-xml_parser-1.0.2/lib/actionpack/xml_parser.rb -${GEM_HOME}/gems/actionview-4.2.1/CHANGELOG.md -${GEM_HOME}/gems/actionview-4.2.1/MIT-LICENSE -${GEM_HOME}/gems/actionview-4.2.1/README.rdoc -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/base.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/buffers.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/context.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/dependency_tracker.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/digestor.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/flows.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/gem_version.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/active_model_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/asset_tag_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/asset_url_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/atom_feed_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/cache_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/capture_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/controller_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/csrf_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/date_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/debug_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/form_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/form_options_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/form_tag_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/javascript_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/number_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/output_safety_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/record_tag_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/rendering_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/sanitize_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tag_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/base.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/check_box.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/checkable.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/collection_check_boxes.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/collection_helpers.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/collection_radio_buttons.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/collection_select.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/color_field.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/date_field.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/date_select.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/datetime_field.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/datetime_local_field.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/datetime_select.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/email_field.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/file_field.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/grouped_collection_select.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/hidden_field.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/label.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/month_field.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/number_field.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/password_field.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/placeholderable.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/radio_button.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/range_field.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/search_field.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/select.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/tel_field.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/text_area.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/text_field.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/time_field.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/time_select.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/time_zone_select.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/translator.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/url_field.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/tags/week_field.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/text_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/translation_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/helpers/url_helper.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/layouts.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/locale/en.yml -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/log_subscriber.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/lookup_context.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/model_naming.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/path_set.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/railtie.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/record_identifier.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/renderer/abstract_renderer.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/renderer/partial_renderer.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/renderer/renderer.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/renderer/streaming_template_renderer.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/renderer/template_renderer.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/rendering.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/routing_url_for.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/tasks/dependencies.rake -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/template.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/template/error.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/template/handlers.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/template/handlers/builder.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/template/handlers/erb.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/template/handlers/raw.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/template/html.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/template/resolver.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/template/text.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/template/types.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/test_case.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/testing/resolvers.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/version.rb -${GEM_HOME}/gems/actionview-4.2.1/lib/action_view/view_paths.rb -${GEM_HOME}/gems/activejob-4.2.1/CHANGELOG.md -${GEM_HOME}/gems/activejob-4.2.1/MIT-LICENSE -${GEM_HOME}/gems/activejob-4.2.1/README.md -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/arguments.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/base.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/callbacks.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/configured_job.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/core.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/enqueuing.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/execution.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/gem_version.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/logging.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/queue_adapter.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/queue_adapters.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/queue_adapters/backburner_adapter.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/queue_adapters/delayed_job_adapter.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/queue_adapters/inline_adapter.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/queue_adapters/qu_adapter.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/queue_adapters/que_adapter.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/queue_adapters/queue_classic_adapter.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/queue_adapters/resque_adapter.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/queue_adapters/sidekiq_adapter.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/queue_adapters/sneakers_adapter.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/queue_adapters/sucker_punch_adapter.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/queue_adapters/test_adapter.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/queue_name.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/railtie.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/test_case.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/test_helper.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/active_job/version.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/rails/generators/job/job_generator.rb -${GEM_HOME}/gems/activejob-4.2.1/lib/rails/generators/job/templates/job.rb -${GEM_HOME}/gems/activemodel-4.2.1/CHANGELOG.md -${GEM_HOME}/gems/activemodel-4.2.1/MIT-LICENSE -${GEM_HOME}/gems/activemodel-4.2.1/README.rdoc -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/attribute_methods.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/callbacks.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/conversion.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/dirty.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/errors.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/forbidden_attributes_protection.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/gem_version.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/lint.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/locale/en.yml -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/model.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/naming.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/railtie.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/secure_password.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/serialization.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/serializers/json.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/serializers/xml.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/test_case.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/translation.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/validations.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/validations/absence.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/validations/acceptance.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/validations/callbacks.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/validations/clusivity.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/validations/confirmation.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/validations/exclusion.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/validations/format.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/validations/inclusion.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/validations/length.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/validations/numericality.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/validations/presence.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/validations/validates.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/validations/with.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/validator.rb -${GEM_HOME}/gems/activemodel-4.2.1/lib/active_model/version.rb -${GEM_HOME}/gems/activerecord-4.2.1/CHANGELOG.md -${GEM_HOME}/gems/activerecord-4.2.1/MIT-LICENSE -${GEM_HOME}/gems/activerecord-4.2.1/README.rdoc -${GEM_HOME}/gems/activerecord-4.2.1/examples/performance.rb -${GEM_HOME}/gems/activerecord-4.2.1/examples/simple.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/aggregations.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/association_relation.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/alias_tracker.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/association_scope.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/belongs_to_association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/belongs_to_polymorphic_association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/builder/association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/builder/belongs_to.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/builder/collection_association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/builder/has_and_belongs_to_many.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/builder/has_many.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/builder/has_one.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/builder/singular_association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/collection_association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/collection_proxy.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/foreign_association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/has_many_association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/has_many_through_association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/has_one_association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/has_one_through_association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/join_dependency.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/join_dependency/join_association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/join_dependency/join_base.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/join_dependency/join_part.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/preloader.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/preloader/association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/preloader/belongs_to.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/preloader/collection_association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/preloader/has_many.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/preloader/has_many_through.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/preloader/has_one.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/preloader/has_one_through.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/preloader/singular_association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/preloader/through_association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/singular_association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/associations/through_association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/attribute.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/attribute_assignment.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/attribute_decorators.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/attribute_methods.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/attribute_methods/before_type_cast.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/attribute_methods/dirty.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/attribute_methods/primary_key.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/attribute_methods/query.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/attribute_methods/read.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/attribute_methods/serialization.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/attribute_methods/time_zone_conversion.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/attribute_methods/write.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/attribute_set.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/attribute_set/builder.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/attributes.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/autosave_association.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/base.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/callbacks.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/coders/json.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/coders/yaml_column.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/abstract/connection_pool.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/abstract/database_limits.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/abstract/database_statements.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/abstract/query_cache.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/abstract/quoting.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/abstract/savepoints.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/abstract/schema_creation.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/abstract/schema_definitions.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/abstract/schema_dumper.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/abstract/schema_statements.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/abstract/transaction.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/abstract_adapter.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/abstract_mysql_adapter.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/column.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/connection_specification.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/mysql2_adapter.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/mysql_adapter.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/array_parser.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/column.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/database_statements.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/array.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/bit.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/bit_varying.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/bytea.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/cidr.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/date.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/date_time.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/decimal.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/enum.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/float.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/hstore.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/inet.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/infinity.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/integer.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/json.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/jsonb.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/money.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/point.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/range.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/specialized_string.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/time.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/uuid.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/vector.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/oid/xml.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/quoting.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/referential_integrity.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/schema_definitions.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/schema_statements.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql/utils.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/schema_cache.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/sqlite3_adapter.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_adapters/statement_pool.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/connection_handling.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/core.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/counter_cache.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/dynamic_matchers.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/enum.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/errors.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/explain.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/explain_registry.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/explain_subscriber.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/fixture_set/file.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/fixtures.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/gem_version.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/inheritance.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/integration.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/locale/en.yml -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/locking/optimistic.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/locking/pessimistic.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/log_subscriber.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/migration.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/migration/command_recorder.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/migration/join_table.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/model_schema.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/nested_attributes.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/no_touching.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/null_relation.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/persistence.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/query_cache.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/querying.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/railtie.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/railties/console_sandbox.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/railties/controller_runtime.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/railties/databases.rake -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/railties/jdbcmysql_error.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/readonly_attributes.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/reflection.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/relation.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/relation/batches.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/relation/calculations.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/relation/delegation.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/relation/finder_methods.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/relation/merger.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/relation/predicate_builder.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/relation/predicate_builder/array_handler.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/relation/predicate_builder/relation_handler.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/relation/query_methods.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/relation/spawn_methods.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/result.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/runtime_registry.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/sanitization.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/schema.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/schema_dumper.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/schema_migration.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/scoping.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/scoping/default.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/scoping/named.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/serialization.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/serializers/xml_serializer.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/statement_cache.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/store.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/tasks/database_tasks.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/tasks/mysql_database_tasks.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/tasks/postgresql_database_tasks.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/tasks/sqlite_database_tasks.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/timestamp.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/transactions.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/translation.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/big_integer.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/binary.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/boolean.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/date.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/date_time.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/decimal.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/decimal_without_scale.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/decorator.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/float.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/hash_lookup_type_map.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/integer.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/mutable.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/numeric.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/serialized.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/string.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/text.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/time.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/time_value.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/type_map.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/unsigned_integer.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/type/value.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/validations.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/validations/associated.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/validations/presence.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/validations/uniqueness.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/active_record/version.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/rails/generators/active_record.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/rails/generators/active_record/migration.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/rails/generators/active_record/migration/migration_generator.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/rails/generators/active_record/migration/templates/create_table_migration.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/rails/generators/active_record/migration/templates/migration.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/rails/generators/active_record/model/model_generator.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/rails/generators/active_record/model/templates/model.rb -${GEM_HOME}/gems/activerecord-4.2.1/lib/rails/generators/active_record/model/templates/module.rb -${GEM_HOME}/gems/activesupport-4.2.1/CHANGELOG.md -${GEM_HOME}/gems/activesupport-4.2.1/MIT-LICENSE -${GEM_HOME}/gems/activesupport-4.2.1/README.rdoc -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/all.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/backtrace_cleaner.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/benchmarkable.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/builder.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/cache.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/cache/file_store.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/cache/mem_cache_store.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/cache/memory_store.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/cache/null_store.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/cache/strategy/local_cache.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/cache/strategy/local_cache_middleware.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/callbacks.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/concern.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/concurrency/latch.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/configurable.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/array.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/array/access.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/array/conversions.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/array/extract_options.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/array/grouping.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/array/prepend_and_append.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/array/wrap.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/benchmark.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/big_decimal.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/big_decimal/conversions.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/big_decimal/yaml_conversions.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/class.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/class/attribute.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/class/attribute_accessors.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/class/delegating_attributes.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/class/subclasses.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/date.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/date/acts_like.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/date/calculations.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/date/conversions.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/date/zones.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/date_and_time/calculations.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/date_and_time/zones.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/date_time.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/date_time/acts_like.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/date_time/calculations.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/date_time/conversions.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/date_time/zones.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/digest/uuid.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/enumerable.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/file.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/file/atomic.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/hash.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/hash/compact.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/hash/conversions.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/hash/deep_merge.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/hash/except.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/hash/indifferent_access.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/hash/keys.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/hash/reverse_merge.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/hash/slice.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/hash/transform_values.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/integer.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/integer/inflections.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/integer/multiple.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/integer/time.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/kernel.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/kernel/agnostics.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/kernel/concern.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/kernel/debugger.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/kernel/reporting.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/kernel/singleton_class.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/load_error.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/marshal.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/module.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/module/aliasing.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/module/anonymous.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/module/attr_internal.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/module/attribute_accessors.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/module/concerning.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/module/delegation.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/module/deprecation.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/module/introspection.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/module/method_transplanting.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/module/qualified_const.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/module/reachable.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/module/remove_method.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/name_error.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/numeric.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/numeric/bytes.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/numeric/conversions.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/numeric/time.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/object.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/object/acts_like.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/object/blank.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/object/conversions.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/object/deep_dup.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/object/duplicable.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/object/inclusion.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/object/instance_variables.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/object/itself.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/object/json.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/object/to_param.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/object/to_query.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/object/try.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/object/with_options.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/range.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/range/conversions.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/range/each.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/range/include_range.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/range/overlaps.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/regexp.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/string.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/string/access.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/string/behavior.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/string/conversions.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/string/exclude.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/string/filters.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/string/indent.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/string/inflections.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/string/inquiry.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/string/multibyte.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/string/output_safety.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/string/starts_ends_with.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/string/strip.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/string/zones.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/struct.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/thread.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/time.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/time/acts_like.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/time/calculations.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/time/conversions.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/time/marshal.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/time/zones.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/core_ext/uri.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/dependencies.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/dependencies/autoload.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/deprecation.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/deprecation/behaviors.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/deprecation/instance_delegator.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/deprecation/method_wrappers.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/deprecation/proxy_wrappers.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/deprecation/reporting.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/descendants_tracker.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/duration.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/file_update_checker.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/gem_version.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/gzip.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/hash_with_indifferent_access.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/i18n.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/i18n_railtie.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/inflections.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/inflector.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/inflector/inflections.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/inflector/methods.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/inflector/transliterate.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/json.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/json/decoding.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/json/encoding.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/key_generator.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/lazy_load_hooks.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/locale/en.yml -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/log_subscriber.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/log_subscriber/test_helper.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/logger.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/logger_silence.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/message_encryptor.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/message_verifier.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/multibyte.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/multibyte/chars.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/multibyte/unicode.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/notifications.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/notifications/fanout.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/notifications/instrumenter.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/number_helper.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/number_helper/number_converter.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/number_helper/number_to_currency_converter.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/number_helper/number_to_delimited_converter.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/number_helper/number_to_human_converter.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/number_helper/number_to_human_size_converter.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/number_helper/number_to_percentage_converter.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/number_helper/number_to_phone_converter.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/number_helper/number_to_rounded_converter.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/option_merger.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/ordered_hash.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/ordered_options.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/per_thread_registry.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/proxy_object.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/rails.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/railtie.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/rescuable.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/security_utils.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/string_inquirer.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/subscriber.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/tagged_logging.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/test_case.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/testing/assertions.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/testing/autorun.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/testing/constant_lookup.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/testing/declarative.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/testing/deprecation.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/testing/isolation.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/testing/setup_and_teardown.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/testing/tagged_logging.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/testing/time_helpers.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/time.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/time_with_zone.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/values/time_zone.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/values/unicode_tables.dat -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/version.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/xml_mini.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/xml_mini/jdom.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/xml_mini/libxml.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/xml_mini/libxmlsax.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/xml_mini/nokogiri.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/xml_mini/nokogirisax.rb -${GEM_HOME}/gems/activesupport-4.2.1/lib/active_support/xml_mini/rexml.rb -${GEM_HOME}/gems/arel-6.0.0/History.txt -${GEM_HOME}/gems/arel-6.0.0/MIT-LICENSE.txt -${GEM_HOME}/gems/arel-6.0.0/README.markdown -${GEM_HOME}/gems/arel-6.0.0/lib/arel.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/alias_predication.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/attributes.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/attributes/attribute.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/collectors/bind.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/collectors/plain_string.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/collectors/sql_string.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/compatibility/wheres.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/crud.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/delete_manager.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/expressions.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/factory_methods.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/insert_manager.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/math.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/and.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/ascending.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/binary.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/bind_param.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/count.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/delete_statement.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/descending.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/equality.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/extract.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/false.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/full_outer_join.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/function.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/grouping.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/in.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/infix_operation.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/inner_join.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/insert_statement.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/join_source.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/matches.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/named_function.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/node.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/outer_join.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/over.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/right_outer_join.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/select_core.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/select_statement.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/sql_literal.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/string_join.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/table_alias.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/terminal.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/true.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/unary.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/unqualified_column.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/update_statement.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/values.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/window.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/nodes/with.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/order_predications.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/predications.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/select_manager.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/table.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/tree_manager.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/update_manager.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/visitors.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/visitors/bind_substitute.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/visitors/bind_visitor.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/visitors/depth_first.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/visitors/dot.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/visitors/ibm_db.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/visitors/informix.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/visitors/mssql.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/visitors/mysql.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/visitors/oracle.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/visitors/postgresql.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/visitors/reduce.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/visitors/sqlite.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/visitors/to_sql.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/visitors/visitor.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/visitors/where_sql.rb -${GEM_HOME}/gems/arel-6.0.0/lib/arel/window_predications.rb +${GEM_HOME}/gems/actionview-4.2.3/CHANGELOG.md +${GEM_HOME}/gems/actionview-4.2.3/MIT-LICENSE +${GEM_HOME}/gems/actionview-4.2.3/README.rdoc +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/base.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/buffers.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/context.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/dependency_tracker.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/digestor.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/flows.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/gem_version.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/active_model_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/asset_tag_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/asset_url_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/atom_feed_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/cache_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/capture_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/controller_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/csrf_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/date_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/debug_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/form_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/form_options_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/form_tag_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/javascript_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/number_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/output_safety_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/record_tag_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/rendering_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/sanitize_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tag_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/base.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/check_box.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/checkable.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/collection_check_boxes.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/collection_helpers.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/collection_radio_buttons.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/collection_select.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/color_field.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/date_field.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/date_select.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/datetime_field.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/datetime_local_field.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/datetime_select.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/email_field.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/file_field.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/grouped_collection_select.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/hidden_field.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/label.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/month_field.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/number_field.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/password_field.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/placeholderable.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/radio_button.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/range_field.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/search_field.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/select.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/tel_field.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/text_area.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/text_field.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/time_field.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/time_select.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/time_zone_select.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/translator.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/url_field.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/tags/week_field.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/text_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/translation_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/helpers/url_helper.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/layouts.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/locale/en.yml +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/log_subscriber.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/lookup_context.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/model_naming.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/path_set.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/railtie.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/record_identifier.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/renderer/abstract_renderer.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/renderer/partial_renderer.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/renderer/renderer.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/renderer/streaming_template_renderer.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/renderer/template_renderer.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/rendering.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/routing_url_for.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/tasks/dependencies.rake +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/template.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/template/error.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/template/handlers.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/template/handlers/builder.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/template/handlers/erb.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/template/handlers/raw.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/template/html.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/template/resolver.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/template/text.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/template/types.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/test_case.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/testing/resolvers.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/version.rb +${GEM_HOME}/gems/actionview-4.2.3/lib/action_view/view_paths.rb +${GEM_HOME}/gems/activejob-4.2.3/CHANGELOG.md +${GEM_HOME}/gems/activejob-4.2.3/MIT-LICENSE +${GEM_HOME}/gems/activejob-4.2.3/README.md +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/arguments.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/base.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/callbacks.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/configured_job.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/core.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/enqueuing.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/execution.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/gem_version.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/logging.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/queue_adapter.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/queue_adapters.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/queue_adapters/backburner_adapter.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/queue_adapters/delayed_job_adapter.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/queue_adapters/inline_adapter.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/queue_adapters/qu_adapter.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/queue_adapters/que_adapter.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/queue_adapters/queue_classic_adapter.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/queue_adapters/resque_adapter.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/queue_adapters/sidekiq_adapter.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/queue_adapters/sneakers_adapter.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/queue_adapters/sucker_punch_adapter.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/queue_adapters/test_adapter.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/queue_name.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/railtie.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/test_case.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/test_helper.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/active_job/version.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/rails/generators/job/job_generator.rb +${GEM_HOME}/gems/activejob-4.2.3/lib/rails/generators/job/templates/job.rb +${GEM_HOME}/gems/activemodel-4.2.3/CHANGELOG.md +${GEM_HOME}/gems/activemodel-4.2.3/MIT-LICENSE +${GEM_HOME}/gems/activemodel-4.2.3/README.rdoc +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/attribute_methods.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/callbacks.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/conversion.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/dirty.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/errors.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/forbidden_attributes_protection.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/gem_version.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/lint.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/locale/en.yml +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/model.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/naming.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/railtie.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/secure_password.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/serialization.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/serializers/json.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/serializers/xml.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/test_case.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/translation.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/validations.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/validations/absence.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/validations/acceptance.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/validations/callbacks.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/validations/clusivity.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/validations/confirmation.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/validations/exclusion.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/validations/format.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/validations/inclusion.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/validations/length.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/validations/numericality.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/validations/presence.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/validations/validates.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/validations/with.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/validator.rb +${GEM_HOME}/gems/activemodel-4.2.3/lib/active_model/version.rb +${GEM_HOME}/gems/activerecord-4.2.3/CHANGELOG.md +${GEM_HOME}/gems/activerecord-4.2.3/MIT-LICENSE +${GEM_HOME}/gems/activerecord-4.2.3/README.rdoc +${GEM_HOME}/gems/activerecord-4.2.3/examples/performance.rb +${GEM_HOME}/gems/activerecord-4.2.3/examples/simple.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/aggregations.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/association_relation.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/alias_tracker.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/association_scope.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/belongs_to_association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/belongs_to_polymorphic_association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/builder/association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/builder/belongs_to.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/builder/collection_association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/builder/has_and_belongs_to_many.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/builder/has_many.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/builder/has_one.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/builder/singular_association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/collection_association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/collection_proxy.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/foreign_association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/has_many_association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/has_many_through_association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/has_one_association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/has_one_through_association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/join_dependency.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/join_dependency/join_association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/join_dependency/join_base.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/join_dependency/join_part.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/preloader.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/preloader/association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/preloader/belongs_to.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/preloader/collection_association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/preloader/has_many.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/preloader/has_many_through.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/preloader/has_one.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/preloader/has_one_through.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/preloader/singular_association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/preloader/through_association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/singular_association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/associations/through_association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/attribute.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/attribute_assignment.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/attribute_decorators.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/attribute_methods.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/attribute_methods/before_type_cast.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/attribute_methods/dirty.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/attribute_methods/primary_key.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/attribute_methods/query.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/attribute_methods/read.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/attribute_methods/serialization.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/attribute_methods/time_zone_conversion.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/attribute_methods/write.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/attribute_set.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/attribute_set/builder.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/attributes.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/autosave_association.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/base.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/callbacks.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/coders/json.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/coders/yaml_column.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/database_limits.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/database_statements.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/query_cache.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/quoting.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/savepoints.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/schema_creation.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/schema_definitions.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/schema_dumper.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/schema_statements.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract/transaction.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract_adapter.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/abstract_mysql_adapter.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/column.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/connection_specification.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/mysql2_adapter.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/mysql_adapter.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/array_parser.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/column.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/database_statements.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/array.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/bit.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/bit_varying.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/bytea.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/cidr.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/date.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/date_time.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/decimal.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/enum.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/float.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/hstore.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/inet.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/infinity.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/integer.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/json.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/jsonb.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/money.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/point.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/range.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/specialized_string.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/time.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/uuid.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/vector.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/oid/xml.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/quoting.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/referential_integrity.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/schema_definitions.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/schema_statements.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql/utils.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/schema_cache.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/sqlite3_adapter.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_adapters/statement_pool.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/connection_handling.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/core.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/counter_cache.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/dynamic_matchers.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/enum.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/errors.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/explain.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/explain_registry.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/explain_subscriber.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/fixture_set/file.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/fixtures.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/gem_version.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/inheritance.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/integration.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/locale/en.yml +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/locking/optimistic.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/locking/pessimistic.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/log_subscriber.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/migration.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/migration/command_recorder.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/migration/join_table.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/model_schema.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/nested_attributes.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/no_touching.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/null_relation.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/persistence.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/query_cache.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/querying.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/railtie.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/railties/console_sandbox.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/railties/controller_runtime.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/railties/databases.rake +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/railties/jdbcmysql_error.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/readonly_attributes.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/reflection.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/relation.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/relation/batches.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/relation/calculations.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/relation/delegation.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/relation/finder_methods.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/relation/merger.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/relation/predicate_builder.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/relation/predicate_builder/array_handler.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/relation/predicate_builder/relation_handler.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/relation/query_methods.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/relation/spawn_methods.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/result.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/runtime_registry.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/sanitization.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/schema.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/schema_dumper.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/schema_migration.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/scoping.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/scoping/default.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/scoping/named.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/serialization.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/serializers/xml_serializer.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/statement_cache.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/store.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/tasks/database_tasks.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/tasks/mysql_database_tasks.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/tasks/postgresql_database_tasks.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/tasks/sqlite_database_tasks.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/timestamp.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/transactions.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/translation.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/big_integer.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/binary.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/boolean.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/date.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/date_time.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/decimal.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/decimal_without_scale.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/decorator.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/float.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/hash_lookup_type_map.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/integer.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/mutable.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/numeric.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/serialized.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/string.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/text.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/time.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/time_value.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/type_map.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/unsigned_integer.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/type/value.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/validations.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/validations/associated.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/validations/presence.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/validations/uniqueness.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/active_record/version.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/rails/generators/active_record.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/rails/generators/active_record/migration.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/rails/generators/active_record/migration/migration_generator.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/rails/generators/active_record/migration/templates/create_table_migration.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/rails/generators/active_record/migration/templates/migration.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/rails/generators/active_record/model/model_generator.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/rails/generators/active_record/model/templates/model.rb +${GEM_HOME}/gems/activerecord-4.2.3/lib/rails/generators/active_record/model/templates/module.rb +${GEM_HOME}/gems/activesupport-4.2.3/CHANGELOG.md +${GEM_HOME}/gems/activesupport-4.2.3/MIT-LICENSE +${GEM_HOME}/gems/activesupport-4.2.3/README.rdoc +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/all.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/backtrace_cleaner.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/benchmarkable.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/builder.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/cache.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/cache/file_store.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/cache/mem_cache_store.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/cache/memory_store.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/cache/null_store.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/cache/strategy/local_cache.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/cache/strategy/local_cache_middleware.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/callbacks.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/concern.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/concurrency/latch.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/configurable.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/array.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/array/access.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/array/conversions.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/array/extract_options.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/array/grouping.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/array/prepend_and_append.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/array/wrap.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/benchmark.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/big_decimal.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/big_decimal/conversions.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/big_decimal/yaml_conversions.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/class.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/class/attribute.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/class/attribute_accessors.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/class/delegating_attributes.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/class/subclasses.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/date.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/date/acts_like.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/date/calculations.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/date/conversions.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/date/zones.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/date_and_time/calculations.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/date_and_time/zones.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/date_time.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/date_time/acts_like.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/date_time/calculations.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/date_time/conversions.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/date_time/zones.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/digest/uuid.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/enumerable.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/file.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/file/atomic.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/hash.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/compact.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/conversions.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/deep_merge.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/except.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/indifferent_access.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/keys.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/reverse_merge.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/slice.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/hash/transform_values.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/integer.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/integer/inflections.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/integer/multiple.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/integer/time.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/kernel.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/kernel/agnostics.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/kernel/concern.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/kernel/debugger.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/kernel/reporting.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/kernel/singleton_class.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/load_error.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/marshal.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/module.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/module/aliasing.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/module/anonymous.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/module/attr_internal.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/module/attribute_accessors.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/module/concerning.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/module/delegation.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/module/deprecation.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/module/introspection.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/module/method_transplanting.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/module/qualified_const.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/module/reachable.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/module/remove_method.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/name_error.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/numeric.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/numeric/bytes.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/numeric/conversions.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/numeric/time.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/object.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/object/acts_like.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/object/blank.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/object/conversions.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/object/deep_dup.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/object/duplicable.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/object/inclusion.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/object/instance_variables.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/object/itself.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/object/json.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/object/to_param.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/object/to_query.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/object/try.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/object/with_options.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/range.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/range/conversions.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/range/each.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/range/include_range.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/range/overlaps.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/regexp.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/string.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/string/access.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/string/behavior.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/string/conversions.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/string/exclude.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/string/filters.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/string/indent.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/string/inflections.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/string/inquiry.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/string/multibyte.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/string/output_safety.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/string/starts_ends_with.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/string/strip.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/string/zones.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/struct.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/thread.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/time.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/time/acts_like.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/time/calculations.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/time/conversions.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/time/marshal.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/time/zones.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/core_ext/uri.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/dependencies.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/dependencies/autoload.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/deprecation.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/deprecation/behaviors.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/deprecation/instance_delegator.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/deprecation/method_wrappers.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/deprecation/proxy_wrappers.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/deprecation/reporting.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/descendants_tracker.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/duration.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/file_update_checker.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/gem_version.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/gzip.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/hash_with_indifferent_access.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/i18n.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/i18n_railtie.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/inflections.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/inflector.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/inflector/inflections.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/inflector/methods.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/inflector/transliterate.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/json.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/json/decoding.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/json/encoding.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/key_generator.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/lazy_load_hooks.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/locale/en.yml +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/log_subscriber.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/log_subscriber/test_helper.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/logger.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/logger_silence.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/message_encryptor.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/message_verifier.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/multibyte.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/multibyte/chars.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/multibyte/unicode.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/notifications.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/notifications/fanout.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/notifications/instrumenter.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/number_helper.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/number_helper/number_converter.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/number_helper/number_to_currency_converter.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/number_helper/number_to_delimited_converter.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/number_helper/number_to_human_converter.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/number_helper/number_to_human_size_converter.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/number_helper/number_to_percentage_converter.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/number_helper/number_to_phone_converter.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/number_helper/number_to_rounded_converter.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/option_merger.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/ordered_hash.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/ordered_options.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/per_thread_registry.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/proxy_object.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/rails.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/railtie.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/rescuable.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/security_utils.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/string_inquirer.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/subscriber.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/tagged_logging.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/test_case.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/testing/assertions.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/testing/autorun.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/testing/constant_lookup.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/testing/declarative.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/testing/deprecation.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/testing/isolation.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/testing/setup_and_teardown.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/testing/tagged_logging.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/testing/time_helpers.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/time.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/time_with_zone.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/values/time_zone.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/values/unicode_tables.dat +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/version.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/xml_mini.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/xml_mini/jdom.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/xml_mini/libxml.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/xml_mini/libxmlsax.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/xml_mini/nokogiri.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/xml_mini/nokogirisax.rb +${GEM_HOME}/gems/activesupport-4.2.3/lib/active_support/xml_mini/rexml.rb +${GEM_HOME}/gems/arel-6.0.3/History.txt +${GEM_HOME}/gems/arel-6.0.3/MIT-LICENSE.txt +${GEM_HOME}/gems/arel-6.0.3/README.markdown +${GEM_HOME}/gems/arel-6.0.3/lib/arel.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/alias_predication.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/attributes.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/attributes/attribute.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/collectors/bind.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/collectors/plain_string.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/collectors/sql_string.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/compatibility/wheres.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/crud.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/delete_manager.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/expressions.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/factory_methods.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/insert_manager.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/math.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/and.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/ascending.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/binary.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/bind_param.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/count.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/delete_statement.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/descending.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/equality.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/extract.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/false.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/full_outer_join.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/function.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/grouping.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/in.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/infix_operation.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/inner_join.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/insert_statement.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/join_source.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/matches.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/named_function.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/node.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/outer_join.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/over.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/right_outer_join.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/select_core.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/select_statement.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/sql_literal.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/string_join.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/table_alias.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/terminal.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/true.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/unary.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/unqualified_column.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/update_statement.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/values.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/window.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/nodes/with.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/order_predications.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/predications.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/select_manager.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/table.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/tree_manager.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/update_manager.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/visitors.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/visitors/bind_substitute.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/visitors/bind_visitor.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/visitors/depth_first.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/visitors/dot.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/visitors/ibm_db.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/visitors/informix.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/visitors/mssql.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/visitors/mysql.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/visitors/oracle.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/visitors/postgresql.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/visitors/reduce.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/visitors/sqlite.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/visitors/to_sql.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/visitors/visitor.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/visitors/where_sql.rb +${GEM_HOME}/gems/arel-6.0.3/lib/arel/window_predications.rb ${GEM_HOME}/gems/builder-3.2.2/CHANGES ${GEM_HOME}/gems/builder-3.2.2/MIT-LICENSE ${GEM_HOME}/gems/builder-3.2.2/README.md @@ -2842,199 +2970,206 @@ ${GEM_HOME}/gems/builder-3.2.2/test/test_markupbuilder.rb ${GEM_HOME}/gems/builder-3.2.2/test/test_method_caching.rb ${GEM_HOME}/gems/builder-3.2.2/test/test_namecollision.rb ${GEM_HOME}/gems/builder-3.2.2/test/test_xchar.rb -${GEM_HOME}/gems/bundler-1.9.1/.gitignore -${GEM_HOME}/gems/bundler-1.9.1/.rspec -${GEM_HOME}/gems/bundler-1.9.1/.travis.yml -${GEM_HOME}/gems/bundler-1.9.1/CHANGELOG.md -${GEM_HOME}/gems/bundler-1.9.1/CODE_OF_CONDUCT.md -${GEM_HOME}/gems/bundler-1.9.1/CONTRIBUTING.md -${GEM_HOME}/gems/bundler-1.9.1/DEVELOPMENT.md -${GEM_HOME}/gems/bundler-1.9.1/ISSUES.md -${GEM_HOME}/gems/bundler-1.9.1/LICENSE.md -${GEM_HOME}/gems/bundler-1.9.1/README.md -${GEM_HOME}/gems/bundler-1.9.1/Rakefile -${GEM_HOME}/gems/bundler-1.9.1/UPGRADING.md -${GEM_HOME}/gems/bundler-1.9.1/bin/bundle -${GEM_HOME}/gems/bundler-1.9.1/bin/bundle_ruby -${GEM_HOME}/gems/bundler-1.9.1/bin/bundler -${GEM_HOME}/gems/bundler-1.9.1/bundler.gemspec -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/anonymizable_uri.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/capistrano.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/binstubs.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/cache.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/check.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/clean.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/common.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/config.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/console.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/exec.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/gem.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/init.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/inject.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/install.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/open.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/outdated.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/package.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/platform.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/show.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/update.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/cli/viz.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/constants.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/current_ruby.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/definition.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/dep_proxy.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/dependency.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/deployment.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/deprecate.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/dsl.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/endpoint_specification.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/env.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/environment.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/fetcher.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/friendly_errors.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/gem_helper.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/gem_helpers.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/gem_installer.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/gem_path_manipulation.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/gem_tasks.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/graph.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/index.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/injector.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/installer.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/lazy_specification.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/lockfile_parser.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/man/bundle -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/man/bundle-config -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/man/bundle-config.txt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/man/bundle-exec -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/man/bundle-exec.txt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/man/bundle-install -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/man/bundle-install.txt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/man/bundle-package -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/man/bundle-package.txt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/man/bundle-platform -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/man/bundle-platform.txt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/man/bundle-update -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/man/bundle-update.txt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/man/bundle.txt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/man/gemfile.5 -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/man/gemfile.5.txt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/match_platform.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/psyched_yaml.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/remote_specification.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/resolver.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/retry.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/ruby_dsl.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/ruby_version.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/rubygems_ext.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/rubygems_integration.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/runtime.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/settings.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/setup.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/shared_helpers.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/similarity_detector.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/source.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/source/git.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/source/git/git_proxy.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/source/path.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/source/path/installer.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/source/rubygems.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/source_list.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/spec_set.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/ssl_certs/.document -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/ssl_certs/AddTrustExternalCARoot-2048.pem -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/ssl_certs/AddTrustExternalCARoot.pem -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/ssl_certs/GeoTrustGlobalCA.pem -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/ssl_certs/certificate_manager.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/Executable -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/Executable.standalone -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/Gemfile -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/newgem/.travis.yml.tt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/newgem/Gemfile.tt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/newgem/LICENSE.txt.tt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/newgem/README.md.tt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/newgem/Rakefile.tt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/newgem/bin/console.tt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/newgem/bin/setup.tt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/newgem/exe/newgem.tt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/newgem/gitignore.tt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/newgem/lib/newgem.rb.tt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/newgem/lib/newgem/version.rb.tt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/newgem/newgem.gemspec.tt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/newgem/rspec.tt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/newgem/spec/spec_helper.rb.tt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/newgem/test/minitest_helper.rb.tt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/templates/newgem/test/test_newgem.rb.tt -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/ui.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/ui/rg_proxy.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/ui/shell.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/ui/silent.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/molinillo/lib/molinillo.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/molinillo/lib/molinillo/state.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/net/http/faster.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/net/http/persistent.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/net/http/persistent/ssl_reuse.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/actions.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/actions/directory.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/base.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/command.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/error.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/group.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/invocation.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/line_editor.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/parser.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/parser/argument.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/parser/option.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/parser/options.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/rake_compat.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/runner.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/shell.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/shell/basic.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/shell/color.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/shell/html.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/util.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendor/thor/lib/thor/version.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendored_molinillo.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendored_persistent.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vendored_thor.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/version.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/vlad.rb -${GEM_HOME}/gems/bundler-1.9.1/lib/bundler/worker.rb -${GEM_HOME}/gems/bundler-1.9.1/man/bundle-config.ronn -${GEM_HOME}/gems/bundler-1.9.1/man/bundle-exec.ronn -${GEM_HOME}/gems/bundler-1.9.1/man/bundle-install.ronn -${GEM_HOME}/gems/bundler-1.9.1/man/bundle-package.ronn -${GEM_HOME}/gems/bundler-1.9.1/man/bundle-platform.ronn -${GEM_HOME}/gems/bundler-1.9.1/man/bundle-update.ronn -${GEM_HOME}/gems/bundler-1.9.1/man/bundle.ronn -${GEM_HOME}/gems/bundler-1.9.1/man/gemfile.5.ronn -${GEM_HOME}/gems/bundler-1.9.1/man/index.txt +${GEM_HOME}/gems/bundler-1.10.6/.gitignore +${GEM_HOME}/gems/bundler-1.10.6/.rspec +${GEM_HOME}/gems/bundler-1.10.6/.travis.yml +${GEM_HOME}/gems/bundler-1.10.6/CHANGELOG.md +${GEM_HOME}/gems/bundler-1.10.6/CODE_OF_CONDUCT.md +${GEM_HOME}/gems/bundler-1.10.6/CONTRIBUTING.md +${GEM_HOME}/gems/bundler-1.10.6/DEVELOPMENT.md +${GEM_HOME}/gems/bundler-1.10.6/ISSUES.md +${GEM_HOME}/gems/bundler-1.10.6/LICENSE.md +${GEM_HOME}/gems/bundler-1.10.6/README.md +${GEM_HOME}/gems/bundler-1.10.6/Rakefile +${GEM_HOME}/gems/bundler-1.10.6/bin/bundle +${GEM_HOME}/gems/bundler-1.10.6/bin/bundle_ruby +${GEM_HOME}/gems/bundler-1.10.6/bin/bundler +${GEM_HOME}/gems/bundler-1.10.6/bundler.gemspec +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/capistrano.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/binstubs.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/cache.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/check.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/clean.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/common.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/config.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/console.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/exec.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/gem.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/init.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/inject.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/install.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/lock.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/open.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/outdated.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/package.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/platform.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/show.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/update.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/cli/viz.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/constants.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/current_ruby.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/definition.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/dep_proxy.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/dependency.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/deployment.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/deprecate.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/dsl.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/endpoint_specification.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/env.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/environment.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/fetcher.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/fetcher/base.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/fetcher/dependency.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/fetcher/downloader.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/fetcher/index.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/friendly_errors.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/gem_helper.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/gem_helpers.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/gem_installer.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/gem_path_manipulation.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/gem_tasks.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/graph.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/index.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/injector.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/inline.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/installer.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/installer/parallel_installer.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/lazy_specification.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/lockfile_parser.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/man/bundle +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/man/bundle-config +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/man/bundle-config.txt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/man/bundle-exec +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/man/bundle-exec.txt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/man/bundle-install +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/man/bundle-install.txt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/man/bundle-package +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/man/bundle-package.txt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/man/bundle-platform +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/man/bundle-platform.txt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/man/bundle-update +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/man/bundle-update.txt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/man/bundle.txt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/man/gemfile.5 +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/man/gemfile.5.txt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/match_platform.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/psyched_yaml.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/remote_specification.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/resolver.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/retry.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/ruby_dsl.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/ruby_version.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/rubygems_ext.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/rubygems_integration.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/runtime.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/settings.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/setup.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/shared_helpers.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/similarity_detector.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/source.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/source/git.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/source/git/git_proxy.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/source/path.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/source/path/installer.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/source/rubygems.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/source/rubygems/remote.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/source_list.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/spec_set.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/ssl_certs/.document +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/ssl_certs/AddTrustExternalCARoot-2048.pem +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/ssl_certs/AddTrustExternalCARoot.pem +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/ssl_certs/GeoTrustGlobalCA.pem +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/ssl_certs/certificate_manager.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/stub_specification.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/Executable +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/Executable.standalone +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/Gemfile +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/newgem/.travis.yml.tt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/newgem/Gemfile.tt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/newgem/LICENSE.txt.tt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/newgem/README.md.tt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/newgem/Rakefile.tt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/newgem/bin/console.tt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/newgem/bin/setup.tt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/newgem/exe/newgem.tt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/newgem/gitignore.tt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/newgem/lib/newgem.rb.tt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/newgem/lib/newgem/version.rb.tt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/newgem/newgem.gemspec.tt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/newgem/rspec.tt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/newgem/spec/spec_helper.rb.tt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/newgem/test/newgem_test.rb.tt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/templates/newgem/test/test_helper.rb.tt +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/ui.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/ui/rg_proxy.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/ui/shell.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/ui/silent.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/molinillo/lib/molinillo.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/molinillo/lib/molinillo/state.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/net/http/faster.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/net/http/persistent.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/net/http/persistent/ssl_reuse.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/actions.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/actions/directory.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/base.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/command.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/core_ext/ordered_hash.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/error.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/group.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/invocation.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/line_editor.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/parser.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/parser/argument.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/parser/option.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/parser/options.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/rake_compat.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/runner.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/shell.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/shell/basic.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/shell/color.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/shell/html.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/util.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendor/thor/lib/thor/version.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendored_molinillo.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendored_persistent.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vendored_thor.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/version.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/vlad.rb +${GEM_HOME}/gems/bundler-1.10.6/lib/bundler/worker.rb +${GEM_HOME}/gems/bundler-1.10.6/man/bundle-config.ronn +${GEM_HOME}/gems/bundler-1.10.6/man/bundle-exec.ronn +${GEM_HOME}/gems/bundler-1.10.6/man/bundle-install.ronn +${GEM_HOME}/gems/bundler-1.10.6/man/bundle-package.ronn +${GEM_HOME}/gems/bundler-1.10.6/man/bundle-platform.ronn +${GEM_HOME}/gems/bundler-1.10.6/man/bundle-update.ronn +${GEM_HOME}/gems/bundler-1.10.6/man/bundle.ronn +${GEM_HOME}/gems/bundler-1.10.6/man/gemfile.5.ronn +${GEM_HOME}/gems/bundler-1.10.6/man/index.txt ${GEM_HOME}/gems/coderay-1.1.0/README_INDEX.rdoc ${GEM_HOME}/gems/coderay-1.1.0/Rakefile ${GEM_HOME}/gems/coderay-1.1.0/bin/coderay @@ -3428,15 +3563,15 @@ ${GEM_HOME}/gems/erubis-2.7.0/test/test-main.rb ${GEM_HOME}/gems/erubis-2.7.0/test/test-users-guide.rb ${GEM_HOME}/gems/erubis-2.7.0/test/test.rb ${GEM_HOME}/gems/erubis-2.7.0/test/testutil.rb -${GEM_HOME}/gems/globalid-0.3.5/MIT-LICENSE -${GEM_HOME}/gems/globalid-0.3.5/lib/global_id.rb -${GEM_HOME}/gems/globalid-0.3.5/lib/global_id/global_id.rb -${GEM_HOME}/gems/globalid-0.3.5/lib/global_id/identification.rb -${GEM_HOME}/gems/globalid-0.3.5/lib/global_id/locator.rb -${GEM_HOME}/gems/globalid-0.3.5/lib/global_id/railtie.rb -${GEM_HOME}/gems/globalid-0.3.5/lib/global_id/signed_global_id.rb -${GEM_HOME}/gems/globalid-0.3.5/lib/global_id/uri/gid.rb -${GEM_HOME}/gems/globalid-0.3.5/lib/globalid.rb +${GEM_HOME}/gems/globalid-0.3.6/MIT-LICENSE +${GEM_HOME}/gems/globalid-0.3.6/lib/global_id.rb +${GEM_HOME}/gems/globalid-0.3.6/lib/global_id/global_id.rb +${GEM_HOME}/gems/globalid-0.3.6/lib/global_id/identification.rb +${GEM_HOME}/gems/globalid-0.3.6/lib/global_id/locator.rb +${GEM_HOME}/gems/globalid-0.3.6/lib/global_id/railtie.rb +${GEM_HOME}/gems/globalid-0.3.6/lib/global_id/signed_global_id.rb +${GEM_HOME}/gems/globalid-0.3.6/lib/global_id/uri/gid.rb +${GEM_HOME}/gems/globalid-0.3.6/lib/globalid.rb ${GEM_HOME}/gems/hike-1.2.3/LICENSE ${GEM_HOME}/gems/hike-1.2.3/README.md ${GEM_HOME}/gems/hike-1.2.3/lib/hike.rb @@ -3541,109 +3676,109 @@ ${GEM_HOME}/gems/i18n-0.7.0/test/test_data/locales/invalid/empty.yml ${GEM_HOME}/gems/i18n-0.7.0/test/test_data/locales/invalid/syntax.yml ${GEM_HOME}/gems/i18n-0.7.0/test/test_data/locales/plurals.rb ${GEM_HOME}/gems/i18n-0.7.0/test/test_helper.rb -${GEM_HOME}/gems/jquery-rails-3.1.2/.gitignore -${GEM_HOME}/gems/jquery-rails-3.1.2/CHANGELOG.md -${GEM_HOME}/gems/jquery-rails-3.1.2/CONTRIBUTING.md -${GEM_HOME}/gems/jquery-rails-3.1.2/Gemfile -${GEM_HOME}/gems/jquery-rails-3.1.2/LICENSE -${GEM_HOME}/gems/jquery-rails-3.1.2/README.md -${GEM_HOME}/gems/jquery-rails-3.1.2/Rakefile -${GEM_HOME}/gems/jquery-rails-3.1.2/VERSIONS.md -${GEM_HOME}/gems/jquery-rails-3.1.2/jquery-rails.gemspec -${GEM_HOME}/gems/jquery-rails-3.1.2/lib/generators/jquery/install/install_generator.rb -${GEM_HOME}/gems/jquery-rails-3.1.2/lib/jquery-rails.rb -${GEM_HOME}/gems/jquery-rails-3.1.2/lib/jquery/assert_select.rb -${GEM_HOME}/gems/jquery-rails-3.1.2/lib/jquery/rails.rb -${GEM_HOME}/gems/jquery-rails-3.1.2/lib/jquery/rails/engine.rb -${GEM_HOME}/gems/jquery-rails-3.1.2/lib/jquery/rails/railtie.rb -${GEM_HOME}/gems/jquery-rails-3.1.2/lib/jquery/rails/version.rb -${GEM_HOME}/gems/jquery-rails-3.1.2/vendor/assets/javascripts/jquery.js -${GEM_HOME}/gems/jquery-rails-3.1.2/vendor/assets/javascripts/jquery.min.js -${GEM_HOME}/gems/jquery-rails-3.1.2/vendor/assets/javascripts/jquery.min.map -${GEM_HOME}/gems/jquery-rails-3.1.2/vendor/assets/javascripts/jquery_ujs.js -${GEM_HOME}/gems/json-1.8.2/.gitignore -${GEM_HOME}/gems/json-1.8.2/.travis.yml -${GEM_HOME}/gems/json-1.8.2/CHANGES -${GEM_HOME}/gems/json-1.8.2/COPYING -${GEM_HOME}/gems/json-1.8.2/COPYING-json-jruby -${GEM_HOME}/gems/json-1.8.2/GPL -${GEM_HOME}/gems/json-1.8.2/Gemfile -${GEM_HOME}/gems/json-1.8.2/README-json-jruby.markdown -${GEM_HOME}/gems/json-1.8.2/README.rdoc -${GEM_HOME}/gems/json-1.8.2/Rakefile -${GEM_HOME}/gems/json-1.8.2/TODO -${GEM_HOME}/gems/json-1.8.2/VERSION -${GEM_HOME}/gems/json-1.8.2/data/example.json -${GEM_HOME}/gems/json-1.8.2/data/index.html -${GEM_HOME}/gems/json-1.8.2/data/prototype.js -${GEM_HOME}/gems/json-1.8.2/diagrams/.keep -${GEM_HOME}/gems/json-1.8.2/install.rb -${GEM_HOME}/gems/json-1.8.2/json-java.gemspec -${GEM_HOME}/gems/json-1.8.2/json.gemspec -${GEM_HOME}/gems/json-1.8.2/json_pure.gemspec -${GEM_HOME}/gems/json-1.8.2/lib/json.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/add/bigdecimal.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/add/complex.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/add/core.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/add/date.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/add/date_time.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/add/exception.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/add/ostruct.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/add/range.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/add/rational.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/add/regexp.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/add/struct.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/add/symbol.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/add/time.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/common.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/ext.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/generic_object.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/pure.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/pure/generator.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/pure/parser.rb -${GEM_HOME}/gems/json-1.8.2/lib/json/version.rb -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail1.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail10.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail11.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail12.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail13.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail14.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail18.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail19.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail2.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail20.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail21.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail22.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail23.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail24.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail25.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail27.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail28.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail3.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail4.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail5.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail6.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail7.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail8.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/fail9.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/pass1.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/pass15.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/pass16.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/pass17.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/pass2.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/pass26.json -${GEM_HOME}/gems/json-1.8.2/tests/fixtures/pass3.json -${GEM_HOME}/gems/json-1.8.2/tests/setup_variant.rb -${GEM_HOME}/gems/json-1.8.2/tests/test_json.rb -${GEM_HOME}/gems/json-1.8.2/tests/test_json_addition.rb -${GEM_HOME}/gems/json-1.8.2/tests/test_json_encoding.rb -${GEM_HOME}/gems/json-1.8.2/tests/test_json_fixtures.rb -${GEM_HOME}/gems/json-1.8.2/tests/test_json_generate.rb -${GEM_HOME}/gems/json-1.8.2/tests/test_json_generic_object.rb -${GEM_HOME}/gems/json-1.8.2/tests/test_json_string_matching.rb -${GEM_HOME}/gems/json-1.8.2/tests/test_json_unicode.rb -${GEM_HOME}/gems/json-1.8.2/tools/fuzz.rb -${GEM_HOME}/gems/json-1.8.2/tools/server.rb +${GEM_HOME}/gems/jquery-rails-3.1.3/.gitignore +${GEM_HOME}/gems/jquery-rails-3.1.3/CHANGELOG.md +${GEM_HOME}/gems/jquery-rails-3.1.3/CONTRIBUTING.md +${GEM_HOME}/gems/jquery-rails-3.1.3/Gemfile +${GEM_HOME}/gems/jquery-rails-3.1.3/LICENSE +${GEM_HOME}/gems/jquery-rails-3.1.3/README.md +${GEM_HOME}/gems/jquery-rails-3.1.3/Rakefile +${GEM_HOME}/gems/jquery-rails-3.1.3/VERSIONS.md +${GEM_HOME}/gems/jquery-rails-3.1.3/jquery-rails.gemspec +${GEM_HOME}/gems/jquery-rails-3.1.3/lib/generators/jquery/install/install_generator.rb +${GEM_HOME}/gems/jquery-rails-3.1.3/lib/jquery-rails.rb +${GEM_HOME}/gems/jquery-rails-3.1.3/lib/jquery/assert_select.rb +${GEM_HOME}/gems/jquery-rails-3.1.3/lib/jquery/rails.rb +${GEM_HOME}/gems/jquery-rails-3.1.3/lib/jquery/rails/engine.rb +${GEM_HOME}/gems/jquery-rails-3.1.3/lib/jquery/rails/railtie.rb +${GEM_HOME}/gems/jquery-rails-3.1.3/lib/jquery/rails/version.rb +${GEM_HOME}/gems/jquery-rails-3.1.3/vendor/assets/javascripts/jquery.js +${GEM_HOME}/gems/jquery-rails-3.1.3/vendor/assets/javascripts/jquery.min.js +${GEM_HOME}/gems/jquery-rails-3.1.3/vendor/assets/javascripts/jquery.min.map +${GEM_HOME}/gems/jquery-rails-3.1.3/vendor/assets/javascripts/jquery_ujs.js +${GEM_HOME}/gems/json-1.8.3/.gitignore +${GEM_HOME}/gems/json-1.8.3/.travis.yml +${GEM_HOME}/gems/json-1.8.3/CHANGES +${GEM_HOME}/gems/json-1.8.3/COPYING +${GEM_HOME}/gems/json-1.8.3/COPYING-json-jruby +${GEM_HOME}/gems/json-1.8.3/GPL +${GEM_HOME}/gems/json-1.8.3/Gemfile +${GEM_HOME}/gems/json-1.8.3/README-json-jruby.markdown +${GEM_HOME}/gems/json-1.8.3/README.rdoc +${GEM_HOME}/gems/json-1.8.3/Rakefile +${GEM_HOME}/gems/json-1.8.3/TODO +${GEM_HOME}/gems/json-1.8.3/VERSION +${GEM_HOME}/gems/json-1.8.3/data/example.json +${GEM_HOME}/gems/json-1.8.3/data/index.html +${GEM_HOME}/gems/json-1.8.3/data/prototype.js +${GEM_HOME}/gems/json-1.8.3/diagrams/.keep +${GEM_HOME}/gems/json-1.8.3/install.rb +${GEM_HOME}/gems/json-1.8.3/json-java.gemspec +${GEM_HOME}/gems/json-1.8.3/json.gemspec +${GEM_HOME}/gems/json-1.8.3/json_pure.gemspec +${GEM_HOME}/gems/json-1.8.3/lib/json.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/add/bigdecimal.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/add/complex.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/add/core.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/add/date.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/add/date_time.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/add/exception.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/add/ostruct.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/add/range.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/add/rational.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/add/regexp.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/add/struct.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/add/symbol.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/add/time.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/common.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/ext.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/generic_object.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/pure.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/pure/generator.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/pure/parser.rb +${GEM_HOME}/gems/json-1.8.3/lib/json/version.rb +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail1.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail10.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail11.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail12.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail13.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail14.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail18.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail19.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail2.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail20.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail21.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail22.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail23.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail24.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail25.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail27.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail28.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail3.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail4.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail5.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail6.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail7.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail8.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/fail9.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/pass1.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/pass15.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/pass16.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/pass17.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/pass2.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/pass26.json +${GEM_HOME}/gems/json-1.8.3/tests/fixtures/pass3.json +${GEM_HOME}/gems/json-1.8.3/tests/setup_variant.rb +${GEM_HOME}/gems/json-1.8.3/tests/test_json.rb +${GEM_HOME}/gems/json-1.8.3/tests/test_json_addition.rb +${GEM_HOME}/gems/json-1.8.3/tests/test_json_encoding.rb +${GEM_HOME}/gems/json-1.8.3/tests/test_json_fixtures.rb +${GEM_HOME}/gems/json-1.8.3/tests/test_json_generate.rb +${GEM_HOME}/gems/json-1.8.3/tests/test_json_generic_object.rb +${GEM_HOME}/gems/json-1.8.3/tests/test_json_string_matching.rb +${GEM_HOME}/gems/json-1.8.3/tests/test_json_unicode.rb +${GEM_HOME}/gems/json-1.8.3/tools/fuzz.rb +${GEM_HOME}/gems/json-1.8.3/tools/server.rb ${GEM_HOME}/gems/loofah-2.0.2/.gemtest ${GEM_HOME}/gems/loofah-2.0.2/CHANGELOG.rdoc ${GEM_HOME}/gems/loofah-2.0.2/Gemfile @@ -3833,75 +3968,92 @@ ${GEM_HOME}/gems/mail-2.6.3/lib/mail/values/unicode_tables.dat ${GEM_HOME}/gems/mail-2.6.3/lib/mail/version.rb ${GEM_HOME}/gems/mail-2.6.3/lib/mail/version_specific/ruby_1_8.rb ${GEM_HOME}/gems/mail-2.6.3/lib/mail/version_specific/ruby_1_9.rb -${GEM_HOME}/gems/mime-types-2.5/.autotest -${GEM_HOME}/gems/mime-types-2.5/.gemtest -${GEM_HOME}/gems/mime-types-2.5/.gitignore -${GEM_HOME}/gems/mime-types-2.5/.hoerc -${GEM_HOME}/gems/mime-types-2.5/Contributing.rdoc -${GEM_HOME}/gems/mime-types-2.5/History-Types.rdoc -${GEM_HOME}/gems/mime-types-2.5/History.rdoc -${GEM_HOME}/gems/mime-types-2.5/Licence.rdoc -${GEM_HOME}/gems/mime-types-2.5/Manifest.txt -${GEM_HOME}/gems/mime-types-2.5/README.rdoc -${GEM_HOME}/gems/mime-types-2.5/Rakefile -${GEM_HOME}/gems/mime-types-2.5/data/mime-types.json -${GEM_HOME}/gems/mime-types-2.5/docs/COPYING.txt -${GEM_HOME}/gems/mime-types-2.5/docs/artistic.txt -${GEM_HOME}/gems/mime-types-2.5/lib/mime-types.rb -${GEM_HOME}/gems/mime-types-2.5/lib/mime.rb -${GEM_HOME}/gems/mime-types-2.5/lib/mime/type.rb -${GEM_HOME}/gems/mime-types-2.5/lib/mime/types.rb -${GEM_HOME}/gems/mime-types-2.5/lib/mime/types/cache.rb -${GEM_HOME}/gems/mime-types-2.5/lib/mime/types/loader.rb -${GEM_HOME}/gems/mime-types-2.5/lib/mime/types/loader_path.rb -${GEM_HOME}/gems/mime-types-2.5/support/apache_mime_types.rb -${GEM_HOME}/gems/mime-types-2.5/support/benchmarks/load.rb -${GEM_HOME}/gems/mime-types-2.5/support/convert.rb -${GEM_HOME}/gems/mime-types-2.5/support/iana_registry.rb -${GEM_HOME}/gems/mime-types-2.5/test/bad-fixtures/malformed -${GEM_HOME}/gems/mime-types-2.5/test/fixture/json.json -${GEM_HOME}/gems/mime-types-2.5/test/fixture/old-data -${GEM_HOME}/gems/mime-types-2.5/test/fixture/yaml.yaml -${GEM_HOME}/gems/mime-types-2.5/test/minitest_helper.rb -${GEM_HOME}/gems/mime-types-2.5/test/test_mime_type.rb -${GEM_HOME}/gems/mime-types-2.5/test/test_mime_types.rb -${GEM_HOME}/gems/mime-types-2.5/test/test_mime_types_cache.rb -${GEM_HOME}/gems/mime-types-2.5/test/test_mime_types_class.rb -${GEM_HOME}/gems/mime-types-2.5/test/test_mime_types_lazy.rb -${GEM_HOME}/gems/mime-types-2.5/test/test_mime_types_loader.rb +${GEM_HOME}/gems/mime-types-2.6.1/.autotest +${GEM_HOME}/gems/mime-types-2.6.1/.gemtest +${GEM_HOME}/gems/mime-types-2.6.1/.gitignore +${GEM_HOME}/gems/mime-types-2.6.1/.hoerc +${GEM_HOME}/gems/mime-types-2.6.1/Contributing.rdoc +${GEM_HOME}/gems/mime-types-2.6.1/History-Types.rdoc +${GEM_HOME}/gems/mime-types-2.6.1/History.rdoc +${GEM_HOME}/gems/mime-types-2.6.1/Licence.rdoc +${GEM_HOME}/gems/mime-types-2.6.1/Manifest.txt +${GEM_HOME}/gems/mime-types-2.6.1/README.rdoc +${GEM_HOME}/gems/mime-types-2.6.1/Rakefile +${GEM_HOME}/gems/mime-types-2.6.1/data/mime-types.json +${GEM_HOME}/gems/mime-types-2.6.1/data/mime.content_type.column +${GEM_HOME}/gems/mime-types-2.6.1/data/mime.docs.column +${GEM_HOME}/gems/mime-types-2.6.1/data/mime.encoding.column +${GEM_HOME}/gems/mime-types-2.6.1/data/mime.friendly.column +${GEM_HOME}/gems/mime-types-2.6.1/data/mime.obsolete.column +${GEM_HOME}/gems/mime-types-2.6.1/data/mime.references.column +${GEM_HOME}/gems/mime-types-2.6.1/data/mime.registered.column +${GEM_HOME}/gems/mime-types-2.6.1/data/mime.signature.column +${GEM_HOME}/gems/mime-types-2.6.1/data/mime.system.column +${GEM_HOME}/gems/mime-types-2.6.1/data/mime.use_instead.column +${GEM_HOME}/gems/mime-types-2.6.1/data/mime.xrefs.column +${GEM_HOME}/gems/mime-types-2.6.1/docs/COPYING.txt +${GEM_HOME}/gems/mime-types-2.6.1/docs/artistic.txt +${GEM_HOME}/gems/mime-types-2.6.1/lib/mime-types.rb +${GEM_HOME}/gems/mime-types-2.6.1/lib/mime/type.rb +${GEM_HOME}/gems/mime-types-2.6.1/lib/mime/type/columnar.rb +${GEM_HOME}/gems/mime-types-2.6.1/lib/mime/types.rb +${GEM_HOME}/gems/mime-types-2.6.1/lib/mime/types/cache.rb +${GEM_HOME}/gems/mime-types-2.6.1/lib/mime/types/columnar.rb +${GEM_HOME}/gems/mime-types-2.6.1/lib/mime/types/deprecations.rb +${GEM_HOME}/gems/mime-types-2.6.1/lib/mime/types/loader.rb +${GEM_HOME}/gems/mime-types-2.6.1/lib/mime/types/loader_path.rb +${GEM_HOME}/gems/mime-types-2.6.1/lib/mime/types/logger.rb +${GEM_HOME}/gems/mime-types-2.6.1/support/apache_mime_types.rb +${GEM_HOME}/gems/mime-types-2.6.1/support/benchmarks/load.rb +${GEM_HOME}/gems/mime-types-2.6.1/support/benchmarks/load_allocations.rb +${GEM_HOME}/gems/mime-types-2.6.1/support/benchmarks/object_counts.rb +${GEM_HOME}/gems/mime-types-2.6.1/support/convert.rb +${GEM_HOME}/gems/mime-types-2.6.1/support/convert/columnar.rb +${GEM_HOME}/gems/mime-types-2.6.1/support/iana_registry.rb +${GEM_HOME}/gems/mime-types-2.6.1/test/bad-fixtures/malformed +${GEM_HOME}/gems/mime-types-2.6.1/test/fixture/json.json +${GEM_HOME}/gems/mime-types-2.6.1/test/fixture/old-data +${GEM_HOME}/gems/mime-types-2.6.1/test/fixture/yaml.yaml +${GEM_HOME}/gems/mime-types-2.6.1/test/minitest_helper.rb +${GEM_HOME}/gems/mime-types-2.6.1/test/test_mime_type.rb +${GEM_HOME}/gems/mime-types-2.6.1/test/test_mime_types.rb +${GEM_HOME}/gems/mime-types-2.6.1/test/test_mime_types_cache.rb +${GEM_HOME}/gems/mime-types-2.6.1/test/test_mime_types_class.rb +${GEM_HOME}/gems/mime-types-2.6.1/test/test_mime_types_lazy.rb +${GEM_HOME}/gems/mime-types-2.6.1/test/test_mime_types_loader.rb ${GEM_HOME}/gems/mini_portile-0.6.2/History.txt ${GEM_HOME}/gems/mini_portile-0.6.2/LICENSE.txt ${GEM_HOME}/gems/mini_portile-0.6.2/README.rdoc ${GEM_HOME}/gems/mini_portile-0.6.2/Rakefile ${GEM_HOME}/gems/mini_portile-0.6.2/examples/Rakefile ${GEM_HOME}/gems/mini_portile-0.6.2/lib/mini_portile.rb -${GEM_HOME}/gems/minitest-5.6.1/.autotest -${GEM_HOME}/gems/minitest-5.6.1/.gemtest -${GEM_HOME}/gems/minitest-5.6.1/History.rdoc -${GEM_HOME}/gems/minitest-5.6.1/Manifest.txt -${GEM_HOME}/gems/minitest-5.6.1/README.rdoc -${GEM_HOME}/gems/minitest-5.6.1/Rakefile -${GEM_HOME}/gems/minitest-5.6.1/design_rationale.rb -${GEM_HOME}/gems/minitest-5.6.1/lib/hoe/minitest.rb -${GEM_HOME}/gems/minitest-5.6.1/lib/minitest.rb -${GEM_HOME}/gems/minitest-5.6.1/lib/minitest/assertions.rb -${GEM_HOME}/gems/minitest-5.6.1/lib/minitest/autorun.rb -${GEM_HOME}/gems/minitest-5.6.1/lib/minitest/benchmark.rb -${GEM_HOME}/gems/minitest-5.6.1/lib/minitest/expectations.rb -${GEM_HOME}/gems/minitest-5.6.1/lib/minitest/hell.rb -${GEM_HOME}/gems/minitest-5.6.1/lib/minitest/mock.rb -${GEM_HOME}/gems/minitest-5.6.1/lib/minitest/parallel.rb -${GEM_HOME}/gems/minitest-5.6.1/lib/minitest/pride.rb -${GEM_HOME}/gems/minitest-5.6.1/lib/minitest/pride_plugin.rb -${GEM_HOME}/gems/minitest-5.6.1/lib/minitest/spec.rb -${GEM_HOME}/gems/minitest-5.6.1/lib/minitest/test.rb -${GEM_HOME}/gems/minitest-5.6.1/lib/minitest/unit.rb -${GEM_HOME}/gems/minitest-5.6.1/test/minitest/metametameta.rb -${GEM_HOME}/gems/minitest-5.6.1/test/minitest/test_minitest_benchmark.rb -${GEM_HOME}/gems/minitest-5.6.1/test/minitest/test_minitest_mock.rb -${GEM_HOME}/gems/minitest-5.6.1/test/minitest/test_minitest_reporter.rb -${GEM_HOME}/gems/minitest-5.6.1/test/minitest/test_minitest_spec.rb -${GEM_HOME}/gems/minitest-5.6.1/test/minitest/test_minitest_unit.rb +${GEM_HOME}/gems/minitest-5.8.0/.autotest +${GEM_HOME}/gems/minitest-5.8.0/.gemtest +${GEM_HOME}/gems/minitest-5.8.0/History.rdoc +${GEM_HOME}/gems/minitest-5.8.0/Manifest.txt +${GEM_HOME}/gems/minitest-5.8.0/README.rdoc +${GEM_HOME}/gems/minitest-5.8.0/Rakefile +${GEM_HOME}/gems/minitest-5.8.0/design_rationale.rb +${GEM_HOME}/gems/minitest-5.8.0/lib/hoe/minitest.rb +${GEM_HOME}/gems/minitest-5.8.0/lib/minitest.rb +${GEM_HOME}/gems/minitest-5.8.0/lib/minitest/assertions.rb +${GEM_HOME}/gems/minitest-5.8.0/lib/minitest/autorun.rb +${GEM_HOME}/gems/minitest-5.8.0/lib/minitest/benchmark.rb +${GEM_HOME}/gems/minitest-5.8.0/lib/minitest/expectations.rb +${GEM_HOME}/gems/minitest-5.8.0/lib/minitest/hell.rb +${GEM_HOME}/gems/minitest-5.8.0/lib/minitest/mock.rb +${GEM_HOME}/gems/minitest-5.8.0/lib/minitest/parallel.rb +${GEM_HOME}/gems/minitest-5.8.0/lib/minitest/pride.rb +${GEM_HOME}/gems/minitest-5.8.0/lib/minitest/pride_plugin.rb +${GEM_HOME}/gems/minitest-5.8.0/lib/minitest/spec.rb +${GEM_HOME}/gems/minitest-5.8.0/lib/minitest/test.rb +${GEM_HOME}/gems/minitest-5.8.0/lib/minitest/unit.rb +${GEM_HOME}/gems/minitest-5.8.0/test/minitest/metametameta.rb +${GEM_HOME}/gems/minitest-5.8.0/test/minitest/test_minitest_benchmark.rb +${GEM_HOME}/gems/minitest-5.8.0/test/minitest/test_minitest_mock.rb +${GEM_HOME}/gems/minitest-5.8.0/test/minitest/test_minitest_reporter.rb +${GEM_HOME}/gems/minitest-5.8.0/test/minitest/test_minitest_spec.rb +${GEM_HOME}/gems/minitest-5.8.0/test/minitest/test_minitest_unit.rb ${GEM_HOME}/gems/multi_json-1.11.0/CHANGELOG.md ${GEM_HOME}/gems/multi_json-1.11.0/CONTRIBUTING.md ${GEM_HOME}/gems/multi_json-1.11.0/LICENSE.md @@ -4184,227 +4336,206 @@ ${GEM_HOME}/gems/nokogiri-1.6.6.2/test/xml/test_xpath.rb ${GEM_HOME}/gems/nokogiri-1.6.6.2/test/xslt/test_custom_functions.rb ${GEM_HOME}/gems/nokogiri-1.6.6.2/test/xslt/test_exception_handling.rb ${GEM_HOME}/gems/nokogiri-1.6.6.2/test_all -${GEM_HOME}/gems/protected_attributes-1.0.9/LICENSE.txt -${GEM_HOME}/gems/protected_attributes-1.0.9/README.md -${GEM_HOME}/gems/protected_attributes-1.0.9/lib/action_controller/accessible_params_wrapper.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/lib/active_model/mass_assignment_security.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/lib/active_model/mass_assignment_security/permission_set.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/lib/active_model/mass_assignment_security/sanitizer.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/lib/active_record/mass_assignment_security.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/lib/active_record/mass_assignment_security/associations.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/lib/active_record/mass_assignment_security/attribute_assignment.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/lib/active_record/mass_assignment_security/core.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/lib/active_record/mass_assignment_security/inheritance.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/lib/active_record/mass_assignment_security/nested_attributes.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/lib/active_record/mass_assignment_security/persistence.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/lib/active_record/mass_assignment_security/reflection.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/lib/active_record/mass_assignment_security/relation.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/lib/active_record/mass_assignment_security/validations.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/lib/protected_attributes.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/lib/protected_attributes/railtie.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/lib/protected_attributes/version.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/abstract_unit.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/accessible_params_wrapper_test.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/ar_helper.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/attribute_sanitization_test.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/mass_assignment_security/black_list_test.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/mass_assignment_security/permission_set_test.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/mass_assignment_security/sanitizer_test.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/mass_assignment_security/white_list_test.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/mass_assignment_security_test.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/models/battle.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/models/company.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/models/group.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/models/keyboard.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/models/mass_assignment_specific.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/models/membership.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/models/person.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/models/pirate.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/models/subscriber.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/models/task.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/models/team.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/models/vampire.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/models/wolf.rb -${GEM_HOME}/gems/protected_attributes-1.0.9/test/test_helper.rb -${GEM_HOME}/gems/rack-1.6.1/COPYING -${GEM_HOME}/gems/rack-1.6.1/HISTORY.md -${GEM_HOME}/gems/rack-1.6.1/KNOWN-ISSUES -${GEM_HOME}/gems/rack-1.6.1/README.rdoc -${GEM_HOME}/gems/rack-1.6.1/Rakefile -${GEM_HOME}/gems/rack-1.6.1/SPEC -${GEM_HOME}/gems/rack-1.6.1/bin/rackup -${GEM_HOME}/gems/rack-1.6.1/contrib/rack.png -${GEM_HOME}/gems/rack-1.6.1/contrib/rack.svg -${GEM_HOME}/gems/rack-1.6.1/contrib/rack_logo.svg -${GEM_HOME}/gems/rack-1.6.1/contrib/rdoc.css -${GEM_HOME}/gems/rack-1.6.1/example/lobster.ru -${GEM_HOME}/gems/rack-1.6.1/example/protectedlobster.rb -${GEM_HOME}/gems/rack-1.6.1/example/protectedlobster.ru -${GEM_HOME}/gems/rack-1.6.1/lib/rack.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/auth/abstract/handler.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/auth/abstract/request.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/auth/basic.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/auth/digest/md5.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/auth/digest/nonce.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/auth/digest/params.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/auth/digest/request.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/backports/uri/common_18.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/backports/uri/common_192.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/backports/uri/common_193.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/body_proxy.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/builder.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/cascade.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/chunked.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/commonlogger.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/conditionalget.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/config.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/content_length.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/content_type.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/deflater.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/directory.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/etag.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/file.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/handler.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/handler/cgi.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/handler/evented_mongrel.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/handler/fastcgi.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/handler/lsws.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/handler/mongrel.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/handler/scgi.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/handler/swiftiplied_mongrel.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/handler/thin.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/handler/webrick.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/head.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/lint.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/lobster.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/lock.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/logger.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/methodoverride.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/mime.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/mock.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/multipart.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/multipart/generator.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/multipart/parser.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/multipart/uploaded_file.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/nulllogger.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/recursive.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/reloader.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/request.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/response.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/rewindable_input.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/runtime.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/sendfile.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/server.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/session/abstract/id.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/session/cookie.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/session/memcache.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/session/pool.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/showexceptions.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/showstatus.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/static.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/tempfile_reaper.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/urlmap.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/utils.rb -${GEM_HOME}/gems/rack-1.6.1/lib/rack/utils/okjson.rb -${GEM_HOME}/gems/rack-1.6.1/rack.gemspec -${GEM_HOME}/gems/rack-1.6.1/test/builder/anything.rb -${GEM_HOME}/gems/rack-1.6.1/test/builder/comment.ru -${GEM_HOME}/gems/rack-1.6.1/test/builder/end.ru -${GEM_HOME}/gems/rack-1.6.1/test/builder/line.ru -${GEM_HOME}/gems/rack-1.6.1/test/builder/options.ru -${GEM_HOME}/gems/rack-1.6.1/test/cgi/assets/folder/test.js -${GEM_HOME}/gems/rack-1.6.1/test/cgi/assets/fonts/font.eot -${GEM_HOME}/gems/rack-1.6.1/test/cgi/assets/images/image.png -${GEM_HOME}/gems/rack-1.6.1/test/cgi/assets/index.html -${GEM_HOME}/gems/rack-1.6.1/test/cgi/assets/javascripts/app.js -${GEM_HOME}/gems/rack-1.6.1/test/cgi/assets/stylesheets/app.css -${GEM_HOME}/gems/rack-1.6.1/test/cgi/lighttpd.conf -${GEM_HOME}/gems/rack-1.6.1/test/cgi/rackup_stub.rb -${GEM_HOME}/gems/rack-1.6.1/test/cgi/sample_rackup.ru -${GEM_HOME}/gems/rack-1.6.1/test/cgi/test -${GEM_HOME}/gems/rack-1.6.1/test/cgi/test+directory/test+file -${GEM_HOME}/gems/rack-1.6.1/test/cgi/test.fcgi -${GEM_HOME}/gems/rack-1.6.1/test/cgi/test.ru -${GEM_HOME}/gems/rack-1.6.1/test/gemloader.rb -${GEM_HOME}/gems/rack-1.6.1/test/multipart/bad_robots -${GEM_HOME}/gems/rack-1.6.1/test/multipart/binary -${GEM_HOME}/gems/rack-1.6.1/test/multipart/content_type_and_no_filename -${GEM_HOME}/gems/rack-1.6.1/test/multipart/empty -${GEM_HOME}/gems/rack-1.6.1/test/multipart/fail_16384_nofile -${GEM_HOME}/gems/rack-1.6.1/test/multipart/file1.txt -${GEM_HOME}/gems/rack-1.6.1/test/multipart/filename_and_modification_param -${GEM_HOME}/gems/rack-1.6.1/test/multipart/filename_and_no_name -${GEM_HOME}/gems/rack-1.6.1/test/multipart/filename_with_escaped_quotes -${GEM_HOME}/gems/rack-1.6.1/test/multipart/filename_with_escaped_quotes_and_modification_param -${GEM_HOME}/gems/rack-1.6.1/test/multipart/filename_with_percent_escaped_quotes -${GEM_HOME}/gems/rack-1.6.1/test/multipart/filename_with_unescaped_percentages -${GEM_HOME}/gems/rack-1.6.1/test/multipart/filename_with_unescaped_percentages2 -${GEM_HOME}/gems/rack-1.6.1/test/multipart/filename_with_unescaped_percentages3 -${GEM_HOME}/gems/rack-1.6.1/test/multipart/filename_with_unescaped_quotes -${GEM_HOME}/gems/rack-1.6.1/test/multipart/ie -${GEM_HOME}/gems/rack-1.6.1/test/multipart/invalid_character -${GEM_HOME}/gems/rack-1.6.1/test/multipart/mixed_files -${GEM_HOME}/gems/rack-1.6.1/test/multipart/nested -${GEM_HOME}/gems/rack-1.6.1/test/multipart/none -${GEM_HOME}/gems/rack-1.6.1/test/multipart/semicolon -${GEM_HOME}/gems/rack-1.6.1/test/multipart/text -${GEM_HOME}/gems/rack-1.6.1/test/multipart/webkit -${GEM_HOME}/gems/rack-1.6.1/test/rackup/config.ru -${GEM_HOME}/gems/rack-1.6.1/test/registering_handler/rack/handler/registering_myself.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_auth_basic.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_auth_digest.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_body_proxy.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_builder.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_cascade.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_cgi.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_chunked.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_commonlogger.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_conditionalget.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_config.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_content_length.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_content_type.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_deflater.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_directory.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_etag.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_fastcgi.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_file.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_handler.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_head.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_lint.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_lobster.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_lock.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_logger.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_methodoverride.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_mime.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_mock.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_mongrel.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_multipart.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_nulllogger.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_recursive.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_request.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_response.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_rewindable_input.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_runtime.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_sendfile.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_server.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_session_abstract_id.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_session_cookie.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_session_memcache.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_session_pool.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_showexceptions.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_showstatus.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_static.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_tempfile_reaper.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_thin.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_urlmap.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_utils.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_version.rb -${GEM_HOME}/gems/rack-1.6.1/test/spec_webrick.rb -${GEM_HOME}/gems/rack-1.6.1/test/static/another/index.html -${GEM_HOME}/gems/rack-1.6.1/test/static/index.html -${GEM_HOME}/gems/rack-1.6.1/test/testrequest.rb -${GEM_HOME}/gems/rack-1.6.1/test/unregistered_handler/rack/handler/unregistered.rb -${GEM_HOME}/gems/rack-1.6.1/test/unregistered_handler/rack/handler/unregistered_long_one.rb +${GEM_HOME}/gems/protected_attributes-1.1.3/LICENSE.txt +${GEM_HOME}/gems/protected_attributes-1.1.3/README.md +${GEM_HOME}/gems/protected_attributes-1.1.3/lib/action_controller/accessible_params_wrapper.rb +${GEM_HOME}/gems/protected_attributes-1.1.3/lib/active_model/mass_assignment_security.rb +${GEM_HOME}/gems/protected_attributes-1.1.3/lib/active_model/mass_assignment_security/permission_set.rb +${GEM_HOME}/gems/protected_attributes-1.1.3/lib/active_model/mass_assignment_security/sanitizer.rb +${GEM_HOME}/gems/protected_attributes-1.1.3/lib/active_record/mass_assignment_security.rb +${GEM_HOME}/gems/protected_attributes-1.1.3/lib/active_record/mass_assignment_security/associations.rb +${GEM_HOME}/gems/protected_attributes-1.1.3/lib/active_record/mass_assignment_security/attribute_assignment.rb +${GEM_HOME}/gems/protected_attributes-1.1.3/lib/active_record/mass_assignment_security/core.rb +${GEM_HOME}/gems/protected_attributes-1.1.3/lib/active_record/mass_assignment_security/inheritance.rb +${GEM_HOME}/gems/protected_attributes-1.1.3/lib/active_record/mass_assignment_security/nested_attributes.rb +${GEM_HOME}/gems/protected_attributes-1.1.3/lib/active_record/mass_assignment_security/persistence.rb +${GEM_HOME}/gems/protected_attributes-1.1.3/lib/active_record/mass_assignment_security/reflection.rb +${GEM_HOME}/gems/protected_attributes-1.1.3/lib/active_record/mass_assignment_security/relation.rb +${GEM_HOME}/gems/protected_attributes-1.1.3/lib/active_record/mass_assignment_security/validations.rb +${GEM_HOME}/gems/protected_attributes-1.1.3/lib/protected_attributes.rb +${GEM_HOME}/gems/protected_attributes-1.1.3/lib/protected_attributes/railtie.rb +${GEM_HOME}/gems/protected_attributes-1.1.3/lib/protected_attributes/version.rb +${GEM_HOME}/gems/rack-1.6.4/COPYING +${GEM_HOME}/gems/rack-1.6.4/HISTORY.md +${GEM_HOME}/gems/rack-1.6.4/KNOWN-ISSUES +${GEM_HOME}/gems/rack-1.6.4/README.rdoc +${GEM_HOME}/gems/rack-1.6.4/Rakefile +${GEM_HOME}/gems/rack-1.6.4/SPEC +${GEM_HOME}/gems/rack-1.6.4/bin/rackup +${GEM_HOME}/gems/rack-1.6.4/contrib/rack.png +${GEM_HOME}/gems/rack-1.6.4/contrib/rack.svg +${GEM_HOME}/gems/rack-1.6.4/contrib/rack_logo.svg +${GEM_HOME}/gems/rack-1.6.4/contrib/rdoc.css +${GEM_HOME}/gems/rack-1.6.4/example/lobster.ru +${GEM_HOME}/gems/rack-1.6.4/example/protectedlobster.rb +${GEM_HOME}/gems/rack-1.6.4/example/protectedlobster.ru +${GEM_HOME}/gems/rack-1.6.4/lib/rack.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/auth/abstract/handler.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/auth/abstract/request.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/auth/basic.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/auth/digest/md5.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/auth/digest/nonce.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/auth/digest/params.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/auth/digest/request.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/backports/uri/common_18.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/backports/uri/common_192.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/backports/uri/common_193.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/body_proxy.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/builder.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/cascade.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/chunked.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/commonlogger.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/conditionalget.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/config.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/content_length.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/content_type.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/deflater.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/directory.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/etag.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/file.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/handler.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/handler/cgi.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/handler/evented_mongrel.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/handler/fastcgi.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/handler/lsws.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/handler/mongrel.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/handler/scgi.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/handler/swiftiplied_mongrel.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/handler/thin.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/handler/webrick.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/head.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/lint.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/lobster.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/lock.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/logger.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/methodoverride.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/mime.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/mock.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/multipart.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/multipart/generator.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/multipart/parser.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/multipart/uploaded_file.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/nulllogger.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/recursive.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/reloader.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/request.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/response.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/rewindable_input.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/runtime.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/sendfile.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/server.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/session/abstract/id.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/session/cookie.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/session/memcache.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/session/pool.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/showexceptions.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/showstatus.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/static.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/tempfile_reaper.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/urlmap.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/utils.rb +${GEM_HOME}/gems/rack-1.6.4/lib/rack/utils/okjson.rb +${GEM_HOME}/gems/rack-1.6.4/rack.gemspec +${GEM_HOME}/gems/rack-1.6.4/test/builder/anything.rb +${GEM_HOME}/gems/rack-1.6.4/test/builder/comment.ru +${GEM_HOME}/gems/rack-1.6.4/test/builder/end.ru +${GEM_HOME}/gems/rack-1.6.4/test/builder/line.ru +${GEM_HOME}/gems/rack-1.6.4/test/builder/options.ru +${GEM_HOME}/gems/rack-1.6.4/test/cgi/assets/folder/test.js +${GEM_HOME}/gems/rack-1.6.4/test/cgi/assets/fonts/font.eot +${GEM_HOME}/gems/rack-1.6.4/test/cgi/assets/images/image.png +${GEM_HOME}/gems/rack-1.6.4/test/cgi/assets/index.html +${GEM_HOME}/gems/rack-1.6.4/test/cgi/assets/javascripts/app.js +${GEM_HOME}/gems/rack-1.6.4/test/cgi/assets/stylesheets/app.css +${GEM_HOME}/gems/rack-1.6.4/test/cgi/lighttpd.conf +${GEM_HOME}/gems/rack-1.6.4/test/cgi/lighttpd.errors +${GEM_HOME}/gems/rack-1.6.4/test/cgi/rackup_stub.rb +${GEM_HOME}/gems/rack-1.6.4/test/cgi/sample_rackup.ru +${GEM_HOME}/gems/rack-1.6.4/test/cgi/test +${GEM_HOME}/gems/rack-1.6.4/test/cgi/test+directory/test+file +${GEM_HOME}/gems/rack-1.6.4/test/cgi/test.fcgi +${GEM_HOME}/gems/rack-1.6.4/test/cgi/test.ru +${GEM_HOME}/gems/rack-1.6.4/test/gemloader.rb +${GEM_HOME}/gems/rack-1.6.4/test/multipart/bad_robots +${GEM_HOME}/gems/rack-1.6.4/test/multipart/binary +${GEM_HOME}/gems/rack-1.6.4/test/multipart/content_type_and_no_filename +${GEM_HOME}/gems/rack-1.6.4/test/multipart/empty +${GEM_HOME}/gems/rack-1.6.4/test/multipart/fail_16384_nofile +${GEM_HOME}/gems/rack-1.6.4/test/multipart/file1.txt +${GEM_HOME}/gems/rack-1.6.4/test/multipart/filename_and_modification_param +${GEM_HOME}/gems/rack-1.6.4/test/multipart/filename_and_no_name +${GEM_HOME}/gems/rack-1.6.4/test/multipart/filename_with_escaped_quotes +${GEM_HOME}/gems/rack-1.6.4/test/multipart/filename_with_escaped_quotes_and_modification_param +${GEM_HOME}/gems/rack-1.6.4/test/multipart/filename_with_percent_escaped_quotes +${GEM_HOME}/gems/rack-1.6.4/test/multipart/filename_with_unescaped_percentages +${GEM_HOME}/gems/rack-1.6.4/test/multipart/filename_with_unescaped_percentages2 +${GEM_HOME}/gems/rack-1.6.4/test/multipart/filename_with_unescaped_percentages3 +${GEM_HOME}/gems/rack-1.6.4/test/multipart/filename_with_unescaped_quotes +${GEM_HOME}/gems/rack-1.6.4/test/multipart/ie +${GEM_HOME}/gems/rack-1.6.4/test/multipart/invalid_character +${GEM_HOME}/gems/rack-1.6.4/test/multipart/mixed_files +${GEM_HOME}/gems/rack-1.6.4/test/multipart/nested +${GEM_HOME}/gems/rack-1.6.4/test/multipart/none +${GEM_HOME}/gems/rack-1.6.4/test/multipart/semicolon +${GEM_HOME}/gems/rack-1.6.4/test/multipart/text +${GEM_HOME}/gems/rack-1.6.4/test/multipart/three_files_three_fields +${GEM_HOME}/gems/rack-1.6.4/test/multipart/webkit +${GEM_HOME}/gems/rack-1.6.4/test/rackup/config.ru +${GEM_HOME}/gems/rack-1.6.4/test/registering_handler/rack/handler/registering_myself.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_auth_basic.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_auth_digest.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_body_proxy.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_builder.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_cascade.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_cgi.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_chunked.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_commonlogger.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_conditionalget.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_config.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_content_length.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_content_type.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_deflater.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_directory.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_etag.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_fastcgi.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_file.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_handler.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_head.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_lint.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_lobster.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_lock.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_logger.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_methodoverride.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_mime.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_mock.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_mongrel.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_multipart.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_nulllogger.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_recursive.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_request.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_response.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_rewindable_input.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_runtime.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_sendfile.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_server.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_session_abstract_id.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_session_cookie.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_session_memcache.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_session_pool.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_showexceptions.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_showstatus.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_static.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_tempfile_reaper.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_thin.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_urlmap.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_utils.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_version.rb +${GEM_HOME}/gems/rack-1.6.4/test/spec_webrick.rb +${GEM_HOME}/gems/rack-1.6.4/test/static/another/index.html +${GEM_HOME}/gems/rack-1.6.4/test/static/index.html +${GEM_HOME}/gems/rack-1.6.4/test/testrequest.rb +${GEM_HOME}/gems/rack-1.6.4/test/unregistered_handler/rack/handler/unregistered.rb +${GEM_HOME}/gems/rack-1.6.4/test/unregistered_handler/rack/handler/unregistered_long_one.rb ${GEM_HOME}/gems/rack-openid-1.4.2/lib/rack/openid.rb ${GEM_HOME}/gems/rack-openid-1.4.2/lib/rack/openid/simple_auth.rb ${GEM_HOME}/gems/rack-openid-1.4.2/lib/rack/openid/version.rb @@ -4438,220 +4569,222 @@ ${GEM_HOME}/gems/rack-test-0.6.3/spec/rack/test_spec.rb ${GEM_HOME}/gems/rack-test-0.6.3/spec/spec_helper.rb ${GEM_HOME}/gems/rack-test-0.6.3/spec/support/matchers/body.rb ${GEM_HOME}/gems/rack-test-0.6.3/spec/support/matchers/challenge.rb -${GEM_HOME}/gems/rails-4.2.1/README.md -${GEM_HOME}/gems/rails-4.2.1/guides/CHANGELOG.md -${GEM_HOME}/gems/rails-4.2.1/guides/Rakefile -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/akshaysurve.jpg -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/belongs_to.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/book_icon.gif -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/bullet.gif -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/chapters_icon.gif -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/check_bullet.gif -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/credits_pic_blank.gif -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/csrf.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/edge_badge.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/favicon.ico -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/feature_tile.gif -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/footer_tile.gif -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/fxn.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/getting_started/article_with_comments.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/getting_started/challenge.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/getting_started/confirm_dialog.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/getting_started/forbidden_attributes_for_new_article.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/getting_started/form_with_errors.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/getting_started/index_action_with_edit_link.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/getting_started/new_article.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/getting_started/rails_welcome.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/getting_started/routing_error_no_controller.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/getting_started/routing_error_no_route_matches.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/getting_started/show_action_for_articles.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/getting_started/template_is_missing_articles_new.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/getting_started/unknown_action_create_for_articles.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/getting_started/unknown_action_new_for_articles.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/grey_bullet.gif -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/habtm.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/has_many.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/has_many_through.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/has_one.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/has_one_through.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/header_backdrop.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/header_tile.gif -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/i18n/demo_html_safe.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/i18n/demo_localized_pirate.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/i18n/demo_translated_en.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/i18n/demo_translated_pirate.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/i18n/demo_translation_missing.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/i18n/demo_untranslated.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/README -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/callouts/1.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/callouts/10.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/callouts/11.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/callouts/12.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/callouts/13.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/callouts/14.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/callouts/15.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/callouts/2.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/callouts/3.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/callouts/4.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/callouts/5.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/callouts/6.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/callouts/7.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/callouts/8.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/callouts/9.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/caution.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/example.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/home.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/important.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/next.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/note.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/prev.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/tip.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/up.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/icons/warning.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/nav_arrow.gif -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/oscardelben.jpg -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/polymorphic.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/radar.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/rails4_features.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/rails_guides_kindle_cover.jpg -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/rails_guides_logo.gif -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/rails_logo_remix.gif -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/session_fixation.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/tab_grey.gif -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/tab_info.gif -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/tab_note.gif -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/tab_red.gif -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/tab_yellow.gif -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/tab_yellow.png -${GEM_HOME}/gems/rails-4.2.1/guides/assets/images/vijaydev.jpg -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/guides.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/jquery.min.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/responsive-tables.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushAS3.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushAppleScript.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushBash.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushCSharp.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushColdFusion.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushCpp.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushCss.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushDelphi.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushDiff.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushErlang.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushGroovy.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushJScript.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushJava.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushJavaFX.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushPerl.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushPhp.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushPlain.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushPowerShell.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushPython.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushRuby.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushSass.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushScala.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushSql.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushVb.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shBrushXml.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/javascripts/syntaxhighlighter/shCore.js -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/fixes.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/kindle.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/main.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/print.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/reset.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/responsive-tables.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/style.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/syntaxhighlighter/shCore.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/syntaxhighlighter/shCoreDefault.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/syntaxhighlighter/shCoreDjango.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/syntaxhighlighter/shCoreEclipse.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/syntaxhighlighter/shCoreEmacs.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/syntaxhighlighter/shCoreFadeToGrey.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/syntaxhighlighter/shCoreMDUltra.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/syntaxhighlighter/shCoreMidnight.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/syntaxhighlighter/shCoreRDark.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/syntaxhighlighter/shThemeDefault.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/syntaxhighlighter/shThemeDjango.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/syntaxhighlighter/shThemeEclipse.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/syntaxhighlighter/shThemeEmacs.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/syntaxhighlighter/shThemeFadeToGrey.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/syntaxhighlighter/shThemeMDUltra.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/syntaxhighlighter/shThemeMidnight.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/syntaxhighlighter/shThemeRDark.css -${GEM_HOME}/gems/rails-4.2.1/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css -${GEM_HOME}/gems/rails-4.2.1/guides/bug_report_templates/action_controller_gem.rb -${GEM_HOME}/gems/rails-4.2.1/guides/bug_report_templates/action_controller_master.rb -${GEM_HOME}/gems/rails-4.2.1/guides/bug_report_templates/active_record_gem.rb -${GEM_HOME}/gems/rails-4.2.1/guides/bug_report_templates/active_record_master.rb -${GEM_HOME}/gems/rails-4.2.1/guides/rails_guides.rb -${GEM_HOME}/gems/rails-4.2.1/guides/rails_guides/generator.rb -${GEM_HOME}/gems/rails-4.2.1/guides/rails_guides/helpers.rb -${GEM_HOME}/gems/rails-4.2.1/guides/rails_guides/indexer.rb -${GEM_HOME}/gems/rails-4.2.1/guides/rails_guides/kindle.rb -${GEM_HOME}/gems/rails-4.2.1/guides/rails_guides/levenshtein.rb -${GEM_HOME}/gems/rails-4.2.1/guides/rails_guides/markdown.rb -${GEM_HOME}/gems/rails-4.2.1/guides/rails_guides/markdown/renderer.rb -${GEM_HOME}/gems/rails-4.2.1/guides/source/2_2_release_notes.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/2_3_release_notes.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/3_0_release_notes.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/3_1_release_notes.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/3_2_release_notes.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/4_0_release_notes.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/4_1_release_notes.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/4_2_release_notes.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/_license.html.erb -${GEM_HOME}/gems/rails-4.2.1/guides/source/_welcome.html.erb -${GEM_HOME}/gems/rails-4.2.1/guides/source/action_controller_overview.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/action_mailer_basics.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/action_view_overview.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/active_job_basics.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/active_model_basics.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/active_record_basics.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/active_record_callbacks.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/active_record_migrations.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/active_record_postgresql.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/active_record_querying.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/active_record_validations.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/active_support_core_extensions.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/active_support_instrumentation.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/api_documentation_guidelines.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/asset_pipeline.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/association_basics.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/autoloading_and_reloading_constants.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/caching_with_rails.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/command_line.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/configuring.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/contributing_to_ruby_on_rails.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/credits.html.erb -${GEM_HOME}/gems/rails-4.2.1/guides/source/debugging_rails_applications.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/development_dependencies_install.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/documents.yaml -${GEM_HOME}/gems/rails-4.2.1/guides/source/engines.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/form_helpers.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/generators.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/getting_started.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/i18n.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/index.html.erb -${GEM_HOME}/gems/rails-4.2.1/guides/source/initialization.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/kindle/copyright.html.erb -${GEM_HOME}/gems/rails-4.2.1/guides/source/kindle/layout.html.erb -${GEM_HOME}/gems/rails-4.2.1/guides/source/kindle/rails_guides.opf.erb -${GEM_HOME}/gems/rails-4.2.1/guides/source/kindle/toc.html.erb -${GEM_HOME}/gems/rails-4.2.1/guides/source/kindle/toc.ncx.erb -${GEM_HOME}/gems/rails-4.2.1/guides/source/kindle/welcome.html.erb -${GEM_HOME}/gems/rails-4.2.1/guides/source/layout.html.erb -${GEM_HOME}/gems/rails-4.2.1/guides/source/layouts_and_rendering.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/maintenance_policy.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/nested_model_forms.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/plugins.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/rails_application_templates.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/rails_on_rack.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/routing.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/ruby_on_rails_guides_guidelines.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/security.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/testing.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/upgrading_ruby_on_rails.md -${GEM_HOME}/gems/rails-4.2.1/guides/source/working_with_javascript_in_rails.md -${GEM_HOME}/gems/rails-4.2.1/guides/w3c_validator.rb +${GEM_HOME}/gems/rails-4.2.3/README.md +${GEM_HOME}/gems/rails-4.2.3/guides/CHANGELOG.md +${GEM_HOME}/gems/rails-4.2.3/guides/Rakefile +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/akshaysurve.jpg +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/belongs_to.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/book_icon.gif +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/bullet.gif +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/chapters_icon.gif +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/check_bullet.gif +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/credits_pic_blank.gif +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/csrf.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/edge_badge.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/favicon.ico +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/feature_tile.gif +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/footer_tile.gif +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/fxn.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/getting_started/article_with_comments.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/getting_started/challenge.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/getting_started/confirm_dialog.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/getting_started/forbidden_attributes_for_new_article.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/getting_started/form_with_errors.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/getting_started/index_action_with_edit_link.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/getting_started/new_article.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/getting_started/rails_welcome.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/getting_started/routing_error_no_controller.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/getting_started/routing_error_no_route_matches.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/getting_started/show_action_for_articles.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/getting_started/template_is_missing_articles_new.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/getting_started/unknown_action_create_for_articles.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/getting_started/unknown_action_new_for_articles.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/grey_bullet.gif +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/habtm.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/has_many.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/has_many_through.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/has_one.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/has_one_through.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/header_backdrop.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/header_tile.gif +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/i18n/demo_html_safe.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/i18n/demo_localized_pirate.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/i18n/demo_translated_en.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/i18n/demo_translated_pirate.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/i18n/demo_translation_missing.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/i18n/demo_untranslated.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/README +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/callouts/1.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/callouts/10.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/callouts/11.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/callouts/12.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/callouts/13.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/callouts/14.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/callouts/15.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/callouts/2.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/callouts/3.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/callouts/4.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/callouts/5.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/callouts/6.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/callouts/7.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/callouts/8.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/callouts/9.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/caution.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/example.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/home.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/important.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/next.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/note.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/prev.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/tip.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/up.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/icons/warning.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/nav_arrow.gif +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/oscardelben.jpg +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/polymorphic.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/radar.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/rails4_features.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/rails_guides_kindle_cover.jpg +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/rails_guides_logo.gif +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/rails_logo_remix.gif +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/session_fixation.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/tab_grey.gif +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/tab_info.gif +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/tab_note.gif +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/tab_red.gif +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/tab_yellow.gif +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/tab_yellow.png +${GEM_HOME}/gems/rails-4.2.3/guides/assets/images/vijaydev.jpg +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/guides.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/jquery.min.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/responsive-tables.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushAS3.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushAppleScript.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushBash.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushCSharp.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushColdFusion.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushCpp.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushCss.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushDelphi.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushDiff.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushErlang.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushGroovy.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushJScript.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushJava.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushJavaFX.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushPerl.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushPhp.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushPlain.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushPowerShell.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushPython.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushRuby.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushSass.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushScala.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushSql.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushVb.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shBrushXml.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/javascripts/syntaxhighlighter/shCore.js +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/fixes.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/kindle.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/main.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/print.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/reset.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/responsive-tables.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/style.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/syntaxhighlighter/shCore.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/syntaxhighlighter/shCoreDefault.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/syntaxhighlighter/shCoreDjango.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/syntaxhighlighter/shCoreEclipse.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/syntaxhighlighter/shCoreEmacs.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/syntaxhighlighter/shCoreFadeToGrey.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/syntaxhighlighter/shCoreMDUltra.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/syntaxhighlighter/shCoreMidnight.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/syntaxhighlighter/shCoreRDark.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/syntaxhighlighter/shThemeDefault.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/syntaxhighlighter/shThemeDjango.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/syntaxhighlighter/shThemeEclipse.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/syntaxhighlighter/shThemeEmacs.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/syntaxhighlighter/shThemeFadeToGrey.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/syntaxhighlighter/shThemeMDUltra.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/syntaxhighlighter/shThemeMidnight.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/syntaxhighlighter/shThemeRDark.css +${GEM_HOME}/gems/rails-4.2.3/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css +${GEM_HOME}/gems/rails-4.2.3/guides/bug_report_templates/action_controller_gem.rb +${GEM_HOME}/gems/rails-4.2.3/guides/bug_report_templates/action_controller_master.rb +${GEM_HOME}/gems/rails-4.2.3/guides/bug_report_templates/active_record_gem.rb +${GEM_HOME}/gems/rails-4.2.3/guides/bug_report_templates/active_record_master.rb +${GEM_HOME}/gems/rails-4.2.3/guides/bug_report_templates/generic_gem.rb +${GEM_HOME}/gems/rails-4.2.3/guides/bug_report_templates/generic_master.rb +${GEM_HOME}/gems/rails-4.2.3/guides/rails_guides.rb +${GEM_HOME}/gems/rails-4.2.3/guides/rails_guides/generator.rb +${GEM_HOME}/gems/rails-4.2.3/guides/rails_guides/helpers.rb +${GEM_HOME}/gems/rails-4.2.3/guides/rails_guides/indexer.rb +${GEM_HOME}/gems/rails-4.2.3/guides/rails_guides/kindle.rb +${GEM_HOME}/gems/rails-4.2.3/guides/rails_guides/levenshtein.rb +${GEM_HOME}/gems/rails-4.2.3/guides/rails_guides/markdown.rb +${GEM_HOME}/gems/rails-4.2.3/guides/rails_guides/markdown/renderer.rb +${GEM_HOME}/gems/rails-4.2.3/guides/source/2_2_release_notes.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/2_3_release_notes.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/3_0_release_notes.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/3_1_release_notes.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/3_2_release_notes.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/4_0_release_notes.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/4_1_release_notes.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/4_2_release_notes.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/_license.html.erb +${GEM_HOME}/gems/rails-4.2.3/guides/source/_welcome.html.erb +${GEM_HOME}/gems/rails-4.2.3/guides/source/action_controller_overview.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/action_mailer_basics.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/action_view_overview.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/active_job_basics.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/active_model_basics.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/active_record_basics.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/active_record_callbacks.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/active_record_migrations.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/active_record_postgresql.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/active_record_querying.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/active_record_validations.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/active_support_core_extensions.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/active_support_instrumentation.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/api_documentation_guidelines.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/asset_pipeline.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/association_basics.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/autoloading_and_reloading_constants.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/caching_with_rails.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/command_line.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/configuring.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/contributing_to_ruby_on_rails.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/credits.html.erb +${GEM_HOME}/gems/rails-4.2.3/guides/source/debugging_rails_applications.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/development_dependencies_install.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/documents.yaml +${GEM_HOME}/gems/rails-4.2.3/guides/source/engines.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/form_helpers.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/generators.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/getting_started.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/i18n.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/index.html.erb +${GEM_HOME}/gems/rails-4.2.3/guides/source/initialization.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/kindle/copyright.html.erb +${GEM_HOME}/gems/rails-4.2.3/guides/source/kindle/layout.html.erb +${GEM_HOME}/gems/rails-4.2.3/guides/source/kindle/rails_guides.opf.erb +${GEM_HOME}/gems/rails-4.2.3/guides/source/kindle/toc.html.erb +${GEM_HOME}/gems/rails-4.2.3/guides/source/kindle/toc.ncx.erb +${GEM_HOME}/gems/rails-4.2.3/guides/source/kindle/welcome.html.erb +${GEM_HOME}/gems/rails-4.2.3/guides/source/layout.html.erb +${GEM_HOME}/gems/rails-4.2.3/guides/source/layouts_and_rendering.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/maintenance_policy.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/nested_model_forms.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/plugins.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/rails_application_templates.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/rails_on_rack.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/routing.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/ruby_on_rails_guides_guidelines.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/security.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/testing.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/upgrading_ruby_on_rails.md +${GEM_HOME}/gems/rails-4.2.3/guides/source/working_with_javascript_in_rails.md +${GEM_HOME}/gems/rails-4.2.3/guides/w3c_validator.rb ${GEM_HOME}/gems/rails-deprecated_sanitizer-1.0.3/CHANGELOG.md ${GEM_HOME}/gems/rails-deprecated_sanitizer-1.0.3/README.md ${GEM_HOME}/gems/rails-deprecated_sanitizer-1.0.3/lib/rails-deprecated_sanitizer.rb @@ -4697,248 +4830,248 @@ ${GEM_HOME}/gems/rails-html-sanitizer-1.0.2/lib/rails/html/sanitizer/version.rb ${GEM_HOME}/gems/rails-html-sanitizer-1.0.2/lib/rails/html/scrubbers.rb ${GEM_HOME}/gems/rails-html-sanitizer-1.0.2/test/sanitizer_test.rb ${GEM_HOME}/gems/rails-html-sanitizer-1.0.2/test/scrubbers_test.rb -${GEM_HOME}/gems/railties-4.2.1/CHANGELOG.md -${GEM_HOME}/gems/railties-4.2.1/RDOC_MAIN.rdoc -${GEM_HOME}/gems/railties-4.2.1/README.rdoc -${GEM_HOME}/gems/railties-4.2.1/bin/rails -${GEM_HOME}/gems/railties-4.2.1/lib/rails.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/all.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/api/task.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/app_rails_loader.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/application.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/application/bootstrap.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/application/configuration.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/application/default_middleware_stack.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/application/finisher.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/application/routes_reloader.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/application_controller.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/backtrace_cleaner.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/cli.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/code_statistics.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/code_statistics_calculator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/commands.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/commands/application.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/commands/commands_tasks.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/commands/console.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/commands/dbconsole.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/commands/destroy.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/commands/generate.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/commands/plugin.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/commands/runner.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/commands/server.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/configuration.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/console/app.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/console/helpers.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/deprecation.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/engine.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/engine/commands.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/engine/configuration.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/engine/railties.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/gem_version.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/actions.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/actions/create_migration.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/active_model.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/app_base.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/base.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/css/assets/assets_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/css/assets/templates/stylesheet.css -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/css/scaffold/scaffold_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/erb.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/erb/controller/controller_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/erb/controller/templates/view.html.erb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/erb/mailer/mailer_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/erb/mailer/templates/layout.html.erb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/erb/mailer/templates/layout.text.erb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/erb/mailer/templates/view.html.erb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/erb/mailer/templates/view.text.erb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/erb/scaffold/scaffold_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/erb/scaffold/templates/_form.html.erb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/erb/scaffold/templates/edit.html.erb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/erb/scaffold/templates/index.html.erb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/erb/scaffold/templates/new.html.erb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/erb/scaffold/templates/show.html.erb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/generated_attribute.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/js/assets/assets_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/js/assets/templates/javascript.js -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/migration.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/model_helpers.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/named_base.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/USAGE -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/app_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/Gemfile -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/README.rdoc -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/Rakefile -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js.tt -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/app/controllers/application_controller.rb.tt -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/bin/bundle -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/bin/rails -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/bin/rake -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/bin/setup -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config.ru -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/application.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/boot.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/databases/frontbase.yml -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/databases/ibm_db.yml -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/databases/jdbc.yml -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/databases/jdbcmysql.yml -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/databases/jdbcpostgresql.yml -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/databases/jdbcsqlite3.yml -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/databases/mysql.yml -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/databases/oracle.yml -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/databases/sqlite3.yml -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/databases/sqlserver.yml -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/environment.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/initializers/assets.rb.tt -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/initializers/backtrace_silencers.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/initializers/cookies_serializer.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/initializers/filter_parameter_logging.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/initializers/inflections.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/initializers/mime_types.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/initializers/session_store.rb.tt -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/locales/en.yml -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/routes.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/config/secrets.yml -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/db/seeds.rb.tt -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/gitignore -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/public/404.html -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/public/422.html -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/public/500.html -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/public/favicon.ico -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/public/robots.txt -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/app/templates/test/test_helper.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/assets/USAGE -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/assets/assets_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/assets/templates/javascript.js -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/assets/templates/stylesheet.css -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/controller/USAGE -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/controller/controller_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/controller/templates/controller.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/generator/USAGE -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/generator/generator_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/generator/templates/%file_name%_generator.rb.tt -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/generator/templates/USAGE.tt -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/generator/templates/templates/.empty_directory -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/helper/USAGE -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/helper/helper_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/helper/templates/helper.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/integration_test/USAGE -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/integration_test/integration_test_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/migration/USAGE -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/migration/migration_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/model/USAGE -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/model/model_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/USAGE -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/plugin_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/%name%.gemspec -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/Gemfile -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/MIT-LICENSE -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/README.rdoc -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/Rakefile -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/app/controllers/%name%/application_controller.rb.tt -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/app/helpers/%name%/application_helper.rb.tt -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/app/mailers/.empty_directory -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/app/models/.empty_directory -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/app/views/layouts/%name%/application.html.erb.tt -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/bin/rails.tt -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/config/routes.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/gitignore -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/lib/%name%.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/lib/%name%/engine.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/lib/%name%/version.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/lib/tasks/%name%_tasks.rake -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/rails/application.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/rails/boot.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/rails/javascripts.js -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/rails/routes.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/rails/stylesheets.css -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/test/%name%_test.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/test/integration/navigation_test.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/plugin/templates/test/test_helper.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/resource/USAGE -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/resource/resource_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/resource_route/resource_route_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/scaffold/USAGE -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/scaffold/scaffold_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/scaffold/templates/scaffold.css -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/scaffold_controller/USAGE -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/scaffold_controller/scaffold_controller_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/scaffold_controller/templates/controller.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/task/USAGE -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/task/task_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/rails/task/templates/task.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/resource_helpers.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_case.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/controller/controller_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/controller/templates/functional_test.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/generator/generator_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/generator/templates/generator_test.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/helper/helper_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/integration/integration_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/integration/templates/integration_test.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/job/job_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/job/templates/unit_test.rb.erb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/mailer/mailer_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/mailer/templates/functional_test.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/mailer/templates/preview.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/model/model_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/model/templates/fixtures.yml -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/model/templates/unit_test.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/plugin/plugin_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/plugin/templates/%file_name%_test.rb.tt -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/plugin/templates/test_helper.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/test_unit/scaffold/templates/functional_test.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/testing/assertions.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/testing/behaviour.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/generators/testing/setup_and_teardown.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/info.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/info_controller.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/initializable.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/mailers_controller.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/paths.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/rack.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/rack/debugger.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/rack/log_tailer.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/rack/logger.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/railtie.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/railtie/configurable.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/railtie/configuration.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/ruby_version_check.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/source_annotation_extractor.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/tasks.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/tasks/annotations.rake -${GEM_HOME}/gems/railties-4.2.1/lib/rails/tasks/documentation.rake -${GEM_HOME}/gems/railties-4.2.1/lib/rails/tasks/engine.rake -${GEM_HOME}/gems/railties-4.2.1/lib/rails/tasks/framework.rake -${GEM_HOME}/gems/railties-4.2.1/lib/rails/tasks/log.rake -${GEM_HOME}/gems/railties-4.2.1/lib/rails/tasks/middleware.rake -${GEM_HOME}/gems/railties-4.2.1/lib/rails/tasks/misc.rake -${GEM_HOME}/gems/railties-4.2.1/lib/rails/tasks/routes.rake -${GEM_HOME}/gems/railties-4.2.1/lib/rails/tasks/statistics.rake -${GEM_HOME}/gems/railties-4.2.1/lib/rails/tasks/tmp.rake -${GEM_HOME}/gems/railties-4.2.1/lib/rails/templates/layouts/application.html.erb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/templates/rails/info/properties.html.erb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/templates/rails/info/routes.html.erb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/templates/rails/mailers/email.html.erb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/templates/rails/mailers/index.html.erb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/templates/rails/mailers/mailer.html.erb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/templates/rails/welcome/index.html.erb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/test_help.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/test_unit/railtie.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/test_unit/sub_test_task.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/test_unit/testing.rake -${GEM_HOME}/gems/railties-4.2.1/lib/rails/version.rb -${GEM_HOME}/gems/railties-4.2.1/lib/rails/welcome_controller.rb +${GEM_HOME}/gems/railties-4.2.3/CHANGELOG.md +${GEM_HOME}/gems/railties-4.2.3/RDOC_MAIN.rdoc +${GEM_HOME}/gems/railties-4.2.3/README.rdoc +${GEM_HOME}/gems/railties-4.2.3/bin/rails +${GEM_HOME}/gems/railties-4.2.3/lib/rails.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/all.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/api/task.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/app_rails_loader.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/application.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/application/bootstrap.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/application/configuration.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/application/default_middleware_stack.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/application/finisher.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/application/routes_reloader.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/application_controller.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/backtrace_cleaner.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/cli.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/code_statistics.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/code_statistics_calculator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/commands.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/commands/application.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/commands/commands_tasks.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/commands/console.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/commands/dbconsole.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/commands/destroy.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/commands/generate.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/commands/plugin.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/commands/runner.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/commands/server.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/configuration.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/console/app.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/console/helpers.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/deprecation.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/engine.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/engine/commands.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/engine/configuration.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/engine/railties.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/gem_version.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/actions.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/actions/create_migration.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/active_model.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/app_base.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/base.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/css/assets/assets_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/css/assets/templates/stylesheet.css +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/css/scaffold/scaffold_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/erb.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/erb/controller/controller_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/erb/controller/templates/view.html.erb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/erb/mailer/mailer_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/erb/mailer/templates/layout.html.erb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/erb/mailer/templates/layout.text.erb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/erb/mailer/templates/view.html.erb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/erb/mailer/templates/view.text.erb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/erb/scaffold/scaffold_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/erb/scaffold/templates/_form.html.erb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/erb/scaffold/templates/edit.html.erb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/erb/scaffold/templates/index.html.erb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/erb/scaffold/templates/new.html.erb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/erb/scaffold/templates/show.html.erb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/generated_attribute.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/js/assets/assets_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/js/assets/templates/javascript.js +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/migration.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/model_helpers.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/named_base.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/USAGE +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/app_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/Gemfile +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/README.rdoc +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/Rakefile +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js.tt +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/app/controllers/application_controller.rb.tt +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/bin/bundle +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/bin/rails +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/bin/rake +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/bin/setup +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config.ru +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/application.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/boot.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/databases/frontbase.yml +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/databases/ibm_db.yml +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/databases/jdbc.yml +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/databases/jdbcmysql.yml +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/databases/jdbcpostgresql.yml +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/databases/jdbcsqlite3.yml +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/databases/mysql.yml +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/databases/oracle.yml +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/databases/sqlite3.yml +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/databases/sqlserver.yml +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/environment.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/initializers/assets.rb.tt +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/initializers/backtrace_silencers.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/initializers/cookies_serializer.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/initializers/filter_parameter_logging.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/initializers/inflections.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/initializers/mime_types.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/initializers/session_store.rb.tt +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/locales/en.yml +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/routes.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/config/secrets.yml +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/db/seeds.rb.tt +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/gitignore +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/public/404.html +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/public/422.html +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/public/500.html +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/public/favicon.ico +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/public/robots.txt +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/app/templates/test/test_helper.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/assets/USAGE +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/assets/assets_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/assets/templates/javascript.js +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/assets/templates/stylesheet.css +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/controller/USAGE +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/controller/controller_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/controller/templates/controller.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/generator/USAGE +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/generator/generator_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/generator/templates/%file_name%_generator.rb.tt +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/generator/templates/USAGE.tt +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/generator/templates/templates/.empty_directory +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/helper/USAGE +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/helper/helper_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/helper/templates/helper.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/integration_test/USAGE +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/integration_test/integration_test_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/migration/USAGE +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/migration/migration_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/model/USAGE +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/model/model_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/USAGE +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/plugin_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/%name%.gemspec +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/Gemfile +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/MIT-LICENSE +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/README.rdoc +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/Rakefile +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/app/controllers/%name%/application_controller.rb.tt +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/app/helpers/%name%/application_helper.rb.tt +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/app/mailers/.empty_directory +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/app/models/.empty_directory +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/app/views/layouts/%name%/application.html.erb.tt +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/bin/rails.tt +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/config/routes.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/gitignore +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/lib/%name%.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/lib/%name%/engine.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/lib/%name%/version.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/lib/tasks/%name%_tasks.rake +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/rails/application.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/rails/boot.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/rails/javascripts.js +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/rails/routes.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/rails/stylesheets.css +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/test/%name%_test.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/test/integration/navigation_test.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/plugin/templates/test/test_helper.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/resource/USAGE +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/resource/resource_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/resource_route/resource_route_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/scaffold/USAGE +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/scaffold/scaffold_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/scaffold/templates/scaffold.css +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/scaffold_controller/USAGE +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/scaffold_controller/scaffold_controller_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/scaffold_controller/templates/controller.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/task/USAGE +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/task/task_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/rails/task/templates/task.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/resource_helpers.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_case.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/controller/controller_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/controller/templates/functional_test.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/generator/generator_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/generator/templates/generator_test.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/helper/helper_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/integration/integration_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/integration/templates/integration_test.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/job/job_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/job/templates/unit_test.rb.erb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/mailer/mailer_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/mailer/templates/functional_test.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/mailer/templates/preview.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/model/model_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/model/templates/fixtures.yml +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/model/templates/unit_test.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/plugin/plugin_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/plugin/templates/%file_name%_test.rb.tt +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/plugin/templates/test_helper.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/test_unit/scaffold/templates/functional_test.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/testing/assertions.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/testing/behaviour.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/generators/testing/setup_and_teardown.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/info.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/info_controller.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/initializable.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/mailers_controller.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/paths.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/rack.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/rack/debugger.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/rack/log_tailer.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/rack/logger.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/railtie.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/railtie/configurable.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/railtie/configuration.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/ruby_version_check.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/source_annotation_extractor.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/tasks.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/tasks/annotations.rake +${GEM_HOME}/gems/railties-4.2.3/lib/rails/tasks/documentation.rake +${GEM_HOME}/gems/railties-4.2.3/lib/rails/tasks/engine.rake +${GEM_HOME}/gems/railties-4.2.3/lib/rails/tasks/framework.rake +${GEM_HOME}/gems/railties-4.2.3/lib/rails/tasks/log.rake +${GEM_HOME}/gems/railties-4.2.3/lib/rails/tasks/middleware.rake +${GEM_HOME}/gems/railties-4.2.3/lib/rails/tasks/misc.rake +${GEM_HOME}/gems/railties-4.2.3/lib/rails/tasks/routes.rake +${GEM_HOME}/gems/railties-4.2.3/lib/rails/tasks/statistics.rake +${GEM_HOME}/gems/railties-4.2.3/lib/rails/tasks/tmp.rake +${GEM_HOME}/gems/railties-4.2.3/lib/rails/templates/layouts/application.html.erb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/templates/rails/info/properties.html.erb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/templates/rails/info/routes.html.erb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/templates/rails/mailers/email.html.erb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/templates/rails/mailers/index.html.erb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/templates/rails/mailers/mailer.html.erb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/templates/rails/welcome/index.html.erb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/test_help.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/test_unit/railtie.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/test_unit/sub_test_task.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/test_unit/testing.rake +${GEM_HOME}/gems/railties-4.2.3/lib/rails/version.rb +${GEM_HOME}/gems/railties-4.2.3/lib/rails/welcome_controller.rb ${GEM_HOME}/gems/rake-10.4.2/.autotest ${GEM_HOME}/gems/rake-10.4.2/.gemtest ${GEM_HOME}/gems/rake-10.4.2/.rubocop.yml @@ -5101,138 +5234,139 @@ ${GEM_HOME}/gems/rake-10.4.2/test/test_rake_top_level_functions.rb ${GEM_HOME}/gems/rake-10.4.2/test/test_rake_win32.rb ${GEM_HOME}/gems/rake-10.4.2/test/test_thread_history_display.rb ${GEM_HOME}/gems/rake-10.4.2/test/test_trace_output.rb -${GEM_HOME}/gems/rbpdf-1.18.5/CHANGELOG -${GEM_HOME}/gems/rbpdf-1.18.5/Gemfile -${GEM_HOME}/gems/rbpdf-1.18.5/LICENSE.TXT -${GEM_HOME}/gems/rbpdf-1.18.5/README.md -${GEM_HOME}/gems/rbpdf-1.18.5/Rakefile -${GEM_HOME}/gems/rbpdf-1.18.5/lib/core/rmagick.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/README.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/arialunicid0_cw.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/cid0cs.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/cid0ct.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/cid0jp.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/cid0kr.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/courier.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/dejavu-fonts-ttf-2.33/AUTHORS -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/dejavu-fonts-ttf-2.33/BUGS -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/dejavu-fonts-ttf-2.33/LICENSE -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/dejavu-fonts-ttf-2.33/NEWS -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/dejavu-fonts-ttf-2.33/README -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/dejavusans.ctg.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/dejavusans.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/dejavusans.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/dejavusansb.ctg.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/dejavusansb.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/dejavusansb.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/dejavusansbi.ctg.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/dejavusansbi.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/dejavusansbi.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/dejavusansi.ctg.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/dejavusansi.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/dejavusansi.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freefont-20080912/AUTHORS -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freefont-20080912/COPYING -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freefont-20080912/CREDITS -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freefont-20080912/ChangeLog -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freefont-20080912/INSTALL -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freefont-20080912/README -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freemono.ctg.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freemono.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freemono.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freemonob.ctg.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freemonob.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freemonob.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freemonobi.ctg.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freemonobi.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freemonobi.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freemonoi.ctg.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freemonoi.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freemonoi.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freesans.ctg.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freesans.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freesans.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freesansb.ctg.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freesansb.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freesansb.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freesansbi.ctg.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freesansbi.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freesansbi.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freesansi.ctg.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freesansi.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freesansi.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freeserif.ctg.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freeserif.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freeserif.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freeserifb.ctg.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freeserifb.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freeserifb.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freeserifbi.ctg.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freeserifbi.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freeserifbi.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freeserifi.ctg.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freeserifi.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/freeserifi.z -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/helvetica.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/helveticab.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/helveticabi.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/helveticai.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/hysmyeongjostdmedium.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/kozgopromedium.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/kozminproregular.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/msungstdlight.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/sjis.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/stsongstdlight.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/symbol.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/times.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/timesb.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/timesbi.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/timesi.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/uni2cid_ac15.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/uni2cid_ag15.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/uni2cid_aj16.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/uni2cid_ak12.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/fonts/zapfdingbats.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/htmlcolors.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/rbpdf.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/rbpdf/version.rb -${GEM_HOME}/gems/rbpdf-1.18.5/lib/unicode_data.rb -${GEM_HOME}/gems/rbpdf-1.18.5/logo_example.png -${GEM_HOME}/gems/rbpdf-1.18.5/rbpdf.gemspec -${GEM_HOME}/gems/rbpdf-1.18.5/test/logo_rbpdf_8bit.gif -${GEM_HOME}/gems/rbpdf-1.18.5/test/logo_rbpdf_8bit.jpg -${GEM_HOME}/gems/rbpdf-1.18.5/test/logo_rbpdf_8bit.png -${GEM_HOME}/gems/rbpdf-1.18.5/test/logo_rbpdf_8bit_alpha.gif -${GEM_HOME}/gems/rbpdf-1.18.5/test/logo_rbpdf_mono_gray.jpg -${GEM_HOME}/gems/rbpdf-1.18.5/test/logo_rbpdf_mono_gray.png -${GEM_HOME}/gems/rbpdf-1.18.5/test/logo_rbpdf_mono_rgb.jpg -${GEM_HOME}/gems/rbpdf-1.18.5/test/logo_rbpdf_mono_rgb.png -${GEM_HOME}/gems/rbpdf-1.18.5/test/png_test_alpha.png -${GEM_HOME}/gems/rbpdf-1.18.5/test/png_test_msk_alpha.png -${GEM_HOME}/gems/rbpdf-1.18.5/test/png_test_non_alpha.png -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_bidi_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_bookmark_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_cell_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_content_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_css_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_dom_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_font_func_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_font_style_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_font_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_format_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_func_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_html_func_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_html_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_htmlcell_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_image_rmagick_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_image_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_transaction_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_viewerpreferences_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/rbpdf_write_test.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test/test_helper.rb -${GEM_HOME}/gems/rbpdf-1.18.5/test_unicode.rbpdf -${GEM_HOME}/gems/rbpdf-1.18.5/utf8test.txt +${GEM_HOME}/gems/rbpdf-1.18.6/CHANGELOG +${GEM_HOME}/gems/rbpdf-1.18.6/Gemfile +${GEM_HOME}/gems/rbpdf-1.18.6/LICENSE.TXT +${GEM_HOME}/gems/rbpdf-1.18.6/README.md +${GEM_HOME}/gems/rbpdf-1.18.6/Rakefile +${GEM_HOME}/gems/rbpdf-1.18.6/lib/core/rmagick.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/README.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/arialunicid0_cw.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/cid0cs.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/cid0ct.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/cid0jp.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/cid0kr.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/courier.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/dejavu-fonts-ttf-2.33/AUTHORS +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/dejavu-fonts-ttf-2.33/BUGS +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/dejavu-fonts-ttf-2.33/LICENSE +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/dejavu-fonts-ttf-2.33/NEWS +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/dejavu-fonts-ttf-2.33/README +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/dejavusans.ctg.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/dejavusans.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/dejavusans.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/dejavusansb.ctg.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/dejavusansb.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/dejavusansb.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/dejavusansbi.ctg.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/dejavusansbi.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/dejavusansbi.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/dejavusansi.ctg.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/dejavusansi.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/dejavusansi.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freefont-20080912/AUTHORS +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freefont-20080912/COPYING +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freefont-20080912/CREDITS +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freefont-20080912/ChangeLog +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freefont-20080912/INSTALL +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freefont-20080912/README +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freemono.ctg.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freemono.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freemono.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freemonob.ctg.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freemonob.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freemonob.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freemonobi.ctg.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freemonobi.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freemonobi.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freemonoi.ctg.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freemonoi.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freemonoi.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freesans.ctg.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freesans.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freesans.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freesansb.ctg.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freesansb.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freesansb.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freesansbi.ctg.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freesansbi.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freesansbi.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freesansi.ctg.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freesansi.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freesansi.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freeserif.ctg.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freeserif.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freeserif.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freeserifb.ctg.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freeserifb.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freeserifb.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freeserifbi.ctg.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freeserifbi.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freeserifbi.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freeserifi.ctg.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freeserifi.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/freeserifi.z +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/helvetica.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/helveticab.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/helveticabi.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/helveticai.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/hysmyeongjostdmedium.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/kozgopromedium.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/kozminproregular.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/msungstdlight.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/sjis.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/stsongstdlight.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/symbol.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/times.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/timesb.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/timesbi.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/timesi.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/uni2cid_ac15.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/uni2cid_ag15.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/uni2cid_aj16.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/uni2cid_ak12.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/fonts/zapfdingbats.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/htmlcolors.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/rbpdf.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/rbpdf/version.rb +${GEM_HOME}/gems/rbpdf-1.18.6/lib/unicode_data.rb +${GEM_HOME}/gems/rbpdf-1.18.6/logo_example.png +${GEM_HOME}/gems/rbpdf-1.18.6/rbpdf.gemspec +${GEM_HOME}/gems/rbpdf-1.18.6/test/logo_rbpdf_8bit.gif +${GEM_HOME}/gems/rbpdf-1.18.6/test/logo_rbpdf_8bit.jpg +${GEM_HOME}/gems/rbpdf-1.18.6/test/logo_rbpdf_8bit.png +${GEM_HOME}/gems/rbpdf-1.18.6/test/logo_rbpdf_8bit_alpha.gif +${GEM_HOME}/gems/rbpdf-1.18.6/test/logo_rbpdf_mono_gray.jpg +${GEM_HOME}/gems/rbpdf-1.18.6/test/logo_rbpdf_mono_gray.png +${GEM_HOME}/gems/rbpdf-1.18.6/test/logo_rbpdf_mono_rgb.jpg +${GEM_HOME}/gems/rbpdf-1.18.6/test/logo_rbpdf_mono_rgb.png +${GEM_HOME}/gems/rbpdf-1.18.6/test/png_test_alpha.png +${GEM_HOME}/gems/rbpdf-1.18.6/test/png_test_msk_alpha.png +${GEM_HOME}/gems/rbpdf-1.18.6/test/png_test_non_alpha.png +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_bidi_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_bookmark_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_cell_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_content_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_css_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_dom_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_font_func_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_font_style_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_font_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_format_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_func_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_html_func_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_html_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_htmlcell_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_image_rmagick_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_image_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_transaction_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_viewerpreferences_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/rbpdf_write_test.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/test_helper.rb +${GEM_HOME}/gems/rbpdf-1.18.6/test/test_helper.rb_ +${GEM_HOME}/gems/rbpdf-1.18.6/test_unicode.rbpdf +${GEM_HOME}/gems/rbpdf-1.18.6/utf8test.txt ${GEM_HOME}/gems/redcarpet-3.1.2/COPYING ${GEM_HOME}/gems/redcarpet-3.1.2/Gemfile ${GEM_HOME}/gems/redcarpet-3.1.2/README.markdown @@ -5268,368 +5402,375 @@ ${GEM_HOME}/gems/request_store-1.0.5/request_store.gemspec ${GEM_HOME}/gems/request_store-1.0.5/test/middleware_test.rb ${GEM_HOME}/gems/request_store-1.0.5/test/request_store_test.rb ${GEM_HOME}/gems/request_store-1.0.5/test/test_helper.rb -${GEM_HOME}/gems/rmagick-2.13.4/.gitignore -${GEM_HOME}/gems/rmagick-2.13.4/.travis.yml -${GEM_HOME}/gems/rmagick-2.13.4/CONTRIBUTING.md -${GEM_HOME}/gems/rmagick-2.13.4/ChangeLog -${GEM_HOME}/gems/rmagick-2.13.4/Doxyfile -${GEM_HOME}/gems/rmagick-2.13.4/Gemfile -${GEM_HOME}/gems/rmagick-2.13.4/LICENSE -${GEM_HOME}/gems/rmagick-2.13.4/README.textile -${GEM_HOME}/gems/rmagick-2.13.4/Rakefile -${GEM_HOME}/gems/rmagick-2.13.4/before_install_linux.sh -${GEM_HOME}/gems/rmagick-2.13.4/before_install_osx.sh -${GEM_HOME}/gems/rmagick-2.13.4/doc/.cvsignore -${GEM_HOME}/gems/rmagick-2.13.4/doc/comtasks.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/constants.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/css/doc.css -${GEM_HOME}/gems/rmagick-2.13.4/doc/css/popup.css -${GEM_HOME}/gems/rmagick-2.13.4/doc/css/ref.css -${GEM_HOME}/gems/rmagick-2.13.4/doc/draw.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/InitialCoords.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/NewCoordSys.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/OrigCoordSys.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/PreserveAspectRatio.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/RotateScale.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/Skew.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/Use01.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/Use02.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/Use03.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/ViewBox.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/adaptive_threshold.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/add_noise.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/affine.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/affine_transform.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/arc.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/arcpath.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/arcs01.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/arcs02.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/average.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/axes.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/baseline_shift01.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/bilevel_channel.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/blur_image.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/border.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/bounding_box.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/cbezier1.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/cbezier2.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/cbezier3.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/cbezier4.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/cbezier5.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/cbezier6.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/channel.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/charcoal.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/chop.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/circle.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/circle01.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/clip_path.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/coalesce.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/color_fill_to_border.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/color_floodfill.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/color_histogram.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/color_reset.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/colorize.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/colors.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/compose_mask.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/composite.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/composite_layers.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/composite_tiled.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/contrast.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/crop.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/crop_with_gravity.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/cubic01.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/cubic02.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/cycle_colormap.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/dissolve.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/drawcomp.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/drop_shadow.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/edge.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/ellipse.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/ellipse01.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/emboss.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/enhance.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/equalize.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/evenodd.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/fill_pattern.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/flatten_images.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/flip.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/flop.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/font_styles.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/fonts.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/frame.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/gaussian_blur.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/get_multiline_type_metrics.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/get_pixels.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/get_type_metrics.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/gradientfill.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/grav.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/gravity.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/group.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/hatchfill.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/image.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Apple.miff -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Ballerina.jpg -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Ballerina3.jpg -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_0.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_1.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_2.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_3.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_4.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_5.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_6.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_7.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_8.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_9.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_A.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_B.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_C.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_D.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_E.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_F.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_G.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_H.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_I.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_J.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_K.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_L.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_M.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_N.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_O.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_P.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_Q.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_R.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_S.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_T.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_U.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_V.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_W.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_X.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_Y.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Button_Z.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Cheetah.jpg -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Coffee.wmf -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Flower_Hat.jpg -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Gold_Statue.jpg -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Hot_Air_Balloons.jpg -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Hot_Air_Balloons_H.jpg -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Leaf.miff -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/No.wmf -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Polynesia.jpg -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Red_Rocks.jpg -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Rocks_On_Beach.miff -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Shorts.jpg -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Snake.wmf -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Violin.jpg -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/Yellow_Rose.miff -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/big-duck.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/duck.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/duck0.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/duck1.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/duck10.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/duck11.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/duck12.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/duck13.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/duck14.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/duck15.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/duck2.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/duck3.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/duck4.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/duck5.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/duck6.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/duck7.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/duck8.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/duck9.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/graydient230x6.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/image_with_profile.jpg -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/logo400x83.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/model.miff -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/notimplemented.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/smile.miff -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/images/spin.gif -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/implode.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/level.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/level_colors.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/line.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/line01.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/mask.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/matte_fill_to_border.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/matte_floodfill.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/matte_replace.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/median_filter.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/modulate.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/mono.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/morph.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/mosaic.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/motion_blur.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/negate.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/negate_channel.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/nested_rvg.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/nonzero.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/normalize.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/oil_paint.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/opacity.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/ordered_dither.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/path.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/pattern1.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/pattern2.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/polaroid.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/polygon.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/polygon01.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/polyline.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/polyline01.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/posterize.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/preview.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/qbezierpath.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/quad01.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/quantize-m.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/radial_blur.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/raise.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/random_threshold_channel.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/rect01.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/rect02.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/rectangle.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/reduce_noise.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/remap.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/remap_images.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/resize_to_fill.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/resize_to_fit.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/roll.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/rotate.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/rotate_f.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/roundrect.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/rubyname.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/rvg_clippath.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/rvg_linecap.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/rvg_linejoin.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/rvg_opacity.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/rvg_pattern.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/rvg_stroke_dasharray.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/segment.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/sepiatone.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/shade.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/shadow.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/shave.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/shear.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/sketch.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/skewx.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/skewy.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/smile.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/solarize.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/sparse_color.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/splice.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/spread.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/stegano.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/stroke_dasharray.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/stroke_fill.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/stroke_linecap.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/stroke_linejoin.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/stroke_width.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/swirl.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/text.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/text01.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/text_align.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/text_antialias.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/text_styles.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/text_undercolor.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/texture_fill_to_border.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/texture_floodfill.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/texturefill.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/threshold.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/to_blob.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/translate.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/transparent.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/transpose.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/transverse.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/tref01.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/triangle01.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/trim.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/tspan01.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/tspan02.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/tspan03.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/unsharp_mask.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/viewex.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/vignette.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/watermark.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/wave.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/wet_floor.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/writing_mode01.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ex/writing_mode02.rb -${GEM_HOME}/gems/rmagick-2.13.4/doc/ilist.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/image1.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/image2.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/image3.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/imageattrs.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/imusage.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/index.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/info.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/magick.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/optequiv.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/rvg.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/rvgclip.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/rvggroup.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/rvgimage.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/rvgpattern.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/rvgshape.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/rvgstyle.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/rvgtext.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/rvgtspan.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/rvgtut.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/rvguse.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/rvgxform.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/scripts/doc.js -${GEM_HOME}/gems/rmagick-2.13.4/doc/scripts/stripeTables.js -${GEM_HOME}/gems/rmagick-2.13.4/doc/struct.html -${GEM_HOME}/gems/rmagick-2.13.4/doc/usage.html -${GEM_HOME}/gems/rmagick-2.13.4/examples/constitute.rb -${GEM_HOME}/gems/rmagick-2.13.4/examples/crop_with_gravity.rb -${GEM_HOME}/gems/rmagick-2.13.4/examples/demo.rb -${GEM_HOME}/gems/rmagick-2.13.4/examples/describe.rb -${GEM_HOME}/gems/rmagick-2.13.4/examples/find_similar_region.rb -${GEM_HOME}/gems/rmagick-2.13.4/examples/histogram.rb -${GEM_HOME}/gems/rmagick-2.13.4/examples/identify.rb -${GEM_HOME}/gems/rmagick-2.13.4/examples/image_opacity.rb -${GEM_HOME}/gems/rmagick-2.13.4/examples/import_export.rb -${GEM_HOME}/gems/rmagick-2.13.4/examples/pattern_fill.rb -${GEM_HOME}/gems/rmagick-2.13.4/examples/rotating_text.rb -${GEM_HOME}/gems/rmagick-2.13.4/examples/spinner.rb -${GEM_HOME}/gems/rmagick-2.13.4/examples/thumbnail.rb -${GEM_HOME}/gems/rmagick-2.13.4/examples/vignette.rb -${GEM_HOME}/gems/rmagick-2.13.4/lib/RMagick.rb -${GEM_HOME}/gems/rmagick-2.13.4/lib/RMagick2.${RUBY_DLEXT} -${GEM_HOME}/gems/rmagick-2.13.4/lib/rmagick.rb -${GEM_HOME}/gems/rmagick-2.13.4/lib/rmagick/version.rb -${GEM_HOME}/gems/rmagick-2.13.4/lib/rmagick_internal.rb -${GEM_HOME}/gems/rmagick-2.13.4/lib/rvg/clippath.rb -${GEM_HOME}/gems/rmagick-2.13.4/lib/rvg/container.rb -${GEM_HOME}/gems/rmagick-2.13.4/lib/rvg/deep_equal.rb -${GEM_HOME}/gems/rmagick-2.13.4/lib/rvg/describable.rb -${GEM_HOME}/gems/rmagick-2.13.4/lib/rvg/embellishable.rb -${GEM_HOME}/gems/rmagick-2.13.4/lib/rvg/misc.rb -${GEM_HOME}/gems/rmagick-2.13.4/lib/rvg/paint.rb -${GEM_HOME}/gems/rmagick-2.13.4/lib/rvg/pathdata.rb -${GEM_HOME}/gems/rmagick-2.13.4/lib/rvg/rvg.rb -${GEM_HOME}/gems/rmagick-2.13.4/lib/rvg/stretchable.rb -${GEM_HOME}/gems/rmagick-2.13.4/lib/rvg/stylable.rb -${GEM_HOME}/gems/rmagick-2.13.4/lib/rvg/text.rb -${GEM_HOME}/gems/rmagick-2.13.4/lib/rvg/transformable.rb -${GEM_HOME}/gems/rmagick-2.13.4/lib/rvg/units.rb -${GEM_HOME}/gems/rmagick-2.13.4/rmagick.gemspec -${GEM_HOME}/gems/rmagick-2.13.4/test/Draw.rb -${GEM_HOME}/gems/rmagick-2.13.4/test/Image1.rb -${GEM_HOME}/gems/rmagick-2.13.4/test/Image2.rb -${GEM_HOME}/gems/rmagick-2.13.4/test/Image3.rb -${GEM_HOME}/gems/rmagick-2.13.4/test/ImageList1.rb -${GEM_HOME}/gems/rmagick-2.13.4/test/ImageList2.rb -${GEM_HOME}/gems/rmagick-2.13.4/test/Image_attributes.rb -${GEM_HOME}/gems/rmagick-2.13.4/test/Import_Export.rb -${GEM_HOME}/gems/rmagick-2.13.4/test/Info.rb -${GEM_HOME}/gems/rmagick-2.13.4/test/Magick.rb -${GEM_HOME}/gems/rmagick-2.13.4/test/Pixel.rb -${GEM_HOME}/gems/rmagick-2.13.4/test/Preview.rb -${GEM_HOME}/gems/rmagick-2.13.4/test/cmyk.icm -${GEM_HOME}/gems/rmagick-2.13.4/test/srgb.icm -${GEM_HOME}/gems/rmagick-2.13.4/test/test_all_basic.rb -${GEM_HOME}/gems/rmagick-2.13.4/test/tmpnam_test.rb +${GEM_HOME}/gems/rmagick-2.15.3/.gitignore +${GEM_HOME}/gems/rmagick-2.15.3/.hound.yml +${GEM_HOME}/gems/rmagick-2.15.3/.rspec +${GEM_HOME}/gems/rmagick-2.15.3/.rubocop.yml +${GEM_HOME}/gems/rmagick-2.15.3/.simplecov +${GEM_HOME}/gems/rmagick-2.15.3/.travis.yml +${GEM_HOME}/gems/rmagick-2.15.3/CHANGELOG.md +${GEM_HOME}/gems/rmagick-2.15.3/CODE_OF_CONDUCT.md +${GEM_HOME}/gems/rmagick-2.15.3/CONTRIBUTING.md +${GEM_HOME}/gems/rmagick-2.15.3/Doxyfile +${GEM_HOME}/gems/rmagick-2.15.3/Gemfile +${GEM_HOME}/gems/rmagick-2.15.3/LICENSE +${GEM_HOME}/gems/rmagick-2.15.3/README.textile +${GEM_HOME}/gems/rmagick-2.15.3/Rakefile +${GEM_HOME}/gems/rmagick-2.15.3/before_install_linux.sh +${GEM_HOME}/gems/rmagick-2.15.3/before_install_osx.sh +${GEM_HOME}/gems/rmagick-2.15.3/deprecated/RMagick.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/.cvsignore +${GEM_HOME}/gems/rmagick-2.15.3/doc/comtasks.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/constants.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/css/doc.css +${GEM_HOME}/gems/rmagick-2.15.3/doc/css/popup.css +${GEM_HOME}/gems/rmagick-2.15.3/doc/css/ref.css +${GEM_HOME}/gems/rmagick-2.15.3/doc/draw.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/InitialCoords.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/NewCoordSys.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/OrigCoordSys.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/PreserveAspectRatio.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/RotateScale.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/Skew.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/Use01.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/Use02.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/Use03.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/ViewBox.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/adaptive_threshold.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/add_noise.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/affine.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/affine_transform.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/arc.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/arcpath.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/arcs01.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/arcs02.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/average.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/axes.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/baseline_shift01.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/bilevel_channel.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/blur_image.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/border.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/bounding_box.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/cbezier1.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/cbezier2.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/cbezier3.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/cbezier4.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/cbezier5.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/cbezier6.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/channel.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/charcoal.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/chop.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/circle.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/circle01.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/clip_path.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/coalesce.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/color_fill_to_border.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/color_floodfill.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/color_histogram.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/color_reset.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/colorize.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/colors.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/compose_mask.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/composite.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/composite_layers.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/composite_tiled.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/contrast.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/crop.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/crop_with_gravity.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/cubic01.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/cubic02.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/cycle_colormap.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/dissolve.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/drawcomp.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/drop_shadow.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/edge.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/ellipse.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/ellipse01.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/emboss.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/enhance.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/equalize.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/evenodd.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/fill_pattern.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/flatten_images.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/flip.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/flop.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/font_styles.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/fonts.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/frame.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/gaussian_blur.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/get_multiline_type_metrics.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/get_pixels.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/get_type_metrics.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/gradientfill.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/grav.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/gravity.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/group.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/hatchfill.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/image.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Apple.miff +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Ballerina.jpg +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Ballerina3.jpg +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_0.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_1.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_2.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_3.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_4.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_5.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_6.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_7.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_8.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_9.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_A.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_B.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_C.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_D.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_E.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_F.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_G.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_H.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_I.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_J.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_K.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_L.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_M.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_N.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_O.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_P.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_Q.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_R.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_S.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_T.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_U.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_V.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_W.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_X.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_Y.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Button_Z.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Cheetah.jpg +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Coffee.wmf +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Flower_Hat.jpg +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Gold_Statue.jpg +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Hot_Air_Balloons.jpg +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Hot_Air_Balloons_H.jpg +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Leaf.miff +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/No.wmf +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Polynesia.jpg +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Red_Rocks.jpg +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Rocks_On_Beach.miff +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Shorts.jpg +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Snake.wmf +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Violin.jpg +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/Yellow_Rose.miff +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/big-duck.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/duck.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/duck0.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/duck1.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/duck10.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/duck11.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/duck12.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/duck13.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/duck14.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/duck15.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/duck2.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/duck3.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/duck4.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/duck5.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/duck6.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/duck7.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/duck8.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/duck9.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/graydient230x6.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/image_with_profile.jpg +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/logo400x83.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/model.miff +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/notimplemented.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/smile.miff +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/images/spin.gif +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/implode.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/level.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/level_colors.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/line.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/line01.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/mask.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/matte_fill_to_border.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/matte_floodfill.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/matte_replace.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/median_filter.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/modulate.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/mono.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/morph.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/mosaic.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/motion_blur.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/negate.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/negate_channel.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/nested_rvg.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/nonzero.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/normalize.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/oil_paint.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/opacity.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/ordered_dither.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/path.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/pattern1.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/pattern2.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/polaroid.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/polygon.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/polygon01.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/polyline.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/polyline01.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/posterize.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/preview.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/qbezierpath.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/quad01.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/quantize-m.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/radial_blur.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/raise.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/random_threshold_channel.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/rect01.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/rect02.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/rectangle.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/reduce_noise.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/remap.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/remap_images.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/resize_to_fill.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/resize_to_fit.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/roll.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/rotate.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/rotate_f.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/roundrect.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/rubyname.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/rvg_clippath.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/rvg_linecap.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/rvg_linejoin.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/rvg_opacity.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/rvg_pattern.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/rvg_stroke_dasharray.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/segment.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/sepiatone.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/shade.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/shadow.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/shave.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/shear.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/sketch.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/skewx.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/skewy.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/smile.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/solarize.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/sparse_color.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/splice.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/spread.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/stegano.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/stroke_dasharray.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/stroke_fill.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/stroke_linecap.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/stroke_linejoin.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/stroke_width.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/swirl.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/text.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/text01.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/text_align.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/text_antialias.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/text_styles.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/text_undercolor.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/texture_fill_to_border.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/texture_floodfill.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/texturefill.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/threshold.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/to_blob.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/translate.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/transparent.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/transpose.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/transverse.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/tref01.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/triangle01.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/trim.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/tspan01.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/tspan02.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/tspan03.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/unsharp_mask.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/viewex.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/vignette.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/watermark.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/wave.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/wet_floor.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/writing_mode01.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ex/writing_mode02.rb +${GEM_HOME}/gems/rmagick-2.15.3/doc/ilist.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/image1.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/image2.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/image3.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/imageattrs.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/imusage.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/index.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/info.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/magick.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/optequiv.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/rvg.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/rvgclip.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/rvggroup.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/rvgimage.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/rvgpattern.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/rvgshape.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/rvgstyle.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/rvgtext.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/rvgtspan.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/rvgtut.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/rvguse.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/rvgxform.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/scripts/doc.js +${GEM_HOME}/gems/rmagick-2.15.3/doc/scripts/stripeTables.js +${GEM_HOME}/gems/rmagick-2.15.3/doc/struct.html +${GEM_HOME}/gems/rmagick-2.15.3/doc/usage.html +${GEM_HOME}/gems/rmagick-2.15.3/examples/constitute.rb +${GEM_HOME}/gems/rmagick-2.15.3/examples/crop_with_gravity.rb +${GEM_HOME}/gems/rmagick-2.15.3/examples/demo.rb +${GEM_HOME}/gems/rmagick-2.15.3/examples/describe.rb +${GEM_HOME}/gems/rmagick-2.15.3/examples/find_similar_region.rb +${GEM_HOME}/gems/rmagick-2.15.3/examples/histogram.rb +${GEM_HOME}/gems/rmagick-2.15.3/examples/identify.rb +${GEM_HOME}/gems/rmagick-2.15.3/examples/image_opacity.rb +${GEM_HOME}/gems/rmagick-2.15.3/examples/import_export.rb +${GEM_HOME}/gems/rmagick-2.15.3/examples/pattern_fill.rb +${GEM_HOME}/gems/rmagick-2.15.3/examples/rotating_text.rb +${GEM_HOME}/gems/rmagick-2.15.3/examples/spinner.rb +${GEM_HOME}/gems/rmagick-2.15.3/examples/thumbnail.rb +${GEM_HOME}/gems/rmagick-2.15.3/examples/vignette.rb +${GEM_HOME}/gems/rmagick-2.15.3/lib/RMagick2.${RUBY_DLEXT} +${GEM_HOME}/gems/rmagick-2.15.3/lib/rmagick.rb +${GEM_HOME}/gems/rmagick-2.15.3/lib/rmagick/version.rb +${GEM_HOME}/gems/rmagick-2.15.3/lib/rmagick_internal.rb +${GEM_HOME}/gems/rmagick-2.15.3/lib/rvg/clippath.rb +${GEM_HOME}/gems/rmagick-2.15.3/lib/rvg/container.rb +${GEM_HOME}/gems/rmagick-2.15.3/lib/rvg/deep_equal.rb +${GEM_HOME}/gems/rmagick-2.15.3/lib/rvg/describable.rb +${GEM_HOME}/gems/rmagick-2.15.3/lib/rvg/embellishable.rb +${GEM_HOME}/gems/rmagick-2.15.3/lib/rvg/misc.rb +${GEM_HOME}/gems/rmagick-2.15.3/lib/rvg/paint.rb +${GEM_HOME}/gems/rmagick-2.15.3/lib/rvg/pathdata.rb +${GEM_HOME}/gems/rmagick-2.15.3/lib/rvg/rvg.rb +${GEM_HOME}/gems/rmagick-2.15.3/lib/rvg/stretchable.rb +${GEM_HOME}/gems/rmagick-2.15.3/lib/rvg/stylable.rb +${GEM_HOME}/gems/rmagick-2.15.3/lib/rvg/text.rb +${GEM_HOME}/gems/rmagick-2.15.3/lib/rvg/transformable.rb +${GEM_HOME}/gems/rmagick-2.15.3/lib/rvg/units.rb +${GEM_HOME}/gems/rmagick-2.15.3/rmagick.gemspec +${GEM_HOME}/gems/rmagick-2.15.3/spec/rmagick/ImageList1_spec.rb +${GEM_HOME}/gems/rmagick-2.15.3/spec/rmagick/draw_spec.rb +${GEM_HOME}/gems/rmagick-2.15.3/spec/spec_helper.rb +${GEM_HOME}/gems/rmagick-2.15.3/test/Image1.rb +${GEM_HOME}/gems/rmagick-2.15.3/test/Image2.rb +${GEM_HOME}/gems/rmagick-2.15.3/test/Image3.rb +${GEM_HOME}/gems/rmagick-2.15.3/test/ImageList1.rb +${GEM_HOME}/gems/rmagick-2.15.3/test/ImageList2.rb +${GEM_HOME}/gems/rmagick-2.15.3/test/Image_attributes.rb +${GEM_HOME}/gems/rmagick-2.15.3/test/Import_Export.rb +${GEM_HOME}/gems/rmagick-2.15.3/test/Info.rb +${GEM_HOME}/gems/rmagick-2.15.3/test/Magick.rb +${GEM_HOME}/gems/rmagick-2.15.3/test/Pixel.rb +${GEM_HOME}/gems/rmagick-2.15.3/test/Preview.rb +${GEM_HOME}/gems/rmagick-2.15.3/test/cmyk.icm +${GEM_HOME}/gems/rmagick-2.15.3/test/srgb.icm +${GEM_HOME}/gems/rmagick-2.15.3/test/test_all_basic.rb +${GEM_HOME}/gems/rmagick-2.15.3/test/tmpnam_test.rb ${GEM_HOME}/gems/ruby-openid-2.3.0/CHANGELOG.md ${GEM_HOME}/gems/ruby-openid-2.3.0/INSTALL.md ${GEM_HOME}/gems/ruby-openid-2.3.0/LICENSE @@ -5835,86 +5976,87 @@ ${GEM_HOME}/gems/ruby-openid-2.3.0/test/test_xrires.rb ${GEM_HOME}/gems/ruby-openid-2.3.0/test/test_yadis_discovery.rb ${GEM_HOME}/gems/ruby-openid-2.3.0/test/testutil.rb ${GEM_HOME}/gems/ruby-openid-2.3.0/test/util.rb -${GEM_HOME}/gems/sprockets-3.1.0/LICENSE -${GEM_HOME}/gems/sprockets-3.1.0/README.md -${GEM_HOME}/gems/sprockets-3.1.0/bin/sprockets -${GEM_HOME}/gems/sprockets-3.1.0/lib/rake/sprocketstask.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/asset.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/autoload.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/autoload/closure.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/autoload/coffee_script.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/autoload/eco.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/autoload/ejs.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/autoload/sass.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/autoload/uglifier.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/autoload/yui.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/base.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/bower.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/bundle.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/cache.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/cache/file_store.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/cache/memory_store.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/cache/null_store.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/cached_environment.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/closure_compressor.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/coffee_script_processor.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/coffee_script_template.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/compressing.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/configuration.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/context.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/dependencies.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/digest_utils.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/directive_processor.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/eco_processor.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/eco_template.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/ejs_processor.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/ejs_template.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/encoding_utils.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/engines.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/environment.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/erb_processor.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/erb_template.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/errors.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/file_reader.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/http_utils.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/jst_processor.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/legacy.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/legacy_proc_processor.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/legacy_tilt_processor.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/loader.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/manifest.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/manifest_utils.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/mime.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/path_dependency_utils.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/path_digest_utils.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/path_utils.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/paths.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/processing.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/processor_utils.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/resolve.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/sass_cache_store.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/sass_compressor.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/sass_functions.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/sass_importer.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/sass_processor.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/sass_template.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/server.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/transformers.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/uri_utils.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/uglifier_compressor.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/utils.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/version.rb -${GEM_HOME}/gems/sprockets-3.1.0/lib/sprockets/yui_compressor.rb -${GEM_HOME}/gems/sprockets-rails-2.3.1/LICENSE -${GEM_HOME}/gems/sprockets-rails-2.3.1/README.md -${GEM_HOME}/gems/sprockets-rails-2.3.1/lib/sprockets/rails.rb -${GEM_HOME}/gems/sprockets-rails-2.3.1/lib/sprockets/rails/helper.rb -${GEM_HOME}/gems/sprockets-rails-2.3.1/lib/sprockets/rails/legacy_asset_tag_helper.rb -${GEM_HOME}/gems/sprockets-rails-2.3.1/lib/sprockets/rails/legacy_asset_url_helper.rb -${GEM_HOME}/gems/sprockets-rails-2.3.1/lib/sprockets/rails/task.rb -${GEM_HOME}/gems/sprockets-rails-2.3.1/lib/sprockets/rails/version.rb -${GEM_HOME}/gems/sprockets-rails-2.3.1/lib/sprockets/railtie.rb +${GEM_HOME}/gems/sprockets-3.3.0/CHANGELOG.md +${GEM_HOME}/gems/sprockets-3.3.0/LICENSE +${GEM_HOME}/gems/sprockets-3.3.0/README.md +${GEM_HOME}/gems/sprockets-3.3.0/bin/sprockets +${GEM_HOME}/gems/sprockets-3.3.0/lib/rake/sprocketstask.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/asset.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/autoload.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/autoload/closure.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/autoload/coffee_script.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/autoload/eco.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/autoload/ejs.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/autoload/sass.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/autoload/uglifier.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/autoload/yui.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/base.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/bower.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/bundle.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/cache.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/cache/file_store.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/cache/memory_store.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/cache/null_store.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/cached_environment.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/closure_compressor.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/coffee_script_processor.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/coffee_script_template.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/compressing.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/configuration.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/context.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/dependencies.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/digest_utils.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/directive_processor.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/eco_processor.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/eco_template.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/ejs_processor.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/ejs_template.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/encoding_utils.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/engines.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/environment.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/erb_processor.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/erb_template.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/errors.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/file_reader.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/http_utils.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/jst_processor.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/legacy.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/legacy_proc_processor.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/legacy_tilt_processor.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/loader.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/manifest.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/manifest_utils.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/mime.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/path_dependency_utils.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/path_digest_utils.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/path_utils.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/paths.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/processing.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/processor_utils.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/resolve.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/sass_cache_store.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/sass_compressor.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/sass_functions.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/sass_importer.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/sass_processor.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/sass_template.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/server.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/transformers.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/uglifier_compressor.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/uri_utils.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/utils.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/version.rb +${GEM_HOME}/gems/sprockets-3.3.0/lib/sprockets/yui_compressor.rb +${GEM_HOME}/gems/sprockets-rails-2.3.2/LICENSE +${GEM_HOME}/gems/sprockets-rails-2.3.2/README.md +${GEM_HOME}/gems/sprockets-rails-2.3.2/lib/sprockets/rails.rb +${GEM_HOME}/gems/sprockets-rails-2.3.2/lib/sprockets/rails/helper.rb +${GEM_HOME}/gems/sprockets-rails-2.3.2/lib/sprockets/rails/legacy_asset_tag_helper.rb +${GEM_HOME}/gems/sprockets-rails-2.3.2/lib/sprockets/rails/legacy_asset_url_helper.rb +${GEM_HOME}/gems/sprockets-rails-2.3.2/lib/sprockets/rails/task.rb +${GEM_HOME}/gems/sprockets-rails-2.3.2/lib/sprockets/rails/version.rb +${GEM_HOME}/gems/sprockets-rails-2.3.2/lib/sprockets/railtie.rb ${GEM_HOME}/gems/thor-0.19.1/.document ${GEM_HOME}/gems/thor-0.19.1/CHANGELOG.md ${GEM_HOME}/gems/thor-0.19.1/LICENSE.md @@ -6234,68 +6376,51 @@ ${GEM_HOME}/gems/tzinfo-1.2.2/test/zoneinfo/right/Europe/London ${GEM_HOME}/gems/tzinfo-1.2.2/test/zoneinfo/zone.tab ${GEM_HOME}/gems/tzinfo-1.2.2/test/zoneinfo/zone1970.tab ${GEM_HOME}/gems/tzinfo-1.2.2/tzinfo.gemspec -${GEM_HOME}/specifications/actionmailer-4.2.1.gemspec -${GEM_HOME}/specifications/actionpack-4.2.1.gemspec +${GEM_HOME}/specifications/actionmailer-4.2.3.gemspec +${GEM_HOME}/specifications/actionpack-4.2.3.gemspec ${GEM_HOME}/specifications/actionpack-action_caching-1.1.1.gemspec ${GEM_HOME}/specifications/actionpack-xml_parser-1.0.2.gemspec -${GEM_HOME}/specifications/actionview-4.2.1.gemspec -${GEM_HOME}/specifications/activejob-4.2.1.gemspec -${GEM_HOME}/specifications/activemodel-4.2.1.gemspec -${GEM_HOME}/specifications/activerecord-4.2.1.gemspec -${GEM_HOME}/specifications/activesupport-4.2.1.gemspec -${GEM_HOME}/specifications/arel-6.0.0.gemspec +${GEM_HOME}/specifications/actionview-4.2.3.gemspec +${GEM_HOME}/specifications/activejob-4.2.3.gemspec +${GEM_HOME}/specifications/activemodel-4.2.3.gemspec +${GEM_HOME}/specifications/activerecord-4.2.3.gemspec +${GEM_HOME}/specifications/activesupport-4.2.3.gemspec +${GEM_HOME}/specifications/arel-6.0.3.gemspec ${GEM_HOME}/specifications/builder-3.2.2.gemspec -${GEM_HOME}/specifications/bundler-1.9.1.gemspec +${GEM_HOME}/specifications/bundler-1.10.6.gemspec ${GEM_HOME}/specifications/coderay-1.1.0.gemspec ${GEM_HOME}/specifications/erubis-2.7.0.gemspec -${GEM_HOME}/specifications/globalid-0.3.5.gemspec +${GEM_HOME}/specifications/globalid-0.3.6.gemspec ${GEM_HOME}/specifications/hike-1.2.3.gemspec ${GEM_HOME}/specifications/i18n-0.7.0.gemspec -${GEM_HOME}/specifications/jquery-rails-3.1.2.gemspec -${GEM_HOME}/specifications/json-1.8.2.gemspec +${GEM_HOME}/specifications/jquery-rails-3.1.3.gemspec +${GEM_HOME}/specifications/json-1.8.3.gemspec ${GEM_HOME}/specifications/loofah-2.0.2.gemspec ${GEM_HOME}/specifications/mail-2.6.3.gemspec -${GEM_HOME}/specifications/mime-types-2.5.gemspec +${GEM_HOME}/specifications/mime-types-2.6.1.gemspec ${GEM_HOME}/specifications/mini_portile-0.6.2.gemspec -${GEM_HOME}/specifications/minitest-5.6.1.gemspec +${GEM_HOME}/specifications/minitest-5.8.0.gemspec ${GEM_HOME}/specifications/multi_json-1.11.0.gemspec ${GEM_HOME}/specifications/net-ldap-0.3.1.gemspec ${GEM_HOME}/specifications/nokogiri-1.6.6.2.gemspec -${GEM_HOME}/specifications/protected_attributes-1.0.9.gemspec -${GEM_HOME}/specifications/rack-1.6.1.gemspec +${GEM_HOME}/specifications/protected_attributes-1.1.3.gemspec +${GEM_HOME}/specifications/rack-1.6.4.gemspec ${GEM_HOME}/specifications/rack-openid-1.4.2.gemspec ${GEM_HOME}/specifications/rack-test-0.6.3.gemspec -${GEM_HOME}/specifications/rails-4.2.1.gemspec +${GEM_HOME}/specifications/rails-4.2.3.gemspec ${GEM_HOME}/specifications/rails-deprecated_sanitizer-1.0.3.gemspec ${GEM_HOME}/specifications/rails-dom-testing-1.0.6.gemspec ${GEM_HOME}/specifications/rails-html-sanitizer-1.0.2.gemspec -${GEM_HOME}/specifications/railties-4.2.1.gemspec +${GEM_HOME}/specifications/railties-4.2.3.gemspec ${GEM_HOME}/specifications/rake-10.4.2.gemspec -${GEM_HOME}/specifications/rbpdf-1.18.5.gemspec +${GEM_HOME}/specifications/rbpdf-1.18.6.gemspec ${GEM_HOME}/specifications/redcarpet-3.1.2.gemspec ${GEM_HOME}/specifications/request_store-1.0.5.gemspec -${GEM_HOME}/specifications/rmagick-2.13.4.gemspec +${GEM_HOME}/specifications/rmagick-2.15.3.gemspec ${GEM_HOME}/specifications/ruby-openid-2.3.0.gemspec -${GEM_HOME}/specifications/sprockets-3.1.0.gemspec -${GEM_HOME}/specifications/sprockets-rails-2.3.1.gemspec +${GEM_HOME}/specifications/sprockets-3.3.0.gemspec +${GEM_HOME}/specifications/sprockets-rails-2.3.2.gemspec ${GEM_HOME}/specifications/thor-0.19.1.gemspec ${GEM_HOME}/specifications/thread_safe-0.3.5.gemspec ${GEM_HOME}/specifications/tilt-1.4.1.gemspec ${GEM_HOME}/specifications/tzinfo-1.2.2.gemspec -@pkgdir share/${RUBY_PKGPREFIX}-redmine/gems/gems/json-1.8.2/java/src/json -@pkgdir share/${RUBY_PKGPREFIX}-redmine/gems/extensions/${MACHINE_ARCH}-${LOWER_OPSYS}/2.2.0/json-1.8.2/json -@pkgdir share/${RUBY_PKGPREFIX}-redmine/gems/doc -@pkgdir share/${RUBY_PKGPREFIX}-redmine/gems/build_info -@pkgdir share/${RUBY_PKGPREFIX}-redmine/app/vendor -@pkgdir share/${RUBY_PKGPREFIX}-redmine/app/tmp/sockets -@pkgdir share/${RUBY_PKGPREFIX}-redmine/app/tmp/sessions -@pkgdir share/${RUBY_PKGPREFIX}-redmine/app/tmp/cache -@pkgdir share/${RUBY_PKGPREFIX}-redmine/app/test/mocks/test -@pkgdir share/${RUBY_PKGPREFIX}-redmine/app/test/mocks/development -@pkgdir share/${RUBY_PKGPREFIX}-redmine/app/test/fixtures/mailer -@pkgdir lib/ruby/gems/2.2.0/specifications -@pkgdir lib/ruby/gems/2.2.0/gems -@pkgdir lib/ruby/gems/2.2.0/extensions -@pkgdir lib/ruby/gems/2.2.0/doc -@pkgdir lib/ruby/gems/2.2.0/cache -@pkgdir lib/ruby/gems/2.2.0/build_info diff --git a/devel/ruby-redmine/distinfo b/devel/ruby-redmine/distinfo index 98988c9134e..af6820926ae 100644 --- a/devel/ruby-redmine/distinfo +++ b/devel/ruby-redmine/distinfo @@ -1,62 +1,62 @@ -$NetBSD: distinfo,v 1.1 2015/07/05 23:55:25 rodent Exp $ +$NetBSD: distinfo,v 1.2 2015/08/13 12:22:13 ryoon Exp $ -SHA1 (actionmailer-4.2.1.gem) = 8073d3b6e3012ee3a84b5ee5cc22d4d66c31a0b3 -RMD160 (actionmailer-4.2.1.gem) = 7996aee9b0c9a5b50f35a3a3c151e3edfb0729b9 -Size (actionmailer-4.2.1.gem) = 26112 bytes -SHA1 (actionpack-4.2.1.gem) = d3c21f78d71bc63f62d60dd9ae5f7ba888ca90aa -RMD160 (actionpack-4.2.1.gem) = 3aad3e623a766031919b32d32e00cb25376462c5 -Size (actionpack-4.2.1.gem) = 185344 bytes +SHA1 (actionmailer-4.2.3.gem) = f02da8c3896d4c8cd208b7c555c2c2235e44ce0e +RMD160 (actionmailer-4.2.3.gem) = dcc79435744a0116b0fb9a58372505b966dcf646 +Size (actionmailer-4.2.3.gem) = 27136 bytes +SHA1 (actionpack-4.2.3.gem) = d824941013ba3616aa643d4c5016d00bf2dc028f +RMD160 (actionpack-4.2.3.gem) = c73e595ace0436de26e8f3f9b28bdb0ebb49ae17 +Size (actionpack-4.2.3.gem) = 185344 bytes SHA1 (actionpack-action_caching-1.1.1.gem) = 8fffdc31d2eb850c5b2a50b7b211553497ada593 RMD160 (actionpack-action_caching-1.1.1.gem) = d44055d3c17b11384715a3e3338248fc59ef614c Size (actionpack-action_caching-1.1.1.gem) = 13312 bytes SHA1 (actionpack-xml_parser-1.0.2.gem) = 4d0c2e58bab281581b5eabb769769c4713b55217 RMD160 (actionpack-xml_parser-1.0.2.gem) = 619c1acb8ff01e5cd756507c4b8b952afe600f5e Size (actionpack-xml_parser-1.0.2.gem) = 6144 bytes -SHA1 (actionview-4.2.1.gem) = 4833685c7924894a41627d9132ed89f728c5d065 -RMD160 (actionview-4.2.1.gem) = b5e4855dab5ca804bbbfa433d7f3eb68496bc685 -Size (actionview-4.2.1.gem) = 144384 bytes -SHA1 (activejob-4.2.1.gem) = 33391cf6302c05ee70a119bdd076c19a558fbf1f -RMD160 (activejob-4.2.1.gem) = 9375c9156d3febbee2d614602534854666d782e2 -Size (activejob-4.2.1.gem) = 18944 bytes -SHA1 (activemodel-4.2.1.gem) = d96404f52b8f70b43b8c4a55ad02b674432e9887 -RMD160 (activemodel-4.2.1.gem) = 8235fb07e2217de48b60a662387da47e1872b796 -Size (activemodel-4.2.1.gem) = 45568 bytes -SHA1 (activerecord-4.2.1.gem) = 7a77690554f4368d483be1e9aa5fd2d5ea171343 -RMD160 (activerecord-4.2.1.gem) = fab6c11a7fb7e33331c0625a2f0412afcad5d0e9 -Size (activerecord-4.2.1.gem) = 326144 bytes -SHA1 (activesupport-4.2.1.gem) = cffc77380c131a6369fd26b57f651995308f0fd0 -RMD160 (activesupport-4.2.1.gem) = be32c2d66af95adfcdcd0918adb1d6de8d86cf80 -Size (activesupport-4.2.1.gem) = 329728 bytes -SHA1 (arel-6.0.0.gem) = f1b518c60accb8d7752f84a465853bf27fa7f9a1 -RMD160 (arel-6.0.0.gem) = 55e7fc23f2f540f15027a0e3e9bd3178460b4c7c -Size (arel-6.0.0.gem) = 30720 bytes +SHA1 (actionview-4.2.3.gem) = 53982ad7579069c2a5de4939bb8c689550bdd2ab +RMD160 (actionview-4.2.3.gem) = 386877d559bf1cfe8012793dac5416dc31900cf9 +Size (actionview-4.2.3.gem) = 144896 bytes +SHA1 (activejob-4.2.3.gem) = 280e774caf7335aba1b50441b4890803d18a666c +RMD160 (activejob-4.2.3.gem) = 44509b9d6969c611d46502f798521b3fe7680fa9 +Size (activejob-4.2.3.gem) = 18944 bytes +SHA1 (activemodel-4.2.3.gem) = 0d2160b37223703d167cfd5a8cb358029ccbacd9 +RMD160 (activemodel-4.2.3.gem) = b8a60756e2bb2dd709de5b7b5c746f2b6d847753 +Size (activemodel-4.2.3.gem) = 45568 bytes +SHA1 (activerecord-4.2.3.gem) = 8799d638cc5cdbd59296392f0f1014a051378517 +RMD160 (activerecord-4.2.3.gem) = ef07c263bb0656175130e19e47707e6be426f88d +Size (activerecord-4.2.3.gem) = 327680 bytes +SHA1 (activesupport-4.2.3.gem) = 1dc5e9cba144dc9794bc4ebed19a8528b7287a76 +RMD160 (activesupport-4.2.3.gem) = 93c66f5fbaf8e966a1dc4b71223a1eac6ca368ce +Size (activesupport-4.2.3.gem) = 329728 bytes +SHA1 (arel-6.0.3.gem) = ade532ea27f09748d7d6ac8778b15d4438860675 +RMD160 (arel-6.0.3.gem) = 2ea7cd33fcb75e11f360799895f2b308f6a453a4 +Size (arel-6.0.3.gem) = 30720 bytes SHA1 (builder-3.2.2.gem) = 0ee99b207f9994864c2a21ce24be26eddafee7f1 RMD160 (builder-3.2.2.gem) = b559a84f014830b39ee27fe0cda6fc475a09b3be Size (builder-3.2.2.gem) = 31744 bytes -SHA1 (bundler-1.9.1.gem) = c3b38425a6aeaede7dff08a2750e663077970549 -RMD160 (bundler-1.9.1.gem) = 98b7eaaef722889038a6bcbac13e3cc3c39b0768 -Size (bundler-1.9.1.gem) = 242688 bytes +SHA1 (bundler-1.10.6.gem) = 55a37fccd1c0cb5542d468e35d3be46dd0667f73 +RMD160 (bundler-1.10.6.gem) = 8f45cdef78f8064a3e84a070ecb79062a4578170 +Size (bundler-1.10.6.gem) = 251392 bytes SHA1 (coderay-1.1.0.gem) = e69373e18738ca543e7ccb002454ac50179dd7f8 RMD160 (coderay-1.1.0.gem) = 4cb19554352771e6e70d689f32cbdaf1e56457a2 Size (coderay-1.1.0.gem) = 95232 bytes SHA1 (erubis-2.7.0.gem) = fb37414e8454f45a5674caa2a61707df46b370e9 RMD160 (erubis-2.7.0.gem) = d127d4b22006298814c960f6c8f06b799891eca0 Size (erubis-2.7.0.gem) = 173056 bytes -SHA1 (globalid-0.3.5.gem) = 2f1f64a0f3a79545b6b22d4b6859a0b09598bb21 -RMD160 (globalid-0.3.5.gem) = a5bd81c7eeba009251109bb7ad62d3b35456cea4 -Size (globalid-0.3.5.gem) = 9728 bytes +SHA1 (globalid-0.3.6.gem) = ef7df2b169c46287623242572fd282eabc80daac +RMD160 (globalid-0.3.6.gem) = 994291e705a86a0758b0b0c9a02a8d5fe691785c +Size (globalid-0.3.6.gem) = 10752 bytes SHA1 (hike-1.2.3.gem) = feaa3c57758846636525e247dc9df89d7fd5f80e RMD160 (hike-1.2.3.gem) = 506543405564daa7878b4c36f20476ea70f07878 Size (hike-1.2.3.gem) = 8704 bytes SHA1 (i18n-0.7.0.gem) = 0ae0e0757fb8bccb9b0516aa90534c194936441c RMD160 (i18n-0.7.0.gem) = a7710399731a5604df3871875227a5fde73b5500 Size (i18n-0.7.0.gem) = 57856 bytes -SHA1 (jquery-rails-3.1.2.gem) = fb3dbc7f60f23b9a96f00080772e6239cdbec37a -RMD160 (jquery-rails-3.1.2.gem) = c8167eddef0060605522a768df9f3743ff34519b -Size (jquery-rails-3.1.2.gem) = 190464 bytes -SHA1 (json-1.8.2.gem) = f0ad791c310908c9551a1f7525bbb803cd4bdcfe -RMD160 (json-1.8.2.gem) = 1a3bc3fe9ff1224bdacfac53e743fea6173b42c4 -Size (json-1.8.2.gem) = 152064 bytes +SHA1 (jquery-rails-3.1.3.gem) = 691b6ec57ee08f8ef80bae3e8c09a4442d2f7d5c +RMD160 (jquery-rails-3.1.3.gem) = 8462fba73ff9446dc7954a5341180ab234c2bf13 +Size (jquery-rails-3.1.3.gem) = 190976 bytes +SHA1 (json-1.8.3.gem) = dcd00a477bbb8c0c722f68f9c28bc8460a7b1d6f +RMD160 (json-1.8.3.gem) = eee9b51a51533ddf697b9d8d5fcca2da170bf42b +Size (json-1.8.3.gem) = 152064 bytes SHA1 (kgio-2.9.3.gem) = a9b35f7509b2d798f56a9dd3d6c5e50748c22e14 RMD160 (kgio-2.9.3.gem) = 52be510d40b78524d7b6672b2a4bef894ea662d2 Size (kgio-2.9.3.gem) = 58880 bytes @@ -66,15 +66,15 @@ Size (loofah-2.0.2.gem) = 59392 bytes SHA1 (mail-2.6.3.gem) = 3cbc2d3c9c8a24d5f55dbb86f641a0b3d84cc0d0 RMD160 (mail-2.6.3.gem) = 13aa71a8b7dea4fa5a864b17d4bef07899828ebb Size (mail-2.6.3.gem) = 336384 bytes -SHA1 (mime-types-2.5.gem) = 9d1a5cf16ae63868ae0626523f8b36c74cc4659f -RMD160 (mime-types-2.5.gem) = 4fd2f3c7694e627264771603157879ee68e693fd -Size (mime-types-2.5.gem) = 117248 bytes +SHA1 (mime-types-2.6.1.gem) = b85a2bbce1d613d5ab4a6b0e25aad8d77769807c +RMD160 (mime-types-2.6.1.gem) = cb4642598569f083fa1725062d98f3092b055f44 +Size (mime-types-2.6.1.gem) = 189440 bytes SHA1 (mini_portile-0.6.2.gem) = 696b940eb4ff8076a2080684046da1d2b10f41b8 RMD160 (mini_portile-0.6.2.gem) = bd061310e779322f911e7a5569430150894e097d Size (mini_portile-0.6.2.gem) = 13824 bytes -SHA1 (minitest-5.6.1.gem) = 07ca3d9c5eabf982ca5d534c7fe71dd5519408d5 -RMD160 (minitest-5.6.1.gem) = c8c04ff20dae488a32ea75e59b1c5d39ea6649de -Size (minitest-5.6.1.gem) = 70656 bytes +SHA1 (minitest-5.8.0.gem) = 89cf8c654c1286de95da4de2727bae58771fb2e1 +RMD160 (minitest-5.8.0.gem) = 5115755e589081e1449d0225a60562a88fab5938 +Size (minitest-5.8.0.gem) = 71680 bytes SHA1 (multi_json-1.11.0.gem) = 64a2d7e1853600c280105b3a473f21934ecfde1b RMD160 (multi_json-1.11.0.gem) = da9fe29f48f2f785fd8596809c6aca92aa02737c Size (multi_json-1.11.0.gem) = 24576 bytes @@ -90,21 +90,21 @@ Size (nokogiri-1.6.6.2.gem) = 9249280 bytes SHA1 (pg-0.18.1.gem) = 96b6c292c72b1bf7fad0cb5d949f96d8e06867ad RMD160 (pg-0.18.1.gem) = d3c34fd190bf243f43c9ed8a55f1a3153f21953e Size (pg-0.18.1.gem) = 213504 bytes -SHA1 (protected_attributes-1.0.9.gem) = 1429209bd4c7b3def76ff5adbda0f7de68d8ddde -RMD160 (protected_attributes-1.0.9.gem) = 5c7fe1fcfc82b1ce72cea145b63927db7be459bc -Size (protected_attributes-1.0.9.gem) = 24064 bytes -SHA1 (rack-1.6.1.gem) = c53b196bb8a3702a6e952b5ccb8668e91e0c9166 -RMD160 (rack-1.6.1.gem) = 4ac655cd43caa7931d0238eb80a5bf9fb6cf6bd5 -Size (rack-1.6.1.gem) = 227840 bytes +SHA1 (protected_attributes-1.1.3.gem) = 513487c3bca0d0a2b048e6261ab54dc1f274611f +RMD160 (protected_attributes-1.1.3.gem) = 08936e2708704b8203531ccfb96ea6870feef0cf +Size (protected_attributes-1.1.3.gem) = 15360 bytes +SHA1 (rack-1.6.4.gem) = 0a1eea6d7bb903d8c075688534480e87d4151470 +RMD160 (rack-1.6.4.gem) = 089a6487cef13719996eda89d6b8f27fa8fff831 +Size (rack-1.6.4.gem) = 228864 bytes SHA1 (rack-openid-1.4.2.gem) = 8ef6de949a4547701d93f57b48ffe64afd117293 RMD160 (rack-openid-1.4.2.gem) = d4be6e862e18e7f11cac95e060ace4fdfb801552 Size (rack-openid-1.4.2.gem) = 11264 bytes SHA1 (rack-test-0.6.3.gem) = 6fd5a7f881a65ef93b66e21556ef67fbe08a2fcc RMD160 (rack-test-0.6.3.gem) = faed6fa9f4f9e3650a07deb6706e1a0da31c949e Size (rack-test-0.6.3.gem) = 23552 bytes -SHA1 (rails-4.2.1.gem) = 124385963830912b6ceeba8ecaf576f40f3b8117 -RMD160 (rails-4.2.1.gem) = db4cb316dc69f745437151cad39139bae034d9e1 -Size (rails-4.2.1.gem) = 1475584 bytes +SHA1 (rails-4.2.3.gem) = 0ef8f13382996c3480d09900e34988aae85f0886 +RMD160 (rails-4.2.3.gem) = f1cb75effb33e1fdeccf77572bd7a4f490e06b5b +Size (rails-4.2.3.gem) = 1475584 bytes SHA1 (rails-deprecated_sanitizer-1.0.3.gem) = 00c2c5b1c7b7340e8ba0759b61fe74fea5fbb089 RMD160 (rails-deprecated_sanitizer-1.0.3.gem) = df608c65f9c08366aeaf4e94d7ce77815804c596 Size (rails-deprecated_sanitizer-1.0.3.gem) = 25600 bytes @@ -114,39 +114,39 @@ Size (rails-dom-testing-1.0.6.gem) = 17408 bytes SHA1 (rails-html-sanitizer-1.0.2.gem) = 227e6f6efaae609648153ca27c5ed513edd36cd0 RMD160 (rails-html-sanitizer-1.0.2.gem) = 64bfc708fcf0aa06868647c92fd5944e56858b44 Size (rails-html-sanitizer-1.0.2.gem) = 14848 bytes -SHA1 (railties-4.2.1.gem) = c2646b293b0ce541012a449d5eeeb4a0c7941f66 -RMD160 (railties-4.2.1.gem) = fbaeb48eadfb2b816bb04c57170b0a7e5b7250aa -Size (railties-4.2.1.gem) = 126464 bytes +SHA1 (railties-4.2.3.gem) = 0fa6b51c3e9f70f0ce9fb1d1977169537d19ae86 +RMD160 (railties-4.2.3.gem) = c1e9b9e6ffeba17c7f2be842e82dad45f96a562f +Size (railties-4.2.3.gem) = 126976 bytes SHA1 (raindrops-0.13.0.gem) = a8748fc67e4b08b6a7bf26e4857fb25331af8d75 RMD160 (raindrops-0.13.0.gem) = 23aa79c0ff43abfcbe5045fc76a4752b88a10c43 Size (raindrops-0.13.0.gem) = 77824 bytes SHA1 (rake-10.4.2.gem) = abfbf4fe8d3011f13f922adc81167af76890a627 RMD160 (rake-10.4.2.gem) = f516f21735b8308d490e13c40014fe3bef0c5f32 Size (rake-10.4.2.gem) = 130560 bytes -SHA1 (rbpdf-1.18.5.gem) = b15612d13bb885e5120b180978dc0a096831f6d6 -RMD160 (rbpdf-1.18.5.gem) = d16ce613b9dd646b53b6cc3d5be6253a2b5ad2ac -Size (rbpdf-1.18.5.gem) = 5734912 bytes +SHA1 (rbpdf-1.18.6.gem) = 0188284644098bfc9098c99c7f6b00e5c094f91c +RMD160 (rbpdf-1.18.6.gem) = e3da80c1ec1b5c2e8cd0a0e5d613b21978c70987 +Size (rbpdf-1.18.6.gem) = 5764096 bytes SHA1 (redcarpet-3.1.2.gem) = 40b39480d4d1b585bd91072fb6009befd85593cb RMD160 (redcarpet-3.1.2.gem) = 6fc89215484fcdede87eb7bd245cbdd875f5b5d3 Size (redcarpet-3.1.2.gem) = 52736 bytes -SHA1 (redmine-3.0.3.tar.gz) = 939b9f779755a8ae02db29c43d1edb57a70fe70d -RMD160 (redmine-3.0.3.tar.gz) = 3625b143649c0cd9bb78a899324ce01295696151 -Size (redmine-3.0.3.tar.gz) = 2157425 bytes +SHA1 (redmine-3.1.0.tar.gz) = 8ff19292c42653e510a8fcd60a24b94cfc9f8d5f +RMD160 (redmine-3.1.0.tar.gz) = 7276923d712f0aad883341cb6dd5b2a8ea0b5c88 +Size (redmine-3.1.0.tar.gz) = 2243869 bytes SHA1 (request_store-1.0.5.gem) = e59267666144a927900c8b46e596c2a9b182d0a9 RMD160 (request_store-1.0.5.gem) = 0c9fe6f35e889c834a7ef3e62f7a54f7f07d38c0 Size (request_store-1.0.5.gem) = 6656 bytes -SHA1 (rmagick-2.13.4.gem) = fb70a2d4a9cbcbbe5aac0672f34a7d7be25de1b2 -RMD160 (rmagick-2.13.4.gem) = 4809ba3d0a7679e91a6f6e036b4f9acbf3ddb748 -Size (rmagick-2.13.4.gem) = 1539584 bytes +SHA1 (rmagick-2.15.3.gem) = a1b8bf97fbf66c185e0951ebba532e87f35ff824 +RMD160 (rmagick-2.15.3.gem) = e2adc06719a95ee31d573e22dd2a6c313376b18b +Size (rmagick-2.15.3.gem) = 1545216 bytes SHA1 (ruby-openid-2.3.0.gem) = 2097c16d44571445cc6b5635c4432a5d0cad0b4a RMD160 (ruby-openid-2.3.0.gem) = ec061a45ed27fc098bdfd015ed46f5d4e8221a63 Size (ruby-openid-2.3.0.gem) = 327680 bytes -SHA1 (sprockets-3.1.0.gem) = 62f67f15cddfde6594e00649a06a8f181d42d54c -RMD160 (sprockets-3.1.0.gem) = b8937e1d49ce89644088a3702135f6b23f6f2d7a -Size (sprockets-3.1.0.gem) = 60416 bytes -SHA1 (sprockets-rails-2.3.1.gem) = cc0f6a2658682d0bc2921a7e51296eb20dcd67aa -RMD160 (sprockets-rails-2.3.1.gem) = e4170dba36ec2967a16a57d358a01dbe57929a06 -Size (sprockets-rails-2.3.1.gem) = 12800 bytes +SHA1 (sprockets-3.3.0.gem) = b355a3738cee527e7d61736eb7be7f3d8c8b4d01 +RMD160 (sprockets-3.3.0.gem) = 5b863bb8f58e8861b317704d07427e1393e535bd +Size (sprockets-3.3.0.gem) = 66048 bytes +SHA1 (sprockets-rails-2.3.2.gem) = 726a577ec3d1afcd20964f8324ac0b737a68856c +RMD160 (sprockets-rails-2.3.2.gem) = 7eded737d7661b01085f46bfe20137933d73cc75 +Size (sprockets-rails-2.3.2.gem) = 12800 bytes SHA1 (sqlite3-1.3.10.gem) = 6bbe47c3e690568b9aaf2c7d9aca59a069608b1e RMD160 (sqlite3-1.3.10.gem) = 7b0417332926ba5ccca0e49ce7815b1425b744e2 Size (sqlite3-1.3.10.gem) = 60416 bytes diff --git a/devel/ruby-redmine/files/Gemfile.lock b/devel/ruby-redmine/files/Gemfile.lock index f5dedc67ebb..fbeee02d548 100644 --- a/devel/ruby-redmine/files/Gemfile.lock +++ b/devel/ruby-redmine/files/Gemfile.lock @@ -1,46 +1,46 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (4.2.1) - actionpack (= 4.2.1) - actionview (= 4.2.1) - activejob (= 4.2.1) + actionmailer (4.2.3) + actionpack (= 4.2.3) + actionview (= 4.2.3) + activejob (= 4.2.3) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.1) - actionview (= 4.2.1) - activesupport (= 4.2.1) - rack (~> 1.6.0) + actionpack (4.2.3) + actionview (= 4.2.3) + activesupport (= 4.2.3) + rack (~> 1.6) rack-test (~> 0.6.2) rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.1) + rails-html-sanitizer (~> 1.0, >= 1.0.2) actionpack-action_caching (1.1.1) actionpack (>= 4.0.0, < 5.0) actionpack-xml_parser (1.0.2) - actionpack (>= 4.0.0.rc1) - actionview (4.2.1) - activesupport (= 4.2.1) + actionpack (>= 4.0.0, < 5) + actionview (4.2.3) + activesupport (= 4.2.3) builder (~> 3.1) erubis (~> 2.7.0) rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.1) - activejob (4.2.1) - activesupport (= 4.2.1) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + activejob (4.2.3) + activesupport (= 4.2.3) globalid (>= 0.3.0) - activemodel (4.2.1) - activesupport (= 4.2.1) + activemodel (4.2.3) + activesupport (= 4.2.3) builder (~> 3.1) - activerecord (4.2.1) - activemodel (= 4.2.1) - activesupport (= 4.2.1) + activerecord (4.2.3) + activemodel (= 4.2.3) + activesupport (= 4.2.3) arel (~> 6.0) - activesupport (4.2.1) + activesupport (4.2.3) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - arel (6.0.0) + arel (6.0.3) builder (3.2.2) capybara (2.4.4) mime-types (>= 1.16) @@ -48,53 +48,51 @@ GEM rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (~> 2.0) - childprocess (0.5.5) + childprocess (0.5.6) ffi (~> 1.0, >= 1.0.11) coderay (1.1.0) docile (1.1.5) erubis (2.7.0) - ffi (1.9.6) - globalid (0.3.5) + ffi (1.9.10) + globalid (0.3.6) activesupport (>= 4.1.0) - hike (1.2.3) i18n (0.7.0) - jquery-rails (3.1.2) + jquery-rails (3.1.3) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) - json (1.8.2) - kgio (2.9.3) + json (1.8.3) loofah (2.0.2) nokogiri (>= 1.5.9) mail (2.6.3) mime-types (>= 1.16, < 3) metaclass (0.0.4) - mime-types (2.5) + mime-types (2.6.1) mini_portile (0.6.2) - minitest (5.6.1) + minitest (5.8.0) mocha (1.1.0) metaclass (~> 0.0.1) - multi_json (1.11.0) + multi_json (1.11.2) net-ldap (0.3.1) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) - protected_attributes (1.0.9) + protected_attributes (1.1.3) activemodel (>= 4.0.1, < 5.0) - rack (1.6.1) + rack (1.6.4) rack-openid (1.4.2) rack (>= 1.1.0) ruby-openid (>= 2.1.8) rack-test (0.6.3) rack (>= 1.0) - rails (4.2.1) - actionmailer (= 4.2.1) - actionpack (= 4.2.1) - actionview (= 4.2.1) - activejob (= 4.2.1) - activemodel (= 4.2.1) - activerecord (= 4.2.1) - activesupport (= 4.2.1) + rails (4.2.3) + actionmailer (= 4.2.3) + actionpack (= 4.2.3) + actionview (= 4.2.3) + activejob (= 4.2.3) + activemodel (= 4.2.3) + activerecord (= 4.2.3) + activesupport (= 4.2.3) bundler (>= 1.3.0, < 2.0) - railties (= 4.2.1) + railties (= 4.2.3) sprockets-rails rails-deprecated_sanitizer (1.0.3) activesupport (>= 4.2.0.alpha) @@ -104,21 +102,20 @@ GEM rails-deprecated_sanitizer (>= 1.0.1) rails-html-sanitizer (1.0.2) loofah (~> 2.0) - railties (4.2.1) - actionpack (= 4.2.1) - activesupport (= 4.2.1) + railties (4.2.3) + actionpack (= 4.2.3) + activesupport (= 4.2.3) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - raindrops (0.13.0) rake (10.4.2) - rbpdf (1.18.5) + rbpdf (1.18.6) rdoc (4.2.0) redcarpet (3.1.2) request_store (1.0.5) - rmagick (2.13.4) + rmagick (2.15.3) ruby-openid (2.3.0) rubyzip (1.1.7) - selenium-webdriver (2.45.0) + selenium-webdriver (2.47.1) childprocess (~> 0.5) multi_json (~> 1.0) rubyzip (~> 1.0) @@ -128,25 +125,17 @@ GEM multi_json (~> 1.0) simplecov-html (~> 0.9.0) simplecov-html (0.9.0) - sprockets (3.1.0) - hike (~> 1.2) - multi_json (~> 1.0) + sprockets (3.3.0) rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) - sprockets-rails (2.3.1) + sprockets-rails (2.3.2) actionpack (>= 3.0) activesupport (>= 3.0) sprockets (>= 2.8, < 4.0) thor (0.19.1) thread_safe (0.3.5) - tilt (1.4.1) tzinfo (1.2.2) thread_safe (~> 0.1) - unicorn (4.9.0) - kgio (~> 2.6) - rack - raindrops (~> 0.7) - websocket (1.2.1) + websocket (1.2.2) xpath (2.0.0) nokogiri (~> 1.3) yard (0.8.7.6) @@ -161,24 +150,26 @@ DEPENDENCIES builder (>= 3.0.4) capybara coderay (~> 1.1.0) - ffi (= 1.9.6) - jquery-rails (~> 3.1.1) + jquery-rails (~> 3.1.3) + loofah (~> 2.0) mime-types minitest mocha net-ldap (~> 0.3.1) protected_attributes rack-openid - rails (= 4.2.1) + rails (= 4.2.3) rails-dom-testing - rbpdf (~> 1.18.5) + rbpdf (~> 1.18.6) rdoc (>= 2.4.2) redcarpet (~> 3.1.2) request_store (= 1.0.5) - rmagick (>= 2.0.0) + rmagick (>= 2.14.0) ruby-openid (~> 2.3.0) selenium-webdriver simplecov (~> 0.9.1) tzinfo-data - unicorn yard + +BUNDLED WITH + 1.10.6 diff --git a/devel/ruby-redmine/files/redmine_fix_gems.sh b/devel/ruby-redmine/files/redmine_fix_gems.sh index b19aff94128..06be40ce73b 100644 --- a/devel/ruby-redmine/files/redmine_fix_gems.sh +++ b/devel/ruby-redmine/files/redmine_fix_gems.sh @@ -8,10 +8,10 @@ export GEM_HOME GEM_PATH cd @PREFIX@/share/@RUBY_PKGPREFIX@-redmine/app @GEM@ install nokogiri --version 1.6.6.2 -- --use-system-libraries --with-xml2-config=@PREFIX@/bin/xml2-config --with-xslt-config=@PREFIX@/bin/xslt-config -@GEM@ pristine json --version 1.8.2 +@GEM@ pristine json --version 1.8.3 @GEM@ pristine kgio --version 2.9.3 @GEM@ pristine mysql2 --version 0.3.18 @GEM@ pristine raindrops --version 0.13.0 @GEM@ pristine redcarpet --version 3.1.2 -@GEM@ pristine rmagick --version 2.13.4 +@GEM@ pristine rmagick --version 2.15.3 @GEM@ pristine unicorn --version 4.9.0 |