fastlane-plugin-auth0_shipper 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 552a2a46e548a2b6dc739d2a3c29aa47e19fa650
|
4
|
+
data.tar.gz: c9db9cb35aa5c56ea4f6c6ecd8fc96cc1fe13889
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52f3e1a2d72e7323929e267924a25f58a89a50fbf3e2be561b5b2846e2e76dede5338e0cf48a549405827b20de02a1aca3e3c2e35e318f3a66af5479c719b998
|
7
|
+
data.tar.gz: 040086a8b5f165e68b0d55aa4232a47dcd81a8d775af7f45d3da28aeed32e00abe786ebefb91a5d74ebc71aa8415fc39346e085bfdf03d4b6cfc3078a710cf88
|
@@ -5,7 +5,7 @@ module Fastlane
|
|
5
5
|
tag = Actions::LastGitTagAction.run({})
|
6
6
|
UI.header "Publishing release #{tag} 📨"
|
7
7
|
Actions::PodLibLintAction.run({})
|
8
|
-
Actions::PushToGitRemoteAction.run({})
|
8
|
+
Actions::PushToGitRemoteAction.run({remote: 'origin', tags: true})
|
9
9
|
Actions::PodPushAction.run({})
|
10
10
|
UI.success "Shipped #{next_version}! 🚀"
|
11
11
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-auth0_shipper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hernan Zalazar
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-03-
|
11
|
+
date: 2017-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: semantic
|