carthage_cache 0.1.0 → 0.1.1
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/README.md +1 -0
- data/{bin → exe}/carthage_cache +0 -0
- data/lib/carthage_cache/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 238fcf9d5f7e84e39be472c133b2f9cdd5b8dce3
|
|
4
|
+
data.tar.gz: e5ed89563a88889ce4a33e61381572a950be5c62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ce69ef9c53fdcf821e9854d3e8517e9cc8c2ea554049a94e3931058a3e081cb9940cdd36c61734fb49ea2c2a19ce7b4e4aefa6a688954b8239057a37ae17883
|
|
7
|
+
data.tar.gz: acaf5511fd246746bc2fb84f7782cc43a073ed1592fb5880c181dbbc865c3f431915d161ad1178691204d7e1bffc7641f60e30ef683ccc30b6d57b378510a96f
|
data/README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://codeclimate.com/github/guidomb/carthage_cache)
|
|
4
4
|
[](https://codeclimate.com/github/guidomb/carthage_cache/coverage)
|
|
5
|
+
[](https://badge.fury.io/rb/carthage_cache)
|
|
5
6
|
|
|
6
7
|
CarthageCache allows Carthage users to have a shared cache of their `Carthage/Build` folder backed by Amazon S3.
|
|
7
8
|
|
data/{bin → exe}/carthage_cache
RENAMED
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: carthage_cache
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Guido Marucci Blas
|
|
@@ -101,7 +101,8 @@ description: "\n CarthageCache generate a hash key based on the content of yo
|
|
|
101
101
|
\ "
|
|
102
102
|
email:
|
|
103
103
|
- guidomb@gmail.com
|
|
104
|
-
executables:
|
|
104
|
+
executables:
|
|
105
|
+
- carthage_cache
|
|
105
106
|
extensions: []
|
|
106
107
|
extra_rdoc_files: []
|
|
107
108
|
files:
|
|
@@ -113,10 +114,10 @@ files:
|
|
|
113
114
|
- LICENSE.txt
|
|
114
115
|
- README.md
|
|
115
116
|
- Rakefile
|
|
116
|
-
- bin/carthage_cache
|
|
117
117
|
- bin/console
|
|
118
118
|
- bin/setup
|
|
119
119
|
- carthage_cache.gemspec
|
|
120
|
+
- exe/carthage_cache
|
|
120
121
|
- lib/carthage_cache.rb
|
|
121
122
|
- lib/carthage_cache/archive_builder.rb
|
|
122
123
|
- lib/carthage_cache/archive_installer.rb
|