swivel 0.0.149 → 0.0.150

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 (2) hide show
  1. data/bin/swivel +7 -1
  2. metadata +1 -1
data/bin/swivel CHANGED
@@ -53,7 +53,13 @@ Examples:
53
53
  EOS
54
54
 
55
55
  options = Hash.new
56
- config = Swivel2::Config.load
56
+ config =
57
+ begin
58
+ Swivel2::Config.load
59
+ rescue Errno::ENOENT
60
+ puts SWIVELRC
61
+ exit
62
+ end
57
63
 
58
64
  ARGV.options do |opts|
59
65
  opts.banner = 'Usage: swivel <upload, append, replace> [options]'
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: swivel
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.149
6
+ version: 0.0.150
7
7
  date: 2008-01-15 00:00:00 -08:00
8
8
  summary: Ruby interface to the Swivel API.
9
9
  require_paths: