carthage_cache_res 0.9.2 → 0.9.3

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
  SHA256:
3
- metadata.gz: e79d07863505cbaa5b9f3ff7f7e553f29f3bae71da1798ac53c8441e7c393841
4
- data.tar.gz: e4731aa3d9e45a9154fdbe5d73b89bc3280fe2a4eae2f99d4cce6268753c633c
3
+ metadata.gz: 199466df58f5cc9a27f3f5e453c70e7b9f8e280bbd7e947d57546de8221b3f76
4
+ data.tar.gz: aba0169c4982df6b880bfe6cdf1ee9d4f9db853f28c9758cb10e43feea9629c1
5
5
  SHA512:
6
- metadata.gz: 62ae2c6617a49b76a1596f9fa6b80011e628283a925bb703e827b46c1d1966211d544b1ddf57fd992924f5fcf3488720f0a231eb24e77c66848b694534c34e6e
7
- data.tar.gz: 944747c7ba24fe7a0b93a3453e3eaa0aeded760f4b9412611e94c037e647998fdbd614d2cb2078697030e06029e37ce6c98c96343532b17b60821662ada2833c
6
+ metadata.gz: 79cf5bee713955356523b3b73e2837a713e1e9e3bac427a3df3784e98d9f708ee3b61e629c7074f1035ede0d36ff46b322c8bb98fd5ed118db85607a9adf02d0
7
+ data.tar.gz: 26214b94e7760eccce343221ce93e52dd5ff9db76ee7cc563fcd4000afc258ddd17120d8964c929e52a99ff1ee01c3790d473d7dfe707ca7379eb9cbffd490de
@@ -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
- -------Thanks Mr.Blas but now we are facing dependency conflict with Fastlane 2.144--------
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", "~> 1.10"
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"
@@ -1,3 +1,3 @@
1
1
  module CarthageCacheRes
2
- VERSION = "0.9.2"
2
+ VERSION = "0.9.3"
3
3
  end
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.2
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: '1.10'
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: '1.10'
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
- \ -------Thanks Mr.Blas but now we are facing dependency conflict with Fastlane
145
- 2.144--------\n What I want to solve: Dependency conflict with Fastlane 2.144\n
146
- \ What I did: \n 1. Changed name of this gem to \"carthage_cache_res\"\n
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: