mr_bump 0.3.4 → 0.3.5
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/bin/mr_bump +1 -1
- metadata +4 -18
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
N2IwZTVlYTM1MWZmMTNiYzFiYzUzMjczODFiMjMwNjU1ZTEyMGQxOA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
Zjk1NDg5MDkxZmZlYjk2MzI4YzA2ZWY1MWQ2ZWEzYjY5MDEzMTdiMg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTY5NjlkMDE0MmI0NDdhMDM1MTJkYzU3YzMwYThjNmJjOTNmYzBiNzEzZDRi
|
|
10
|
+
YjQ5OTZjYmRmZTI5ZmM5ODgyNmVjOWUxZmUzNzFjODBmYjNkMTZkOWIyMjA1
|
|
11
|
+
ODliYzA3ODdiOTBlNWFiZWFmNmJhMGY1MzA5NGE4OTkzMWMwOGE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
M2NjY2EzMWU0ZDU1YWJjYTU3N2I5ODJkYmMzODc5ODQ0ZjI5OTdlNGU1NDFj
|
|
14
|
+
ZmIwNDhiMzFkMWIxNGVlYTA0N2M0MzkxM2JlZTg1OTlmMmFkZDU5NmVkYTM5
|
|
15
|
+
ZDIyNjg2ZDEzYmUwMGMxMWRkZTUwMWJjN2VkMjcwMGQ1YTVkZmM=
|
data/bin/mr_bump
CHANGED
|
@@ -111,7 +111,7 @@ unless develop
|
|
|
111
111
|
end
|
|
112
112
|
end
|
|
113
113
|
|
|
114
|
-
unless options[:dryrun] || system('git
|
|
114
|
+
unless options[:dryrun] || system('git fetch --tags > /dev/null 2>&1')
|
|
115
115
|
puts 'Failed to update remotes. (Connectivity problems?)'
|
|
116
116
|
exit 1
|
|
117
117
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mr_bump
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Fitzgerald
|
|
@@ -31,14 +31,14 @@ dependencies:
|
|
|
31
31
|
requirements:
|
|
32
32
|
- - ~>
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
|
-
version:
|
|
34
|
+
version: '3.0'
|
|
35
35
|
type: :runtime
|
|
36
36
|
prerelease: false
|
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
39
|
- - ~>
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
|
-
version:
|
|
41
|
+
version: '3.0'
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
43
|
name: mustache
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -95,20 +95,6 @@ dependencies:
|
|
|
95
95
|
- - ! '>='
|
|
96
96
|
- !ruby/object:Gem::Version
|
|
97
97
|
version: '0'
|
|
98
|
-
- !ruby/object:Gem::Dependency
|
|
99
|
-
name: rb-readline
|
|
100
|
-
requirement: !ruby/object:Gem::Requirement
|
|
101
|
-
requirements:
|
|
102
|
-
- - ! '>='
|
|
103
|
-
- !ruby/object:Gem::Version
|
|
104
|
-
version: '0'
|
|
105
|
-
type: :development
|
|
106
|
-
prerelease: false
|
|
107
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
108
|
-
requirements:
|
|
109
|
-
- - ! '>='
|
|
110
|
-
- !ruby/object:Gem::Version
|
|
111
|
-
version: '0'
|
|
112
98
|
- !ruby/object:Gem::Dependency
|
|
113
99
|
name: simplecov
|
|
114
100
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -222,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
222
208
|
version: '0'
|
|
223
209
|
requirements: []
|
|
224
210
|
rubyforge_project:
|
|
225
|
-
rubygems_version: 2.
|
|
211
|
+
rubygems_version: 2.4.8
|
|
226
212
|
signing_key:
|
|
227
213
|
specification_version: 3
|
|
228
214
|
summary: BUMP!
|