Gemfile.lock in ec2ssh-1.0.3 vs Gemfile.lock in ec2ssh-2.0.0
- old
+ new
@@ -1,25 +1,66 @@
PATH
remote: .
specs:
- ec2ssh (1.0.2)
+ ec2ssh (2.0.0)
+ aws-sdk (~> 1.8)
highline (~> 1.6)
- ktheory-right_aws (~> 2.0.3)
thor (~> 0.14.6)
GEM
- remote: http://rubygems.org/
+ remote: https://rubygems.org/
specs:
- highline (1.6.1)
- ktheory-right_aws (2.0.3)
- right_http_connection (>= 1.2.1)
- right_http_connection (1.2.4)
+ addressable (2.3.2)
+ aws-sdk (1.8.1.3)
+ json (~> 1.4)
+ nokogiri (>= 1.4.4)
+ uuidtools (~> 2.1)
+ coderay (1.0.8)
+ crack (0.3.2)
+ diff-lcs (1.1.3)
+ guard (1.6.2)
+ listen (>= 0.6.0)
+ lumberjack (>= 1.0.2)
+ pry (>= 0.9.10)
+ terminal-table (>= 1.4.3)
+ thor (>= 0.14.6)
+ guard-rspec (2.4.0)
+ guard (>= 1.1)
+ rspec (~> 2.11)
+ highline (1.6.15)
+ json (1.7.7)
+ listen (0.7.2)
+ lumberjack (1.0.2)
+ method_source (0.8.1)
+ nokogiri (1.5.6)
+ pry (0.9.12)
+ coderay (~> 1.0.5)
+ method_source (~> 0.8)
+ slop (~> 3.4)
+ rb-fsevent (0.9.2)
+ rspec (2.12.0)
+ rspec-core (~> 2.12.0)
+ rspec-expectations (~> 2.12.0)
+ rspec-mocks (~> 2.12.0)
+ rspec-core (2.12.2)
+ rspec-expectations (2.12.1)
+ diff-lcs (~> 1.1.3)
+ rspec-mocks (2.12.2)
+ slop (3.4.3)
+ terminal-table (1.4.5)
thor (0.14.6)
+ timecop (0.5.9.1)
+ uuidtools (2.1.3)
+ webmock (1.9.0)
+ addressable (>= 2.2.7)
+ crack (>= 0.1.7)
PLATFORMS
ruby
DEPENDENCIES
ec2ssh!
- highline (~> 1.6)
- ktheory-right_aws (~> 2.0.3)
- thor (~> 0.14.6)
+ guard-rspec (~> 2.4)
+ rb-fsevent (~> 0.9.1)
+ rspec (~> 2.12)
+ timecop (~> 0.5)
+ webmock (~> 1.9)