Gemfile.lock in vagrant-notify-0.1.0 vs Gemfile.lock in vagrant-notify-0.2.0
- old
+ new
@@ -1,55 +1,70 @@
+GIT
+ remote: git://github.com/mitchellh/vagrant.git
+ revision: 11ad0392758b6b3f4b8a44332c66a79e94cef1eb
+ specs:
+ vagrant (1.1.3.dev)
+ childprocess (~> 0.3.7)
+ erubis (~> 2.7.0)
+ i18n (~> 0.6.0)
+ json (>= 1.5.1, < 1.8.0)
+ log4r (~> 1.1.9)
+ net-scp (~> 1.1.0)
+ net-ssh (~> 2.6.6)
+
PATH
remote: .
specs:
- vagrant-notify (0.1.0)
+ vagrant-notify (0.2.0)
GEM
remote: https://rubygems.org/
specs:
- archive-tar-minitar (0.5.2)
- childprocess (0.3.6)
- ffi (~> 1.0, >= 1.0.6)
- diff-lcs (1.1.3)
+ childprocess (0.3.9)
+ ffi (~> 1.0, >= 1.0.11)
+ coderay (1.0.9)
+ diff-lcs (1.2.1)
erubis (2.7.0)
- ffi (1.1.5)
- guard (1.4.0)
- listen (>= 0.4.2)
+ ffi (1.5.0)
+ 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.1.0)
+ guard-rspec (2.5.1)
guard (>= 1.1)
rspec (~> 2.11)
- i18n (0.6.1)
- json (1.5.4)
- listen (0.5.3)
+ i18n (0.6.4)
+ json (1.7.7)
+ listen (0.7.3)
log4r (1.1.10)
- net-scp (1.0.4)
- net-ssh (>= 1.99.1)
- net-ssh (2.2.2)
- rake (0.9.2.2)
- rb-inotify (0.8.8)
+ lumberjack (1.0.3)
+ method_source (0.8.1)
+ net-scp (1.1.0)
+ net-ssh (>= 2.6.5)
+ net-ssh (2.6.6)
+ pry (0.9.12)
+ coderay (~> 1.0.5)
+ method_source (~> 0.8)
+ slop (~> 3.4)
+ rake (10.0.3)
+ rb-inotify (0.9.0)
ffi (>= 0.5.0)
- rspec (2.11.0)
- rspec-core (~> 2.11.0)
- rspec-expectations (~> 2.11.0)
- rspec-mocks (~> 2.11.0)
- rspec-core (2.11.1)
- rspec-expectations (2.11.3)
- diff-lcs (~> 1.1.3)
- rspec-mocks (2.11.3)
+ rspec (2.13.0)
+ rspec-core (~> 2.13.0)
+ rspec-expectations (~> 2.13.0)
+ rspec-mocks (~> 2.13.0)
+ rspec-core (2.13.1)
+ rspec-expectations (2.13.0)
+ diff-lcs (>= 1.1.3, < 2.0)
+ rspec-mocks (2.13.0)
rspec-spies (2.1.3)
rspec (~> 2.0)
- thor (0.16.0)
- vagrant (1.0.5)
- archive-tar-minitar (= 0.5.2)
- childprocess (~> 0.3.1)
- erubis (~> 2.7.0)
- i18n (~> 0.6.0)
- json (~> 1.5.1)
- log4r (~> 1.1.9)
- net-scp (~> 1.0.4)
- net-ssh (~> 2.2.2)
+ slop (3.4.4)
+ terminal-table (1.4.5)
+ thor (0.17.0)
PLATFORMS
ruby
DEPENDENCIES
@@ -57,7 +72,7 @@
guard-rspec
rake
rb-inotify
rspec
rspec-spies
- vagrant
+ vagrant!
vagrant-notify!