Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-redmine devel/ruby-redmine: update to 4.0.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80f6d25b9153
branches:  trunk
changeset: 431001:80f6d25b9153
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu May 07 16:00:21 2020 +0000

description:
devel/ruby-redmine: update to 4.0.7

Update ruby-redmine to 4.0.7.

pkgsrc change:
* Fix childprocess gem build problem.
* Explicitly set permission of example files.

4.0.7 (2020-04-06)

[Attachments]

* Defect #32656: Drag and drop objects from Outlook to Redmine deletes the
  objects
* Defect #32785: X-Sendfile header field is not set if rack 2.1.0 is
  installed

[Custom fields]

* Defect #33085: Unable to update the values of a custom field for
  enumerations when multiple values option is enabled

[Database]

* Defect #30285: Microsoft SQL server support is broken

[Documentation]

* Patch #32787: Redmine 4.0 no longer supports Ruby 2.2

[Gantt]

* Defect #19248: End markers in gantt PDF are misaligned
* Defect #23645: Gantt bars for single-day tasks may be rendered wrongly in
  PDF

[Issues workflow]

* Defect #33059: "Role" dropdown in Workflow page is unexpectedly expanded
  when selecting "all"

[REST API]

* Defect #33113: Default version and assignee are not exposed via projects
  API

[Rails support]

* Patch #33196: Update Rails to 5.2.4.2

[Ruby support]

* Patch #32788: Specify supported Ruby version in Gemfile and doc/INSTALL

[SCM]

* Defect #32449: Diff view for .js files in repositories is broken

[Security]

* Defect #32850: XSS vulnerability due to missing back_url validation
* Defect #32934: XSS vulnerabilities in textile inline links
* Defect #33075: Time entries csv export should check issue visibility

[Time tracking]

* Defect #33052: Missing subject and tracker name in CSV export of time
  entries report

[Translations]

* Patch #32917: Bulgarian translation

[UI]

* Defect #32772: Tabs are displayed on two lines when the total width of the
  tabs is greater than 2000px
* Defect #32829: HTML entity is used in CSS string
* Patch #33068: Update copyright year in the footer to 2020

[UI - Responsive]

* Feature #33156: Allow zooming on mobile devices

diffstat:

 devel/ruby-redmine/Makefile |    31 +-
 devel/ruby-redmine/PLIST    |  2822 +++++++++++++++++++++---------------------
 devel/ruby-redmine/distinfo |    98 +-
 3 files changed, 1477 insertions(+), 1474 deletions(-)

diffs (truncated from 3146 to 300 lines):

diff -r 7887ac51edf7 -r 80f6d25b9153 devel/ruby-redmine/Makefile
--- a/devel/ruby-redmine/Makefile       Thu May 07 14:22:49 2020 +0000
+++ b/devel/ruby-redmine/Makefile       Thu May 07 16:00:21 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2020/05/03 19:41:50 rillig Exp $
+# $NetBSD: Makefile,v 1.49 2020/05/07 16:00:21 taca Exp $
 
-DISTNAME=      redmine-4.0.6
+DISTNAME=      redmine-4.0.7
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 PREV_PKGPATH=  devel/redmine
 CATEGORIES=    devel
 MASTER_SITES=  http://www.redmine.org/releases/
@@ -12,14 +11,14 @@
 COMMENT=       Flexible project management web application
 LICENSE=       gnu-gpl-v2 # and so on.
 
-GEMS_DISTFILES+=       actioncable-5.2.4.1.gem actionmailer-5.2.4.1.gem
-GEMS_DISTFILES+=       actionpack-5.2.4.1.gem actionpack-xml_parser-2.0.1.gem
-GEMS_DISTFILES+=       actionview-5.2.4.1.gem activejob-5.2.4.1.gem
-GEMS_DISTFILES+=       activemodel-5.2.4.1.gem activerecord-5.2.4.1.gem
-GEMS_DISTFILES+=       activestorage-5.2.4.1.gem activesupport-5.2.4.1.gem
+GEMS_DISTFILES+=       actioncable-5.2.4.2.gem actionmailer-5.2.4.2.gem
+GEMS_DISTFILES+=       actionpack-5.2.4.2.gem actionpack-xml_parser-2.0.1.gem
+GEMS_DISTFILES+=       actionview-5.2.4.2.gem activejob-5.2.4.2.gem
+GEMS_DISTFILES+=       activemodel-5.2.4.2.gem activerecord-5.2.4.2.gem
+GEMS_DISTFILES+=       activestorage-5.2.4.2.gem activesupport-5.2.4.2.gem
 GEMS_DISTFILES+=       addressable-2.7.0.gem arel-9.0.0.gem builder-3.2.3.gem
 GEMS_DISTFILES+=       capybara-2.18.0.gem childprocess-2.0.0.gem
