carthage_cache 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/carthage_cache/application.rb +1 -1
- data/lib/carthage_cache/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9e4c0f89e316c523b4c0b7c779550416c3aa3d1
|
4
|
+
data.tar.gz: 27bb06a646fbc19798a251464bb15e2afd3939d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e73634ee8da48c3809cce1e81c72a53f95fe92bb85f5aff51127b16690bde6fff50c5b12665e65a44d674e51f4d698c0873a4b5935ef6bc3bd21249c5e5f7a6a
|
7
|
+
data.tar.gz: dcfb6577a53c9ec84c88456e52e6ac109cf8c5b6fd4e6d9b624cd844e0c3c373064e3c4b680aa06badbd770ae13e722e6cfefaa4b50fbe0d413bcceca5605778
|
@@ -15,7 +15,7 @@ module CarthageCache
|
|
15
15
|
@archiver = Archiver.new
|
16
16
|
@config = Configurator.new(project_path, config).config
|
17
17
|
@repository = repository.new(@config.bucket_name, @config.hash_object[:aws_s3_client_options])
|
18
|
-
@project = Project.new(project_path, CACHE_DIR_NAME, terminal, @config.tmpdir, swift_version_resolver.new)
|
18
|
+
@project = Project.new(project_path, CACHE_DIR_NAME, @terminal, @config.tmpdir, swift_version_resolver.new)
|
19
19
|
end
|
20
20
|
|
21
21
|
def archive_exist?
|