s3cp 1.1.0 → 1.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.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.1.1 / (2012-08-22)
2
+
3
+ * Fixed: Invalid break (SyntaxError) in s3ls.
4
+
1
5
  === 1.1.0 / (2012-08-22)
2
6
 
3
7
  * First stable release using the aws-sdk gem. No changes from 1.1.0.pre.4.
data/lib/s3cp/s3ls.rb CHANGED
@@ -134,6 +134,5 @@ begin
134
134
  end
135
135
  rescue Errno::EPIPE
136
136
  # ignore
137
- break
138
137
  end
139
138
 
data/lib/s3cp/version.rb CHANGED
@@ -16,5 +16,5 @@
16
16
  # the License.
17
17
 
18
18
  module S3CP
19
- VERSION = "1.1.0"
19
+ VERSION = "1.1.1"
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: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Boisvert