-GEMS_DISTFILES+=       concurrent-ruby-1.1.5.gem crass-1.0.4.gem
+GEMS_DISTFILES+=       concurrent-ruby-1.1.5.gem crass-1.0.4.gem 
 GEMS_DISTFILES+=       css_parser-1.7.0.gem csv-3.0.9.gem docile-1.1.5.gem
 GEMS_DISTFILES+=       erubi-1.8.0.gem globalid-0.4.2.gem
 GEMS_DISTFILES+=       htmlentities-4.3.4.gem i18n-0.7.0.gem json-2.2.0.gem
@@ -31,8 +30,8 @@
 GEMS_DISTFILES+=       nio4r-2.5.1.gem nokogiri-1.10.7.gem
 GEMS_DISTFILES+=       public_suffix-4.0.1.gem puma-3.12.1.gem rack-2.0.7.gem
 GEMS_DISTFILES+=       rack-openid-1.4.2.gem rack-test-1.1.0.gem
-GEMS_DISTFILES+=       rails-5.2.4.1.gem rails-dom-testing-2.0.3.gem
-GEMS_DISTFILES+=       rails-html-sanitizer-1.0.4.gem railties-5.2.4.1.gem
+GEMS_DISTFILES+=       rails-5.2.4.2.gem rails-dom-testing-2.0.3.gem
+GEMS_DISTFILES+=       rails-html-sanitizer-1.0.4.gem railties-5.2.4.2.gem
 GEMS_DISTFILES+=       rake-12.3.3.gem rbpdf-1.19.8.gem
 GEMS_DISTFILES+=       rbpdf-font-1.19.1.gem redcarpet-3.4.0.gem
 GEMS_DISTFILES+=       request_store-1.0.5.gem rmagick-2.16.0.gem
@@ -84,7 +83,7 @@
 REPLACE_RUBY+= puma-3.12.1/bin/puma-wild puma-3.12.1/bin/puma
 REPLACE_RUBY+= puma-3.12.1/bin/pumactl rack-2.0.7/bin/rackup
 REPLACE_RUBY+= rack-2.0.7/test/cgi/rackup_stub.rb rack-2.0.7/test/cgi/test
-REPLACE_RUBY+= rack-2.0.7/test/cgi/test.fcgi railties-5.2.4.1/exe/rails
+REPLACE_RUBY+= rack-2.0.7/test/cgi/test.fcgi railties-5.2.4.2/exe/rails
 REPLACE_RUBY+= raindrops-0.19.1/examples/linux-listener-stats.rb
 REPLACE_RUBY+= rake-12.3.3/bin/bundle rake-12.3.3/bin/console
 REPLACE_RUBY+= rake-12.3.3/bin/rake rake-12.3.3/bin/rdoc
@@ -202,6 +201,13 @@
 CHECK_SHLIBS_SUPPORTED=        no
 CHECK_SSP=             no
 
+# childprocess gem fix
+SUBST_CLASSES+=                cproc
+SUBST_FILES.cproc=     childprocess-2.0.0.gemspec
+SUBST_MESSAGE.cproc=   Fixing chiildprocess gem.
+SUBST_SED.cproc=       -e '/s\.extensions/d'
+SUBST_STAGE.cproc=     pre-configure
+
 SUBST_CLASSES+=                pkgcfg
 SUBST_FILES.pkgcfg=    rmagick-2.16.0/ext/RMagick/extconf.rb
 SUBST_MESSAGE.pkgcfg=  Fixing ImageMagick pkg-config paths.
@@ -322,6 +328,7 @@
 .for f in ${RM_APP_CONFIG}
        ${MV} ${DESTDIR}${PREFIX}/${RM_DIR}/app/config/${f}.example \
                ${DESTDIR}/${EGDIR}
