capssh 0.0.1 → 0.0.2

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/bin/capssh CHANGED
@@ -1,6 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require 'optparse'
4
3
  require 'capssh'
5
4
  require 'capssh/version'
6
5
 
@@ -15,6 +14,9 @@ if File.exist?('Gemfile')
15
14
  end
16
15
  end
17
16
 
17
+ require 'optparse'
18
+ require 'capistrano'
19
+
18
20
  options = {:role => :app}
19
21
  OptionParser.new do |opts|
20
22
  opts.banner = "Usage: capssh [options]"
@@ -1,3 +1,3 @@
1
1
  module Capssh
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/capssh.rb CHANGED
@@ -1,6 +1,3 @@
1
- require 'rubygems'
2
- require 'capistrano'
3
-
4
1
  module Capssh
5
2
  class << self
6
3
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: