timewizard 0.3.3 → 0.3.4.pre.alpha.pre.77
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 +8 -8
- data/lib/timewizard/version.rb +1 -1
- data/timewizard.gemspec +3 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
M2FiYzUxYWZhZjFjY2ZiMDFjODg2YjkyMzJhNzNkYzkwNmIyNDM1ZA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OGE5MWFmMDdiMWUyMTY4ODg2NWRkYWEyN2E3YjBlMzg0YjVmOGQ2NQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MzAwNDhiN2JlYWY0ZGE2OTM3YmQyNDlmNjUxZDlhNDg4YWQ3ZmQyZGU2MWM0
|
|
10
|
+
NWY4YzFiOGU0YzRiMDJlNTZiMjIyYmI1YWYxZGRjYmI0ZTkwZWYzMDc4MDA2
|
|
11
|
+
ZjI1ZmIzYTM2YjUxMjI3YzVmMTJlMzMzY2E1MGI3OWY4NDYzYjk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ODU3ODVmYTBjZDM0OTdiYTFiNmZjYWExOGE2N2U2ZDc5M2Q3ZjdhNDJmMWJh
|
|
14
|
+
MzhmZjdkODFjN2Y4MWU0ZjVmMjlkYWQ0NGNiZjRkYTU1ZDUyYTkzOGRmNmYx
|
|
15
|
+
YTk5NDEyMjBlYmRmMzM3MzZlOTI3NWE2NTgwMTMyNjg5MTI3ZTc=
|
data/lib/timewizard/version.rb
CHANGED
data/timewizard.gemspec
CHANGED
|
@@ -6,7 +6,9 @@ Gem::Specification.new do |gem|
|
|
|
6
6
|
$LOAD_PATH << lib_dir unless $LOAD_PATH.include?(lib_dir)
|
|
7
7
|
require 'timewizard/version'
|
|
8
8
|
gem.version = Timewizard::VERSION
|
|
9
|
-
|
|
9
|
+
if ENV.fetch('TRAVIS_BRANCH', 'development') != 'master'
|
|
10
|
+
gem.version = "#{gem.version}-alpha-#{ENV['TRAVIS_BUILD_NUMBER']}"
|
|
11
|
+
end
|
|
10
12
|
|
|
11
13
|
gem.summary = 'A Ruby library for parsing and changing iOS and Android version numbers.'
|
|
12
14
|
gem.description = 'Uses the RubyGems style of versioning in order to ease updates.'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: timewizard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.4.pre.alpha.pre.77
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Harrah
|
|
@@ -188,9 +188,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
188
188
|
version: '0'
|
|
189
189
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
190
190
|
requirements:
|
|
191
|
-
- - ! '
|
|
191
|
+
- - ! '>'
|
|
192
192
|
- !ruby/object:Gem::Version
|
|
193
|
-
version:
|
|
193
|
+
version: 1.3.1
|
|
194
194
|
requirements: []
|
|
195
195
|
rubyforge_project:
|
|
196
196
|
rubygems_version: 2.4.6
|