mcblocky 0.1.0.pre.alpha.pre.9 → 0.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 +8 -8
- data/mcblocky.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YjMwYjg5MzQ2MjUyYWQwZmI2NjhhMDA1MTYzODNjOTA0NDI2MTBhZA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
N2I1ZTM3ZWRlN2RhYjAzNzMzZTJhNTI5MTA1ZDU4MmIzMWVhYzA0Mg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NWRmODk2MmIzODVmM2RiMzYyNzQyNDhhYTVkYjIxYTAzNzA1Njg4MTEzNWUy
|
10
|
+
NjI0MmNjZTZiZTIxMDY1ODVjMzgwZjg5MWZlNjI3OTIyZjY4MTVkZTRmOTYy
|
11
|
+
NjJhNmQ2NTdmMDVkNGY3M2Y0ZGI1ODUxOGJkMGM0ODQwOTNjZjk=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YzdmZGQyM2FhMjRjMDAwMzlhOTFjYmUxMWJlZWUzNTkxMDBkOWQ0MjU1YTU1
|
14
|
+
MzRiODdiYzhkNGQyYjc1YjFhZjMwNWU2NzhiYTFjNzMxMTYxMDliYjM0NmY5
|
15
|
+
NTdjMDRjODFkYjgyY2EzZTdmZTBhYTA2NzY3Mjk1Nzc1MThhYzA=
|
data/mcblocky.gemspec
CHANGED
@@ -6,7 +6,7 @@ require 'mcblocky/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "mcblocky"
|
8
8
|
spec.version = McBlocky::VERSION
|
9
|
-
spec.version = "#{spec.version}-alpha-#{ENV['TRAVIS_BUILD_NUMBER']}" if ENV['TRAVIS']
|
9
|
+
spec.version = "#{spec.version}-alpha-#{ENV['TRAVIS_BUILD_NUMBER']}" if ENV['TRAVIS'] and not ENV['TRAVIS_TAG']
|
10
10
|
spec.authors = ["Michael Limiero"]
|
11
11
|
spec.email = ["mike5713@gmail.com"]
|
12
12
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mcblocky
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Limiero
|
@@ -144,9 +144,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
144
144
|
version: 2.0.0
|
145
145
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
146
146
|
requirements:
|
147
|
-
- - ! '
|
147
|
+
- - ! '>='
|
148
148
|
- !ruby/object:Gem::Version
|
149
|
-
version:
|
149
|
+
version: '0'
|
150
150
|
requirements: []
|
151
151
|
rubyforge_project:
|
152
152
|
rubygems_version: 2.4.5
|