s3cp 1.1.7 → 1.1.8
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.
- data/History.txt +5 -0
- data/lib/s3cp/version.rb +1 -1
- metadata +5 -6
- data/lib/s3cp/#Untitled-1# +0 -1
data/History.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
=== 1.1.8 (2012-10-29)
|
2
|
+
|
3
|
+
* Changed: Relaxed highline dependency requirement from ~> 1.5.1 to >= 1.5.1
|
4
|
+
(for better compatibility with other gems, e.g., capistrano)
|
5
|
+
|
1
6
|
=== 1.1.7 (2012-10-17)
|
2
7
|
|
3
8
|
* Fixed: s3cp -r (recursive) would fail with "uninitialized constant FileUtils (NameError)"
|
data/lib/s3cp/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: s3cp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 3
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
9
|
+
- 8
|
10
|
+
version: 1.1.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alex Boisvert
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-10-
|
18
|
+
date: 2012-10-29 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
prerelease: false
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
version_requirements: &id002 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
|
-
- -
|
41
|
+
- - ">="
|
42
42
|
- !ruby/object:Gem::Version
|
43
43
|
hash: 1
|
44
44
|
segments:
|
@@ -141,7 +141,6 @@ files:
|
|
141
141
|
- lib/s3cp/s3mod.rb
|
142
142
|
- lib/s3cp/utils.rb
|
143
143
|
- lib/s3cp/s3cp.rb
|
144
|
-
- lib/s3cp/#Untitled-1#
|
145
144
|
- lib/s3cp/s3cat.rb
|
146
145
|
- lib/s3cp/s3buckets.rb
|
147
146
|
- lib/s3cp/s3rm.rb
|
data/lib/s3cp/#Untitled-1#
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
s3cp -r -x 'task-attempts/attempt_.*' s3://com-bizo-elasticmr/logs/j-3JYF93SF71CLX failed_jobs/
|