app_version 0.1.8 → 0.1.10

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: 14aa690f2861de784ba49287717c9ba828889d59
4
- data.tar.gz: ac83e1f63aedccb03e8b52770b3a56aa29a6300e
3
+ metadata.gz: c9f388f47c5a2d63bfe7675e344ec26317df9f54
4
+ data.tar.gz: 5bc2f5def5e16c1e3177ca8bc2f48c47d653ea78
5
5
  SHA512:
6
- metadata.gz: b60b91a073efe4fbde1041415ba6a6eb0592eda2a8a5ac58fd919e566533e8a1235a975e08213a4441743b4f4b05e1bfbb7c8e7f1fc9b1dcc6cbb658c8f9574f
7
- data.tar.gz: 11f330cda1e2889ba99e937b4bd1c9b9ecf3f7c139e7ab485ff5f41e1046f402386102274a6a89e504ac7552e88e6616c72ba2f77d0e67bad7b05ec141af09b2
6
+ metadata.gz: 92fa463c4874518bf4c00eefca6158596756571328cb5641c828f47cbc82ebe93c67cb9fc44e6a33b3d3109f08a39b5259a6c38a4989a06c426b9e2c6f4e490a
7
+ data.tar.gz: a07f0dc7365d38c38b7ca8b18be0a50e1e60bd5a0c1f405c83f3c28fe8b022a501d83028b0919c3f520b744454af5554db97335c139315342da91c33e2fec888
@@ -9,6 +9,7 @@
9
9
  # major: 2
10
10
  # minor: 0
11
11
  # patch: 1
12
+ # meta: rc.1
12
13
  # milestone: M4
13
14
  # build: 600
14
15
  # branch: branch
@@ -6,6 +6,7 @@
6
6
  major: 1
7
7
  minor: 0
8
8
  # patch: 1
9
+ # meta: rc.1
9
10
  # milestone: 4
10
11
  build: <%= `git rev-list HEAD|wc -l`.strip %>
11
12
  <%#branch: <%# branch %>
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.8
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: 2015-06-05 00:00:00.000000000 Z
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: 3.2.8
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: 3.2.8
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.2.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: