Skip to content

Commit

Permalink
Added are you sure checks to rudy-sdb and rudy-s3
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Apr 19, 2009
1 parent 487c77f commit 445c167
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions bin/rudy-ec2
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@

$:.unshift File.join(File.dirname(__FILE__), '..', 'lib') # Put our local lib in first place
$:.unshift File.join(File.dirname(__FILE__), '..', 'vendor', 'highline-1.5.1', 'lib')
%w{net-scp amazon-ec2 caesars rye}.each { |dir| $:.unshift File.join(File.dirname(__FILE__), '..', '..', dir, 'lib') }
require 'rubygems'
#%w{net-scp amazon-ec2 caesars rye}.each { |dir| $:.unshift File.join(File.dirname(__FILE__), '..', '..', dir, 'lib') }
#require 'rubygems'

require 'rudy'
require 'rudy/cli'

require 'drydock'

# Command-line interface for bin/rudy-ec2
module RudyEC2CLI
extend Drydock

Expand Down
5 changes: 3 additions & 2 deletions bin/rudy-s3
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@

$:.unshift File.join(File.dirname(__FILE__), '..', 'lib') # Put our local lib in first place
$:.unshift File.join(File.dirname(__FILE__), '..', 'vendor', 'highline-1.5.1', 'lib')
%w{amazon-ec2 caesars rye}.each { |dir| $:.unshift File.join(File.dirname(__FILE__), '..', '..', dir, 'lib') }
require 'rubygems'
#%w{amazon-ec2 caesars rye}.each { |dir| $:.unshift File.join(File.dirname(__FILE__), '..', '..', dir, 'lib') }
#require 'rubygems'

require 'rudy'
require 'rudy/cli'
require 'drydock'

# Command-line interface for bin/rudy-s3
module RudyS3CLI
extend Drydock

Expand Down
5 changes: 3 additions & 2 deletions bin/rudy-sdb
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@

$:.unshift File.join(File.dirname(__FILE__), '..', 'lib') # Put our local lib in first place
$:.unshift File.join(File.dirname(__FILE__), '..', 'vendor', 'highline-1.5.1', 'lib')
%w{amazon-ec2 caesars rye}.each { |dir| $:.unshift File.join(File.dirname(__FILE__), '..', '..', dir, 'lib') }
require 'rubygems'
#%w{amazon-ec2 caesars rye}.each { |dir| $:.unshift File.join(File.dirname(__FILE__), '..', '..', dir, 'lib') }
#require 'rubygems'

require 'rudy'
require 'rudy/cli'
require 'drydock'

# Command-line interface for bin/rudy-sdb
module RudySDBCLI
extend Drydock

Expand Down

0 comments on commit 445c167

Please sign in to comment.