Gemfile.lock in elasticonf-1.0.0 vs Gemfile.lock in elasticonf-1.1.0

- old
+ new

@@ -1,30 +1,51 @@ PATH remote: . specs: - elasticonf (1.0.0) - hashie (~> 2.1.0) + elasticonf (1.1.0) + hashie (~> 3.1) GEM remote: https://rubygems.org/ specs: + coveralls (0.7.0) + multi_json (~> 1.3) + rest-client + simplecov (>= 0.7) + term-ansicolor + thor diff-lcs (1.2.5) - hashie (2.1.1) - rake (10.3.1) + docile (1.1.5) + hashie (3.1.0) + mime-types (2.3) + multi_json (1.10.1) + rake (10.3.2) + rest-client (1.6.7) + mime-types (>= 1.16) rspec (2.14.1) rspec-core (~> 2.14.0) rspec-expectations (~> 2.14.0) rspec-mocks (~> 2.14.0) rspec-core (2.14.8) rspec-expectations (2.14.5) diff-lcs (>= 1.1.3, < 2.0) rspec-mocks (2.14.6) + 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.19.1) + tins (1.3.0) yard (0.8.7.4) PLATFORMS ruby DEPENDENCIES + coveralls elasticonf! - rake (~> 10.3.0) - rspec (~> 2.14.0) - yard (~> 0.8.0) + rake (~> 10.3) + rspec (~> 2.14) + yard (~> 0.8)