Gemfile.lock in ruby-progressbar-1.0.1 vs Gemfile.lock in ruby-progressbar-1.0.2
- old
+ new
@@ -1,44 +1,48 @@
PATH
remote: .
specs:
- ruby-progressbar (1.0.1)
+ ruby-progressbar (1.0.2)
GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.3)
- ffi (1.0.11)
- guard (1.0.0)
- ffi (>= 0.5.0)
- thor (~> 0.14.6)
- guard-rspec (0.6.0)
- guard (>= 0.10.0)
- multi_json (1.0.4)
+ guard (1.4.0)
+ listen (>= 0.4.2)
+ thor (>= 0.14.6)
+ guard-rspec (2.1.0)
+ guard (>= 1.1)
+ rspec (~> 2.11)
+ listen (0.5.3)
+ multi_json (1.3.6)
rake (0.9.2.2)
- rspec (2.8.0)
- rspec-core (~> 2.8.0)
- rspec-expectations (~> 2.8.0)
- rspec-mocks (~> 2.8.0)
- rspec-core (2.8.0)
- rspec-expectations (2.8.0)
- diff-lcs (~> 1.1.2)
- rspec-mocks (2.8.0)
- simplecov (0.5.4)
- multi_json (~> 1.0.3)
+ rb-fsevent (0.9.2)
+ 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)
+ ruby-prof (0.11.2)
+ simplecov (0.6.4)
+ multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
- thor (0.14.6)
- timecop (0.3.5)
+ thor (0.16.0)
+ timecop (0.5.2)
PLATFORMS
ruby
DEPENDENCIES
- bundler (~> 1.0)
- guard (~> 1.0)
- guard-rspec (~> 0.6)
+ guard (~> 1.4)
+ guard-rspec (~> 2.1)
rake
- rspec (~> 2.8)
+ rb-fsevent (~> 0.9)
+ rspec (~> 2.11)
+ ruby-prof (~> 0.11.2)
ruby-progressbar!
simplecov (~> 0.5)
- timecop (~> 0.3.5)
+ timecop (~> 0.5)