rails2_ruby2 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10aadeaf3c73249ebf2bd080e42279ba22b9a331
4
- data.tar.gz: 19e13d48fc9a49c2814bc12344d9052e21c14ae4
3
+ metadata.gz: 4937c221a24566bb85130dec67331bcd07f7582e
4
+ data.tar.gz: f6a770c9cf41be86c6c859875aa405c742f95a49
5
5
  SHA512:
6
- metadata.gz: 950f470d13f2db5ef083b9bed6970003a866d1e8d095ae21f1f8a85914729bf8fe3040bdb0b6192bacc9e8d0b2a1479abedcb385b8ba32c3de592518ff61ec20
7
- data.tar.gz: af78d49c8c1810de83f534a5f797ca54b88424a7510f237ff0225ce283b70ebe531b5b9b026b897cc2a616f514b8a5f9743b6fa87ec34bc6086f49f2a8e528be
6
+ metadata.gz: aebb7829d7c8b4c7941547baa0eb44f10d55ebe30dedc34252716d9bb9d63d690943390e962f9ae31b75a6e4b0226719c59afa991369b4fa61ed0c755cfce60c
7
+ data.tar.gz: caafc5c1e9f7dcc9f0bc3539794029e1c11471faab719138685b50ee8842a9d9c79bb12dfcb31efecafbc988247442e92eaa248682c87b023ea82767daac60d0
@@ -0,0 +1,3 @@
1
+ Dir[File.dirname(__FILE__) + '/action_controller/**/*.rb'].each do |file|
2
+ require file.chomp('.rb')
3
+ end
@@ -1,3 +1,3 @@
1
1
  module Rails2Ruby2
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails2_ruby2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Warner
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-04-02 00:00:00.000000000 Z
12
+ date: 2019-04-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -86,9 +86,9 @@ files:
86
86
  - bin/console
87
87
  - bin/setup
88
88
  - lib/rails2_ruby2.rb
89
+ - lib/rails2_ruby2/action_controller.rb
90
+ - lib/rails2_ruby2/action_controller/named_route_collection_patch.rb
89
91
  - lib/rails2_ruby2/action_mailer.rb
90
- - lib/rails2_ruby2/action_pack.rb
91
- - lib/rails2_ruby2/action_pack/named_route_collection_patch.rb
92
92
  - lib/rails2_ruby2/action_view.rb
93
93
  - lib/rails2_ruby2/active_model.rb
94
94
  - lib/rails2_ruby2/active_record.rb
@@ -1,3 +0,0 @@
1
- Dir[File.dirname(__FILE__) + '/action_pack/**/*.rb'].each do |file|
2
- require file.chomp('.rb')
3
- end