fastlane_core 0.3.3 → 0.3.4
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_core/update_checker.rb +1 -1
- data/lib/fastlane_core/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 484c1f7942ac21a52607fcbe1122ce1d097a5fba
|
|
4
|
+
data.tar.gz: 9a36444a77fdaab2ba15b5b0749a369c89d63897
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 817124b8d8a89d2b7090cd2663379ceeed84c93374932067c74f839e59193044bf6ad28a77c266b6b6be7b0cbee5223dc95bedcebd18cf30954cb8a84a62b76f
|
|
7
|
+
data.tar.gz: 7c0f04bc963ee012f7e1b7fbf6a325deb4ef90feae9d18c1068e4817aaacf269060c203ecf332270232c207660f5177cd951d4b2229a1f425c40da6a37dc0beb
|
|
@@ -5,7 +5,7 @@ module FastlaneCore
|
|
|
5
5
|
class UpdateChecker
|
|
6
6
|
|
|
7
7
|
# This web service is fully open source: https://github.com/fastlane/refresher
|
|
8
|
-
UPDATE_URL = "https://refresher.
|
|
8
|
+
UPDATE_URL = "https://fastlane-refresher.herokuapp.com/"
|
|
9
9
|
|
|
10
10
|
# This method will check if the latest version is installed and show a warning if that's not the case
|
|
11
11
|
def self.verify_latest_version(gem_name, current_version)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Felix Krause
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-03-
|
|
11
|
+
date: 2015-03-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|
|
@@ -42,16 +42,16 @@ dependencies:
|
|
|
42
42
|
name: highline
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - '>='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
47
|
+
version: '0'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - '>='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
54
|
+
version: '0'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: colored
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|