fastlane-craft 1.2.15 → 1.2.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fastlane-craft/tag_release_manager.rb +1 -1
- data/lib/fastlane-craft/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b074e738a1a72de6cb48f94c6d54b67f87403a360033a3402709448e3d08e675
|
4
|
+
data.tar.gz: e9737c942ad2ea8b0afe973c2d602efcd0de174d0467238e037c2b72769446f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98e03012f95b461837a370a5979816dfcdeacd8222e4e56f63e72cb41b23bde905a0b27cfcc6f1a7a8356d4e484aa3154c42a3082d86625233b7bba122dc12ab
|
7
|
+
data.tar.gz: 8a78ae673ef3499010dee1ca10758a1462d4734a4e9f2a3306df255b9d06c6679c075d84ead78ceaef759f903dca1410dc599a6c7d0b0d47d339ede67f7b853f
|
@@ -56,7 +56,7 @@ module FastlaneCraft
|
|
56
56
|
end
|
57
57
|
|
58
58
|
def push_version_bump
|
59
|
-
cmd = "git add . && git commit -m '#{version_dump}'"
|
59
|
+
cmd = "git add . && git commit -m 'Bump version to #{version_dump}'"
|
60
60
|
raise "Git Commit Failed! Command execution error: '#{cmd}'" unless system(cmd)
|
61
61
|
|
62
62
|
cmd = "git push origin HEAD:#{@branch}"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-craft
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- sroik
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-01-
|
12
|
+
date: 2018-01-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: fastlane
|