s3_index 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/lib/s3_index/version.rb +1 -1
- data/s3_index.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 09f47a01e5c9ac5c44b32f5e006f787d0ee82cc0
|
|
4
|
+
data.tar.gz: d9560340c7ee47c509baed7c1090a70a804b6a57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d6a66d686c99bf983d99e48bbd79640b2e77da61d73f5a6aaf65ce5158f4533a53c31f3fd88a3845558750114bb039309ac026079a171b068456a0d3861dd33
|
|
7
|
+
data.tar.gz: 04903a0efada0f696aae4b76b68f6ede82de5726af56e779df37265f67f081c962c5b8d8760cc5c8dac62d60e2291e17b239e4adec2fd42e2d3a309f13806020
|
data/lib/s3_index/version.rb
CHANGED
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 = '
|
|
13
|
-
spec.homepage = 'https://
|
|
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.
|
|
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://
|
|
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:
|
|
187
|
+
summary: Maintains an index of S3 files an ActiveRecord model
|
|
188
188
|
test_files: []
|