+       ${CHMOD} ${SHAREMODE} ${DESTDIR}/${EGDIR} ${f}.example
 .endfor
 .for f in ${RM_TEST_CONFIG}
        ${MV} ${DESTDIR}${PREFIX}/${RM_DIR}/app/test/fixtures/configuration/${f}.example \
diff -r 7887ac51edf7 -r 80f6d25b9153 devel/ruby-redmine/PLIST
--- a/devel/ruby-redmine/PLIST  Thu May 07 14:22:49 2020 +0000
+++ b/devel/ruby-redmine/PLIST  Thu May 07 16:00:21 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2020/03/15 16:00:55 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2020/05/07 16:00:21 taca Exp $
 bin/redmine_generate_secret${RUBY_SUFFIX}.sh
 bin/redmine_migrate_db${RUBY_SUFFIX}.sh
 bin/redmine_migrate_plugins${RUBY_SUFFIX}.sh
@@ -1782,6 +1782,7 @@
 ${RM_DIR}/app/test/functional/account_controller_test.rb
 ${RM_DIR}/app/test/functional/activities_controller_test.rb
 ${RM_DIR}/app/test/functional/admin_controller_test.rb
+${RM_DIR}/app/test/functional/application_controller_test.rb
 ${RM_DIR}/app/test/functional/attachments_controller_test.rb
 ${RM_DIR}/app/test/functional/attachments_visibility_test.rb
 ${RM_DIR}/app/test/functional/auth_sources_controller_test.rb
@@ -2108,17 +2109,17 @@
 ${GEM_HOME}/bin/yard
 ${GEM_HOME}/bin/yardoc
 ${GEM_HOME}/bin/yri
-${GEM_HOME}/cache/actioncable-5.2.4.1.gem
-${GEM_HOME}/cache/actionmailer-5.2.4.1.gem
-${GEM_HOME}/cache/actionpack-5.2.4.1.gem
+${GEM_HOME}/cache/actioncable-5.2.4.2.gem
+${GEM_HOME}/cache/actionmailer-5.2.4.2.gem
+${GEM_HOME}/cache/actionpack-5.2.4.2.gem
 ${GEM_HOME}/cache/actionpack-xml_parser-2.0.1.gem
-${GEM_HOME}/cache/actionview-5.2.4.1.gem
-${GEM_HOME}/cache/activejob-5.2.4.1.gem
-${GEM_HOME}/cache/activemodel-5.2.4.1.gem
-${GEM_HOME}/cache/activerecord-5.2.4.1.gem
+${GEM_HOME}/cache/actionview-5.2.4.2.gem
+${GEM_HOME}/cache/activejob-5.2.4.2.gem
+${GEM_HOME}/cache/activemodel-5.2.4.2.gem
+${GEM_HOME}/cache/activerecord-5.2.4.2.gem
 ${PLIST.mssql}${GEM_HOME}/cache/activerecord-sqlserver-adapter-5.2.0.gem
-${GEM_HOME}/cache/activestorage-5.2.4.1.gem
-${GEM_HOME}/cache/activesupport-5.2.4.1.gem
+${GEM_HOME}/cache/activestorage-5.2.4.2.gem
+${GEM_HOME}/cache/activesupport-5.2.4.2.gem
 ${GEM_HOME}/cache/addressable-2.7.0.gem
 ${GEM_HOME}/cache/arel-9.0.0.gem
 ${GEM_HOME}/cache/builder-3.2.3.gem
@@ -2155,12 +2156,80 @@
 ${GEM_HOME}/cache/rack-2.0.7.gem
 ${GEM_HOME}/cache/rack-openid-1.4.2.gem
 ${GEM_HOME}/cache/rack-test-1.1.0.gem
-${GEM_HOME}/cache/rails-5.2.4.1.gem
+${GEM_HOME}/cache/rails-5.2.4.2.gem
 ${GEM_HOME}/cache/rails-dom-testing-2.0.3.gem
 ${GEM_HOME}/cache/rails-html-sanitizer-1.0.4.gem
-${GEM_HOME}/cache/railties-5.2.4.1.gem
+${GEM_HOME}/cache/railties-5.2.4.2.gem
 ${PLIST.unicorn}${GEM_HOME}/cache/raindrops-0.19.1.gem
 ${GEM_HOME}/cache/rake-12.3.3.gem
