rails_module_unification 0.7.2 → 0.8.0
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 +4 -4
- data/lib/rails_module_unification.rb +4 -1
- data/lib/rails_module_unification/version.rb +1 -1
- metadata +3 -17
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f09f2034c168ae0699b475fc4236f96d0c2025c
|
|
4
|
+
data.tar.gz: d68d6c1140ca93f78ba7d72c0437fe9262d2c90a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a03f3f0a27d16329e53de15c49e7d9276268e5ec27e032622db971fa389d80ef4cd07961d846f66512b58ae4320c90fce7b3131b0c06512b48f04fd65649a278
|
|
7
|
+
data.tar.gz: 3e351ef779ac76300204fd2975230ee2caeb604b614727b90f649781a0e2701cf3640002b59a6d69e0f14a50bed0dd3f1db052842ae52609c167462dc2cb084c
|
|
@@ -21,5 +21,8 @@ module RailsModuleUnification
|
|
|
21
21
|
require 'rails_module_unification/railtie'
|
|
22
22
|
ActiveSupport::Dependencies.extend RailsModuleUnification::DependencyExtensions
|
|
23
23
|
ActionController::Base.extend RailsModuleUnification::PathExtensions
|
|
24
|
-
|
|
24
|
+
|
|
25
|
+
if Rails.version > '5'
|
|
26
|
+
ActionController::API.extend RailsModuleUnification::PathExtensions
|
|
27
|
+
end
|
|
25
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_module_unification
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.8.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- L. Preston Sego III
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-10-
|
|
11
|
+
date: 2016-10-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -94,20 +94,6 @@ dependencies:
|
|
|
94
94
|
- - ">="
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
|
-
- !ruby/object:Gem::Dependency
|
|
98
|
-
name: rails
|
|
99
|
-
requirement: !ruby/object:Gem::Requirement
|
|
100
|
-
requirements:
|
|
101
|
-
- - ">="
|
|
102
|
-
- !ruby/object:Gem::Version
|
|
103
|
-
version: '0'
|
|
104
|
-
type: :development
|
|
105
|
-
prerelease: false
|
|
106
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
107
|
-
requirements:
|
|
108
|
-
- - ">="
|
|
109
|
-
- !ruby/object:Gem::Version
|
|
110
|
-
version: '0'
|
|
111
97
|
- !ruby/object:Gem::Dependency
|
|
112
98
|
name: factory_girl
|
|
113
99
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -189,5 +175,5 @@ rubyforge_project:
|
|
|
189
175
|
rubygems_version: 2.6.7
|
|
190
176
|
signing_key:
|
|
191
177
|
specification_version: 4
|
|
192
|
-
summary: RailsModuleUnification-0.
|
|
178
|
+
summary: RailsModuleUnification-0.8.0
|
|
193
179
|
test_files: []
|