tn_s3_file_uploader 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 +8 -8
- data/lib/tn_s3_file_uploader/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ODhkYzFjZTg0ZWYxMGMwZDBlOTA4YzIzYWY4ZTNkMzIzNTY2MzQxMw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YzQ3NDM3OTljN2E3NzU0OWZkZjVhYWM2NTAzM2FlMTRkOTkxOGExZA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YTE3ZTExM2M3OTVmZDMzZTAwOTdhOTVmN2Q0OTY4MmVmZjMxMzAxY2U0M2Q4
|
|
10
|
+
MmI3NDA5ODBmM2Y4YTM1NzllYjA3NTdmZDZiNzVjZTYyMzg3MmY4MzM3Yzg3
|
|
11
|
+
ZTJlMzgzOTJkYzY4YThmOWUxNWQ1YjAyYmM4YTVlODE5ZDkyY2U=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YzM4NjMxZjg1MWNiYzk5YzBlNjYxYTUwNTNmMjI1OWQ4MzkwZDZhNmE0ZTkw
|
|
14
|
+
MjZkOGQwOWMxOTk0MWFjZTI4YzRmYmQ3MmYwN2JjMGJiMDQ1MzY5MTc2MjQ0
|
|
15
|
+
YmNhOWM5OWE5Y2NiOTE1MDY2MmVlZjBjYzdkNGI0MjgxNGZjNzE=
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tn_s3_file_uploader
|
|
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
|
- Thinknear.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: honeybadger
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '1.35'
|
|
41
|
-
description: S3 file uploader that can build folder structures based on timestamp.
|
|
41
|
+
description: Amazon S3 file uploader that can build folder structures based on timestamp.
|
|
42
42
|
Typically used in conjunction with Unix's logrotate.
|
|
43
43
|
email: opensource@thinknear.com
|
|
44
44
|
executables:
|
|
@@ -82,5 +82,5 @@ rubyforge_project:
|
|
|
82
82
|
rubygems_version: 2.2.2
|
|
83
83
|
signing_key:
|
|
84
84
|
specification_version: 4
|
|
85
|
-
summary: S3 file uploader
|
|
85
|
+
summary: Amazon S3 file uploader
|
|
86
86
|
test_files: []
|