+${GEM_HOME}/gems/rake-12.3.3/CONTRIBUTING.rdoc
+${GEM_HOME}/gems/rake-12.3.3/Gemfile
+${GEM_HOME}/gems/rake-12.3.3/History.rdoc
+${GEM_HOME}/gems/rake-12.3.3/MIT-LICENSE
+${GEM_HOME}/gems/rake-12.3.3/README.rdoc
+${GEM_HOME}/gems/rake-12.3.3/Rakefile
+${GEM_HOME}/gems/rake-12.3.3/azure-pipelines.yml
+${GEM_HOME}/gems/rake-12.3.3/bin/bundle
+${GEM_HOME}/gems/rake-12.3.3/bin/console
+${GEM_HOME}/gems/rake-12.3.3/bin/rake
+${GEM_HOME}/gems/rake-12.3.3/bin/rdoc
+${GEM_HOME}/gems/rake-12.3.3/bin/rubocop
+${GEM_HOME}/gems/rake-12.3.3/bin/setup
+${GEM_HOME}/gems/rake-12.3.3/doc/command_line_usage.rdoc
+${GEM_HOME}/gems/rake-12.3.3/doc/example/Rakefile1
+${GEM_HOME}/gems/rake-12.3.3/doc/example/Rakefile2
+${GEM_HOME}/gems/rake-12.3.3/doc/example/a.c
+${GEM_HOME}/gems/rake-12.3.3/doc/example/b.c
+${GEM_HOME}/gems/rake-12.3.3/doc/example/main.c
+${GEM_HOME}/gems/rake-12.3.3/doc/glossary.rdoc
+${GEM_HOME}/gems/rake-12.3.3/doc/jamis.rb
+${GEM_HOME}/gems/rake-12.3.3/doc/proto_rake.rdoc
+${GEM_HOME}/gems/rake-12.3.3/doc/rake.1
+${GEM_HOME}/gems/rake-12.3.3/doc/rakefile.rdoc
+${GEM_HOME}/gems/rake-12.3.3/doc/rational.rdoc
+${GEM_HOME}/gems/rake-12.3.3/exe/rake
+${GEM_HOME}/gems/rake-12.3.3/lib/rake.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/application.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/backtrace.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/clean.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/cloneable.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/cpu_counter.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/default_loader.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/dsl_definition.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/early_time.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/file_creation_task.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/file_list.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/file_task.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/file_utils.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/file_utils_ext.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/invocation_chain.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/invocation_exception_mixin.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/late_time.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/linked_list.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/loaders/makefile.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/multi_task.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/name_space.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/packagetask.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/phony.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/private_reader.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/promise.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/pseudo_status.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/rake_module.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/rake_test_loader.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/rule_recursion_overflow_error.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/scope.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/task.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/task_argument_error.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/task_arguments.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/task_manager.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/tasklib.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/testtask.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/thread_history_display.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/thread_pool.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/trace_output.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/version.rb
+${GEM_HOME}/gems/rake-12.3.3/lib/rake/win32.rb
+${GEM_HOME}/gems/rake-12.3.3/rake.gemspec
 ${GEM_HOME}/cache/rbpdf-1.19.8.gem
 ${GEM_HOME}/cache/rbpdf-font-1.19.1.gem
 ${GEM_HOME}/cache/redcarpet-3.4.0.gem
@@ -2185,7 +2254,6 @@
 ${GEM_HOME}/cache/websocket-driver-0.7.1.gem
 ${GEM_HOME}/cache/websocket-extensions-0.1.4.gem
 ${GEM_HOME}/cache/yard-0.9.20.gem
-${GEM_EXTSDIR}/childprocess-2.0.0/gem.build_complete
 ${GEM_EXTSDIR}/json-2.2.0/gem.build_complete
 ${PLIST.unicorn}${GEM_EXTSDIR}/kgio-2.11.3/gem.build_complete
 ${PLIST.unicorn}${GEM_EXTSDIR}/kgio-2.11.3/kgio_ext.${RUBY_DLEXT}
