carthage_cache_res 0.9.2 → 0.9.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/carthage_cache_res.gemspec +2 -2
- data/lib/carthage_cache_res/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 199466df58f5cc9a27f3f5e453c70e7b9f8e280bbd7e947d57546de8221b3f76
|
|
4
|
+
data.tar.gz: aba0169c4982df6b880bfe6cdf1ee9d4f9db853f28c9758cb10e43feea9629c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79cf5bee713955356523b3b73e2837a713e1e9e3bac427a3df3784e98d9f708ee3b61e629c7074f1035ede0d36ff46b322c8bb98fd5ed118db85607a9adf02d0
|
|
7
|
+
data.tar.gz: 26214b94e7760eccce343221ce93e52dd5ff9db76ee7cc563fcd4000afc258ddd17120d8964c929e52a99ff1ee01c3790d473d7dfe707ca7379eb9cbffd490de
|
data/carthage_cache_res.gemspec
CHANGED
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
|
|
|
15
15
|
CarthageCache generate a hash key based on the content of your Cartfile.resolved and checks
|
|
16
16
|
if there is a cache archive (a zip file of your Carthage/Build directory) associated to that hash.
|
|
17
17
|
If there is one it will download it and install it in your project avoiding the need to run carthage bootstrap.
|
|
18
|
-
|
|
18
|
+
----------------------Thanks Mr.Blas but now we are facing dependency conflict with Fastlane 2.144--------------------
|
|
19
19
|
What I want to solve: Dependency conflict with Fastlane 2.144
|
|
20
20
|
What I did:
|
|
21
21
|
1. Changed name of this gem to "carthage_cache_res"
|
|
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
|
|
|
30
30
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
31
31
|
spec.require_paths = ["lib"]
|
|
32
32
|
|
|
33
|
-
spec.add_development_dependency "bundler", "~>
|
|
33
|
+
spec.add_development_dependency "bundler", "~> 2.0"
|
|
34
34
|
spec.add_development_dependency "rake", "~> 10.0"
|
|
35
35
|
spec.add_development_dependency "rspec"
|
|
36
36
|
spec.add_development_dependency "pry"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: carthage_cache_res
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Guido Marucci Blas
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: '
|
|
20
|
+
version: '2.0'
|
|
21
21
|
type: :development
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - "~>"
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: '
|
|
27
|
+
version: '2.0'
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: rake
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -141,9 +141,9 @@ description: "\n CarthageCache generate a hash key based on the content of yo
|
|
|
141
141
|
Cartfile.resolved and checks\n if there is a cache archive (a zip file of your
|
|
142
142
|
Carthage/Build directory) associated to that hash.\n If there is one it will
|
|
143
143
|
download it and install it in your project avoiding the need to run carthage bootstrap.\n
|
|
144
|
-
\
|
|
145
|
-
2.144
|
|
146
|
-
\
|
|
144
|
+
\ ----------------------Thanks Mr.Blas but now we are facing dependency conflict
|
|
145
|
+
with Fastlane 2.144--------------------\n What I want to solve: Dependency conflict
|
|
146
|
+
with Fastlane 2.144\n What I did: \n 1. Changed name of this gem to \"carthage_cache_res\"\n
|
|
147
147
|
\ 2. Fixed runtime dependencies: aws-sdk > 3.0, commander = 4.3.8\n 3.
|
|
148
148
|
Changed system dependency versions: ruby > 2.6, xcode 11.x\n "
|
|
149
149
|
email:
|