s3sync 0.3.3 → 0.3.4

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.
Files changed (3) hide show
  1. data/bin/s3sync +3 -0
  2. data/lib/s3sync/version.rb +1 -1
  3. metadata +3 -3
data/bin/s3sync CHANGED
@@ -70,4 +70,7 @@ rescue S3Sync::FailureFeedback => exc
70
70
  rescue S3Sync::WrongUsage => exc
71
71
  $stderr.puts "Error:\n #{exc.msg}\n" if exc.msg
72
72
  exit exc.error_code
73
+ rescue Interrupt
74
+ $stderr.puts "Interrupted"
75
+ exit 1
73
76
  end
@@ -23,5 +23,5 @@
23
23
  # THE SOFTWARE.
24
24
 
25
25
  module S3Sync
26
- VERSION = "0.3.3"
26
+ VERSION = "0.3.4"
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -170,7 +170,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
170
170
  version: '0'
171
171
  segments:
172
172
  - 0
173
- hash: 236637635868227634
173
+ hash: -2786494307833758321
174
174
  required_rubygems_version: !ruby/object:Gem::Requirement
175
175
  none: false
176
176
  requirements:
@@ -179,7 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
179
179
  version: '0'
180
180
  segments:
181
181
  - 0
182
- hash: 236637635868227634
182
+ hash: -2786494307833758321
183
183
  requirements: []
184
184
  rubyforge_project:
185
185
  rubygems_version: 1.8.24