fastlane-craft 1.3.2 → 1.3.3
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 +4 -4
- data/lib/fastlane-craft/app_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: 81da06b69b69ab4b532d5459c13af7672d6e009f87de797f9bcac66968a1ee34
|
|
4
|
+
data.tar.gz: 7dfd765be9a438abb016a83058639265f3e5125eecc80ed328004e8fde42b659
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f10e6a690d6ed6d6e13e742d6c8f1ac808d2f1f34a6c49d8d98a0b4626dd93699a4c7dec913c952573accd807cd0dbaba972021e625eb04a60e1389afbef0340
|
|
7
|
+
data.tar.gz: 5cc485e4bc663b5b6afae914bed80f2b9933f591d169979632ff7c59dc8d8027656acf4a7a28f2835f081bc36a165ebd16c09696c5329eb8c65c9a74aa0f2a4d
|
|
@@ -61,7 +61,7 @@ module FastlaneCraft
|
|
|
61
61
|
cmd = "git add . && git commit -m 'Bump version to #{version_dump}'"
|
|
62
62
|
raise "Git Commit Failed! Command execution error: '#{cmd}'" unless system(cmd)
|
|
63
63
|
|
|
64
|
-
cmd = "git push origin HEAD:#{@branch}"
|
|
64
|
+
cmd = "git pull origin HEAD:#{@branch} && git push origin HEAD:#{@branch}"
|
|
65
65
|
raise "Git Push Failed! Command execution error: '#{cmd}'" unless system(cmd)
|
|
66
66
|
end
|
|
67
67
|
|
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.3.
|
|
4
|
+
version: 1.3.3
|
|
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-03-
|
|
12
|
+
date: 2018-03-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: fastlane
|