rails_view 3.0.0 → 3.1.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 +5 -5
- data/lib/rails_view/_lib.rb +2 -2
- data/rails_view.gemspec +2 -2
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: a07947440bc47907c6a60b41287f8392f461b9f1018a3d334c253f49f9b4d6cc
|
|
4
|
+
data.tar.gz: 763cd7f9627e98cc9d325b237bfd197d921ab872526595d288c5707be900cce2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9eb47ccb38f13ed34a9ffa099f19a40b70911e58bd575673536116f0400d75f28eadcd69f9a306744e8ccb381cc8ab4dd091cdd3a4530149ace5b33d92a10844
|
|
7
|
+
data.tar.gz: 976e3ea542ed25406efcea50534eefb28f8f34206bbe0c9bee6436b96bb43966ac241926e7633f44fa30708f49ad565485c653559100a4f349f744d604fb1ac6
|
data/lib/rails_view/_lib.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
class View
|
|
2
|
-
VERSION = '3.
|
|
2
|
+
VERSION = '3.1.0'
|
|
3
3
|
|
|
4
4
|
def View.version
|
|
5
5
|
View::VERSION
|
|
@@ -7,7 +7,7 @@ class View
|
|
|
7
7
|
|
|
8
8
|
def View.dependencies
|
|
9
9
|
{
|
|
10
|
-
'rails_current' => [ 'rails_current' , '~>
|
|
10
|
+
'rails_current' => [ 'rails_current' , '~> 2' ]
|
|
11
11
|
}
|
|
12
12
|
end
|
|
13
13
|
end
|
data/rails_view.gemspec
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification::new do |spec|
|
|
5
5
|
spec.name = "rails_view"
|
|
6
|
-
spec.version = "3.
|
|
6
|
+
spec.version = "3.1.0"
|
|
7
7
|
spec.platform = Gem::Platform::RUBY
|
|
8
8
|
spec.summary = "rails_view"
|
|
9
9
|
spec.description = "description: rails_view kicks the ass"
|
|
@@ -28,7 +28,7 @@ Gem::Specification::new do |spec|
|
|
|
28
28
|
spec.test_files = nil
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
spec.add_dependency(*["rails_current", "~>
|
|
31
|
+
spec.add_dependency(*["rails_current", "~> 2"])
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
spec.extensions.push(*[])
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_view
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ara T. Howard
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-08-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails_current
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '2'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '2'
|
|
27
27
|
description: 'description: rails_view kicks the ass'
|
|
28
28
|
email: ara.t.howard@gmail.com
|
|
29
29
|
executables: []
|
|
@@ -57,9 +57,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
57
57
|
version: '0'
|
|
58
58
|
requirements: []
|
|
59
59
|
rubyforge_project: codeforpeople
|
|
60
|
-
rubygems_version: 2.6
|
|
60
|
+
rubygems_version: 2.7.6
|
|
61
61
|
signing_key:
|
|
62
62
|
specification_version: 4
|
|
63
63
|
summary: rails_view
|
|
64
64
|
test_files: []
|
|
65
|
-
has_rdoc:
|