Gemfile.lock in vimgolf-0.1.1 vs Gemfile.lock in vimgolf-0.1.2
- old
+ new
@@ -1,16 +1,18 @@
PATH
remote: .
specs:
- vimgolf (0.1.0)
+ vimgolf (0.1.1)
+ highline
json
- thor
+ thor (>= 0.14.6)
GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
+ highline (1.6.1)
json (1.4.6)
rspec (2.3.0)
rspec-core (~> 2.3.0)
rspec-expectations (~> 2.3.0)
rspec-mocks (~> 2.3.0)
@@ -22,9 +24,10 @@
PLATFORMS
ruby
DEPENDENCIES
+ highline
json
rspec
- thor
+ thor (>= 0.14.6)
vimgolf!