@@ -2213,707 +2281,707 @@
 ${PLIST.unicorn}${GEM_EXTSDIR}/unicorn-5.5.3/unicorn_http.${RUBY_DLEXT}
 ${GEM_EXTSDIR}/websocket-driver-0.7.1/gem.build_complete
 ${GEM_EXTSDIR}/websocket-driver-0.7.1/websocket_mask.${RUBY_DLEXT}
-${GEM_HOME}/gems/actioncable-5.2.4.1/CHANGELOG.md
-${GEM_HOME}/gems/actioncable-5.2.4.1/MIT-LICENSE
-${GEM_HOME}/gems/actioncable-5.2.4.1/README.md
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/channel.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/channel/base.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/channel/broadcasting.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/channel/callbacks.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/channel/naming.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/channel/periodic_timers.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/channel/streams.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/connection.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/connection/authorization.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/connection/base.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/connection/client_socket.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/connection/identification.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/connection/internal_channel.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/connection/message_buffer.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/connection/stream.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/connection/stream_event_loop.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/connection/subscriptions.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/connection/tagged_logger_proxy.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/connection/web_socket.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/engine.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/gem_version.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/helpers/action_cable_helper.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/remote_connections.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/server.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/server/base.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/server/broadcasting.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/server/configuration.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/server/connections.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/server/worker.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/server/worker/active_record_connection_management.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/subscription_adapter.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/subscription_adapter/async.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/subscription_adapter/base.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/subscription_adapter/channel_prefix.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/subscription_adapter/inline.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/subscription_adapter/postgresql.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/subscription_adapter/redis.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/subscription_adapter/subscriber_map.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/action_cable/version.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/assets/compiled/action_cable.js
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/rails/generators/channel/USAGE
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/rails/generators/channel/channel_generator.rb
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/rails/generators/channel/templates/application_cable/channel.rb.tt
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/rails/generators/channel/templates/application_cable/connection.rb.tt
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/rails/generators/channel/templates/assets/cable.js.tt
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/rails/generators/channel/templates/assets/channel.coffee.tt
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/rails/generators/channel/templates/assets/channel.js.tt
-${GEM_HOME}/gems/actioncable-5.2.4.1/lib/rails/generators/channel/templates/channel.rb.tt
-${GEM_HOME}/gems/actionmailer-5.2.4.1/CHANGELOG.md
-${GEM_HOME}/gems/actionmailer-5.2.4.1/MIT-LICENSE
-${GEM_HOME}/gems/actionmailer-5.2.4.1/README.rdoc
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/action_mailer.rb
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/action_mailer/base.rb
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/action_mailer/collector.rb
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/action_mailer/delivery_job.rb
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/action_mailer/delivery_methods.rb
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/action_mailer/gem_version.rb
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/action_mailer/inline_preview_interceptor.rb
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/action_mailer/log_subscriber.rb
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/action_mailer/mail_helper.rb
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/action_mailer/message_delivery.rb
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/action_mailer/parameterized.rb
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/action_mailer/preview.rb
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/action_mailer/railtie.rb
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/action_mailer/rescuable.rb
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/action_mailer/test_case.rb
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/action_mailer/test_helper.rb
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/action_mailer/version.rb
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/rails/generators/mailer/USAGE
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/rails/generators/mailer/mailer_generator.rb
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/rails/generators/mailer/templates/application_mailer.rb.tt
-${GEM_HOME}/gems/actionmailer-5.2.4.1/lib/rails/generators/mailer/templates/mailer.rb.tt
-${GEM_HOME}/gems/actionpack-5.2.4.1/CHANGELOG.md
-${GEM_HOME}/gems/actionpack-5.2.4.1/MIT-LICENSE
-${GEM_HOME}/gems/actionpack-5.2.4.1/README.rdoc
-${GEM_HOME}/gems/actionpack-5.2.4.1/lib/abstract_controller.rb
-${GEM_HOME}/gems/actionpack-5.2.4.1/lib/abstract_controller/asset_paths.rb
-${GEM_HOME}/gems/actionpack-5.2.4.1/lib/abstract_controller/base.rb
-${GEM_HOME}/gems/actionpack-5.2.4.1/lib/abstract_controller/caching.rb
-${GEM_HOME}/gems/actionpack-5.2.4.1/lib/abstract_controller/caching/fragments.rb



Home | Main Index | Thread Index | Old Index