carthage_cache 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 91ccda2edc6f70cb54bac31dfb2728087720ae27
4
- data.tar.gz: f319f6f87f5c4c6213045f948acb5a7338bb82f5
3
+ metadata.gz: 238fcf9d5f7e84e39be472c133b2f9cdd5b8dce3
4
+ data.tar.gz: e5ed89563a88889ce4a33e61381572a950be5c62
5
5
  SHA512:
6
- metadata.gz: 904dadd81279ba6ab5f4fe2cb8ace5c20d1fca31770eb314a18b079fda74a0473e445c8da86151dd85dd8e7e84aeb05efa765d2b1765f48dc229b65ce6eb7ac5
7
- data.tar.gz: d96ab1c012190f1bb9d0a1690e21fb27d0a1dee4265346afb90c801235e32e37b781e8224dcada8ff557a3c2237b8aa22b3ee5af13d8ed41d06f4cf741e1c915
6
+ metadata.gz: 9ce69ef9c53fdcf821e9854d3e8517e9cc8c2ea554049a94e3931058a3e081cb9940cdd36c61734fb49ea2c2a19ce7b4e4aefa6a688954b8239057a37ae17883
7
+ data.tar.gz: acaf5511fd246746bc2fb84f7782cc43a073ed1592fb5880c181dbbc865c3f431915d161ad1178691204d7e1bffc7641f60e30ef683ccc30b6d57b378510a96f
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Code Climate](https://codeclimate.com/github/guidomb/carthage_cache/badges/gpa.svg)](https://codeclimate.com/github/guidomb/carthage_cache)
4
4
  [![Test Coverage](https://codeclimate.com/github/guidomb/carthage_cache/badges/coverage.svg)](https://codeclimate.com/github/guidomb/carthage_cache/coverage)
5
+ [![Gem Version](https://badge.fury.io/rb/carthage_cache.svg)](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
 
File without changes
@@ -1,3 +1,3 @@
1
1
  module CarthageCache
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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