Gemfile.lock in radiodan-0.0.1 vs Gemfile.lock in radiodan-0.0.2
- old
+ new
@@ -1,23 +1,26 @@
PATH
remote: .
specs:
- radiodan (0.0.1)
+ radiodan (0.0.2)
active_support (~> 3.0.0)
em-http-request (~> 1.0.3)
em-simple_telnet (~> 0.0.6)
em-synchrony (~> 1.0.3)
eventmachine (~> 1.0.3)
+ i18n (~> 0.6.4)
GEM
remote: https://rubygems.org/
specs:
active_support (3.0.0)
activesupport (= 3.0.0)
activesupport (3.0.0)
addressable (2.3.4)
+ coderay (1.0.9)
cookiejar (0.3.0)
+ diff-lcs (1.2.4)
em-http-request (1.0.3)
addressable (>= 2.2.3)
cookiejar
em-socksify
eventmachine (>= 1.0.0.beta.4)
@@ -27,12 +30,55 @@
em-socksify (0.2.1)
eventmachine (>= 1.0.0.beta.4)
em-synchrony (1.0.3)
eventmachine (>= 1.0.0.beta.1)
eventmachine (1.0.3)
+ ffi (1.8.1)
+ formatador (0.2.4)
+ guard (1.8.0)
+ formatador (>= 0.2.4)
+ listen (>= 1.0.0)
+ lumberjack (>= 1.0.2)
+ pry (>= 0.9.10)
+ thor (>= 0.14.6)
+ guard-rspec (2.6.0)
+ guard (>= 1.8)
+ rspec (~> 2.13)
http_parser.rb (0.5.3)
+ i18n (0.6.4)
+ listen (1.0.3)
+ rb-fsevent (>= 0.9.3)
+ rb-inotify (>= 0.9)
+ rb-kqueue (>= 0.2)
+ lumberjack (1.0.3)
+ method_source (0.8.1)
+ pry (0.9.12.1)
+ coderay (~> 1.0.5)
+ method_source (~> 0.8)
+ slop (~> 3.4)
+ rake (10.1.0)
+ rb-fsevent (0.9.3)
+ rb-inotify (0.9.0)
+ ffi (>= 0.5.0)
+ rb-kqueue (0.2.0)
+ ffi (>= 0.5.0)
+ 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.1)
+ slop (3.4.4)
+ terminal-notifier-guard (1.5.3)
+ thor (0.18.1)
PLATFORMS
ruby
DEPENDENCIES
+ guard-rspec (~> 2.6.0)
radiodan!
+ rake (~> 10.1.0)
+ rspec (~> 2.13.0)
+ terminal-notifier-guard (~> 1.5.0)