s3cp 0.2.7 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +16 -0
  2. data/lib/s3cp/version.rb +1 -1
  3. metadata +4 -4
data/History.txt CHANGED
@@ -1,3 +1,19 @@
1
+ === 1.0.0 / 2012-03-9
2
+
3
+ Pop the champagne! It's time we called this a one-oh!! :)
4
+
5
+ S3CP now offers the feature set originally intended and it's been used reliably
6
+ by several people for several weeks and so deemed to be robust enough for
7
+ everyday use -- with the usual disclaimer that there are probably undiscovered
8
+ bugs -- but at least all known bugs have been addressed.
9
+
10
+ Probably worth mentioning: there are two outstanding experimental features,
11
+
12
+ 1) s3cp --sync: Does not handle missing files. It's basically
13
+ a faster copy; not a true "sync" at this point.
14
+
15
+ 2) Bash command-line completion is still very rough.
16
+
1
17
  === 0.2.7 / 2012-03-09
2
18
 
3
19
  * Fixed #3: s3cp adds extra slash when copying to the root of a bucket.
data/lib/s3cp/version.rb CHANGED
@@ -16,5 +16,5 @@
16
16
  # the License.
17
17
 
18
18
  module S3CP
19
- VERSION = "0.2.7"
19
+ VERSION = "1.0.0"
20
20
  end
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: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
+ - 1
7
8
  - 0
8
- - 2
9
- - 7
10
- version: 0.2.7
9
+ - 0
10
+ version: 1.0.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Boisvert