Gemfile.lock in nicoapi-0.0.1 vs Gemfile.lock in nicoapi-0.0.4.1
- old
+ new
@@ -1,47 +1,57 @@
+PATH
+ remote: .
+ specs:
+ nicoapi (0.0.4.1)
+ activesupport (~> 4.0.0)
+ i18n
+ rest-client
+
GEM
remote: https://rubygems.org/
specs:
- active_support (3.0.0)
- activesupport (= 3.0.0)
- activesupport (3.0.0)
+ activesupport (4.0.0)
+ i18n (~> 0.6, >= 0.6.4)
+ minitest (~> 4.2)
+ multi_json (~> 1.3)
+ thread_safe (~> 0.1)
+ tzinfo (~> 0.3.37)
+ atomic (1.1.12)
coderay (1.0.9)
diff-lcs (1.2.4)
- factory_girl (4.2.0)
- activesupport (>= 3.0.0)
i18n (0.6.4)
- method_source (0.8.1)
+ method_source (0.8.2)
mime-types (1.23)
- mini_portile (0.5.1)
- nokogiri (1.6.0)
- mini_portile (~> 0.5.0)
- nori (2.2.0)
+ minitest (4.7.5)
+ multi_json (1.7.8)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
+ rake (10.1.0)
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.3)
+ rspec-core (2.14.4)
rspec-expectations (2.14.0)
diff-lcs (>= 1.1.3, < 2.0)
- rspec-mocks (2.14.1)
- slop (3.4.5)
+ rspec-mocks (2.14.2)
+ slop (3.4.6)
+ thread_safe (0.1.2)
+ atomic
+ tzinfo (0.3.37)
watchr (0.7)
PLATFORMS
ruby
DEPENDENCIES
- active_support
- factory_girl
- i18n
- nokogiri
- nori
+ activesupport (~> 4.0.0)
+ bundler (~> 1.3)
+ nicoapi!
pry
- rest-client
+ rake
rspec
watchr