Permalink
Please sign in to comment.
Browse files
Merge pull request #43 from wwood/ruby2_0_and_no_gemfile_lock
ruby2
- Loading branch information...
Showing
with
2 additions
and 30 deletions.
- +1 −0 .gitignore
- +0 −29 Gemfile.lock
- +1 −1 Rakefile
29
Gemfile.lock
@@ -1,29 +0,0 @@ | ||
-GEM | ||
- remote: http://rubygems.org/ | ||
- specs: | ||
- git (1.2.5) | ||
- jeweler (1.8.3) | ||
- bundler (~> 1.0) | ||
- git (>= 1.2.5) | ||
- rake | ||
- rdoc | ||
- json (1.6.5) | ||
- json (1.6.5-java) | ||
- rake (0.9.2.2) | ||
- rdoc (3.12) | ||
- json (~> 1.4) | ||
- shoulda (3.0.1) | ||
- shoulda-context (~> 1.0.0) | ||
- shoulda-matchers (~> 1.0.0) | ||
- shoulda-context (1.0.0) | ||
- shoulda-matchers (1.0.0) | ||
- | ||
-PLATFORMS | ||
- java | ||
- ruby | ||
- | ||
-DEPENDENCIES | ||
- bundler (>= 1.0.21) | ||
- jeweler | ||
- rdoc | ||
- shoulda |
0 comments on commit
9a33dd2