rdeshpande-crow 0.1.0 → 0.2.0

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.
@@ -1,4 +1,4 @@
1
1
  ---
2
- :minor: 1
2
+ :minor: 2
3
3
  :patch: 0
4
4
  :major: 0
@@ -3,6 +3,8 @@ require 'net/ssh'
3
3
  require 'net/ssh/gateway'
4
4
  require 'singleton'
5
5
 
6
+ require 'ssh_ext'
7
+
6
8
  class Crow
7
9
 
8
10
  STRFTIME_STRING = "%F %T"
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdeshpande-crow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rohan Deshpande
@@ -28,7 +28,7 @@ files:
28
28
  - Rakefile
29
29
  - VERSION.yml
30
30
  - lib/crow.rb
31
- - lib/ssh.rb
31
+ - lib/ssh_ext.rb
32
32
  - test/host_test.rb
33
33
  - test/test_helper.rb
34
34
  has_rdoc: true