diff options
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c1514ce..ad9bc9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,11 +6,22 @@ PATH GEM remote: http://rubygems.org/ specs: + coveralls (0.7.0) + multi_json (~> 1.3) + rest-client + simplecov (>= 0.7) + term-ansicolor + thor diff-lcs (1.2.5) + docile (1.1.3) haml (4.0.5) tilt + mime-types (2.1) + multi_json (1.8.4) rack (1.5.2) rake (10.1.1) + rest-client (1.6.7) + mime-types (>= 1.16) rspec (2.14.1) rspec-core (~> 2.14.0) rspec-expectations (~> 2.14.0) @@ -20,12 +31,22 @@ GEM diff-lcs (>= 1.1.3, < 2.0) rspec-mocks (2.14.5) sass (3.2.14) + simplecov (0.8.2) + docile (~> 1.1.0) + multi_json + simplecov-html (~> 0.8.0) + simplecov-html (0.8.0) + term-ansicolor (1.3.0) + tins (~> 1.0) + thor (0.18.1) tilt (2.0.0) + tins (1.0.0) PLATFORMS ruby DEPENDENCIES + coveralls haml rack rake |