app_version 0.1.8 → 0.1.10
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c9f388f47c5a2d63bfe7675e344ec26317df9f54
|
4
|
+
data.tar.gz: 5bc2f5def5e16c1e3177ca8bc2f48c47d653ea78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92fa463c4874518bf4c00eefca6158596756571328cb5641c828f47cbc82ebe93c67cb9fc44e6a33b3d3109f08a39b5259a6c38a4989a06c426b9e2c6f4e490a
|
7
|
+
data.tar.gz: a07f0dc7365d38c38b7ca8b18be0a50e1e60bd5a0c1f405c83f3c28fe8b022a501d83028b0919c3f520b744454af5554db97335c139315342da91c33e2fec888
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: app_version
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen Kapp
|
@@ -9,24 +9,24 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2016-01-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- - "
|
18
|
+
- - "~>"
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version:
|
20
|
+
version: 4.2.5
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
|
-
- - "
|
25
|
+
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version:
|
27
|
+
version: 4.2.5
|
28
28
|
description: App Version Gem originally App Version Rails Plugin from https://github.com/toland/app_version,
|
29
|
-
updated to work within Rails 3.2+ as a gem.
|
29
|
+
updated to work within Rails 3.2+ and Rails 4.x as a gem.
|
30
30
|
email:
|
31
31
|
- mort666@virus.org
|
32
32
|
- phil.toland@gmail.com
|
@@ -65,10 +65,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
65
|
version: '0'
|
66
66
|
requirements: []
|
67
67
|
rubyforge_project:
|
68
|
-
rubygems_version: 2.
|
68
|
+
rubygems_version: 2.4.3
|
69
69
|
signing_key:
|
70
70
|
specification_version: 4
|
71
71
|
summary: Rails App Version Gem
|
72
72
|
test_files:
|
73
73
|
- test/app_version_test.rb
|
74
74
|
- test/version.yml
|
75
|
+
has_rdoc:
|