Gemfile.lock in simple-spreadsheet-extractor-0.13.4 vs Gemfile.lock in simple-spreadsheet-extractor-0.15.0
- old
+ new
@@ -1,13 +1,39 @@
GEM
remote: https://rubygems.org/
remote: http://gems.github.com/
specs:
+ abstract_type (0.0.7)
+ adamantium (0.2.0)
+ ice_nine (~> 0.11.0)
+ memoizable (~> 0.4.0)
addressable (2.3.5)
+ ast (2.0.0)
+ astrolabe (1.3.0)
+ parser (>= 2.2.0.pre.3, < 3.0)
+ axiom-types (0.1.1)
+ descendants_tracker (~> 0.0.4)
+ ice_nine (~> 0.11.0)
+ thread_safe (~> 0.3, >= 0.3.1)
builder (3.2.2)
+ coercible (1.0.0)
+ descendants_tracker (~> 0.0.1)
+ concord (0.1.5)
+ adamantium (~> 0.2.0)
+ equalizer (~> 0.0.9)
+ descendants_tracker (0.0.4)
+ thread_safe (~> 0.3, >= 0.3.1)
+ diff-lcs (1.2.5)
+ equalizer (0.0.9)
faraday (0.8.8)
multipart-post (~> 1.2.0)
+ flay (2.4.0)
+ ruby_parser (~> 3.0)
+ sexp_processor (~> 4.0)
+ flog (4.2.1)
+ ruby_parser (~> 3.1, > 3.1.0)
+ sexp_processor (~> 4.4)
git (1.2.6)
github_api (0.10.1)
addressable
faraday (~> 0.8.1)
hashie (>= 1.2)
@@ -15,10 +41,11 @@
nokogiri (~> 1.5.2)
oauth2
hashie (2.0.5)
highline (1.6.20)
httpauth (0.2.0)
+ ice_nine (0.11.1)
jeweler (1.8.8)
builder
bundler (~> 1.0)
git (>= 1.2.5)
github_api (= 0.10.1)
@@ -28,10 +55,12 @@
rdoc
json (1.8.1)
jwt (0.1.8)
multi_json (>= 1.5)
libxml-ruby (2.6.0)
+ memoizable (0.4.2)
+ thread_safe (~> 0.3, >= 0.3.1)
multi_json (1.8.2)
multi_xml (0.5.5)
multipart-post (1.2.0)
nokogiri (1.5.10)
oauth2 (0.9.2)
@@ -40,18 +69,59 @@
jwt (~> 0.1.4)
multi_json (~> 1.0)
multi_xml (~> 0.5)
rack (~> 1.2)
open4 (1.3.0)
+ parser (2.2.0.3)
+ ast (>= 1.1, < 3.0)
+ powerpack (0.1.0)
+ procto (0.0.2)
rack (1.5.2)
+ rainbow (2.0.0)
rake (10.1.0)
rdoc (4.0.1)
json (~> 1.4)
+ reek (1.6.5)
+ parser (~> 2.2.0.pre.7)
+ rainbow (>= 1.99, < 3.0)
+ unparser (~> 0.2.2)
+ rubocop (0.29.1)
+ astrolabe (~> 1.3)
+ parser (>= 2.2.0.1, < 3.0)
+ powerpack (~> 0.1)
+ rainbow (>= 1.99.1, < 3.0)
+ ruby-progressbar (~> 1.4)
+ ruby-progressbar (1.7.1)
+ ruby_parser (3.6.4)
+ sexp_processor (~> 4.1)
+ rubycritic (1.3.0)
+ flay (= 2.4.0)
+ flog (= 4.2.1)
+ parser (>= 2.2.0, < 3.0)
+ reek (= 1.6.5)
+ virtus (~> 1.0)
+ sexp_processor (4.4.5)
+ thread_safe (0.3.4)
+ unparser (0.2.2)
+ abstract_type (~> 0.0.7)
+ adamantium (~> 0.2.0)
+ concord (~> 0.1.5)
+ diff-lcs (~> 1.2.5)
+ equalizer (~> 0.0.9)
+ parser (~> 2.2.0.2)
+ procto (~> 0.0.2)
+ virtus (1.0.4)
+ axiom-types (~> 0.1)
+ coercible (~> 1.0)
+ descendants_tracker (~> 0.0, >= 0.0.3)
+ equalizer (~> 0.0, >= 0.0.9)
PLATFORMS
ruby
DEPENDENCIES
jeweler
- libxml-ruby (~> 2.6.0)
+ libxml-ruby (~> 2.6)
open4 (= 1.3.0)
rdoc
+ rubocop
+ rubycritic