s3_index 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: a4f63000b5995db2c888de5d831f9093a23c649c
4
- data.tar.gz: 8b39ba99f902b526f4522b0c4a23a2e16178bbea
3
+ metadata.gz: 09f47a01e5c9ac5c44b32f5e006f787d0ee82cc0
4
+ data.tar.gz: d9560340c7ee47c509baed7c1090a70a804b6a57
5
5
  SHA512:
6
- metadata.gz: ea451266427f5991cedae6aef52c9f7c221d60943b813076557df7a18915be18f88bfc33bda2620e20366bd775b4deaaeaf27ba5e8394896c2eb4fa3c356feb3
7
- data.tar.gz: c3f659f71fdbf93e7bba0609e12a995e6a384865e5d4ffbba97fe55d1ca7e8a21c293cf95059df23ed0ee3e9db5132c4171709a670bead751206145cd39bd928
6
+ metadata.gz: 4d6a66d686c99bf983d99e48bbd79640b2e77da61d73f5a6aaf65ce5158f4533a53c31f3fd88a3845558750114bb039309ac026079a171b068456a0d3861dd33
7
+ data.tar.gz: 04903a0efada0f696aae4b76b68f6ede82de5726af56e779df37265f67f081c962c5b8d8760cc5c8dac62d60e2291e17b239e4adec2fd42e2d3a309f13806020
@@ -1,3 +1,3 @@
1
1
  module S3Index
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/s3_index.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Scott Pierce']
10
10
  spec.email = ['ddrscott@gmail.com']
11
11
 
12
- spec.summary = 'Maintain an index of s3 files in the database.'
13
- spec.homepage = 'https://ddrscott.github.com/s3_index'
12
+ spec.summary = 'Maintains an index of S3 files an ActiveRecord model'
13
+ spec.homepage = 'https://github.com/ddrscott/s3_index'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3_index
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
  - Scott Pierce
@@ -161,7 +161,7 @@ files:
161
161
  - lib/s3_index/version.rb
162
162
  - lib/tasks/db.rake
163
163
  - s3_index.gemspec
164
- homepage: https://ddrscott.github.com/s3_index
164
+ homepage: https://github.com/ddrscott/s3_index
165
165
  licenses:
166
166
  - MIT
167
167
  metadata: {}
@@ -184,5 +184,5 @@ rubyforge_project:
184
184
  rubygems_version: 2.4.5.1
185
185
  signing_key:
186
186
  specification_version: 4
187
- summary: Maintain an index of s3 files in the database.
187
+ summary: Maintains an index of S3 files an ActiveRecord model
188
188
  test_files: []