Gemfile.lock in duration-formatter-0.1.0 vs Gemfile.lock in duration-formatter-0.1.1
- old
+ new
@@ -1,21 +1,24 @@
PATH
remote: .
specs:
- duration-formatter (0.0.1)
- ruby-duration (>= 3.2)
+ duration-formatter (0.1.1)
+ ruby-duration (~> 3.2)
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.3)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
+ codeclimate-test-reporter (0.4.7)
+ simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
+ docile (1.1.5)
ffi (1.9.10)
formatador (0.2.5)
guard (2.12.7)
formatador (>= 0.2.4)
listen (>= 2.7, <= 4.0)
@@ -44,30 +47,37 @@
shellany (~> 0.0)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
+ rake (10.4.2)
rb-fsevent (0.9.5)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
ruby-duration (3.2.1)
activesupport (>= 3.0.0)
i18n
iso8601
shellany (0.0.1)
+ simplecov (0.10.0)
+ docile (~> 1.1.0)
+ json (~> 1.8)
+ simplecov-html (~> 0.10.0)
+ simplecov-html (0.10.0)
slop (3.6.0)
thor (0.19.1)
thread_safe (0.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
+ codeclimate-test-reporter (~> 0.4)
duration-formatter!
guard (~> 2.12)
guard-minitest (~> 2.4)
- rb-fsevent (~> 0.9)
+ rake (~> 10.4)
BUNDLED WITH
1.10.3