Commit a5de4139 by liyijie

Add excel relate gems

parent a7592ab2
...@@ -6,8 +6,23 @@ PATH ...@@ -6,8 +6,23 @@ PATH
GEM GEM
remote: https://gems.ruby-china.com/ remote: https://gems.ruby-china.com/
specs: specs:
axlsx (1.3.6)
htmlentities (~> 4.3.1)
nokogiri (>= 1.4.1)
rubyzip (>= 0.9.5)
diff-lcs (1.4.4) diff-lcs (1.4.4)
htmlentities (4.3.4)
mini_portile2 (2.4.0)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
rake (12.3.3) rake (12.3.3)
roo (2.8.3)
nokogiri (~> 1)
rubyzip (>= 1.3.0, < 3.0.0)
roo-xls (1.2.0)
nokogiri
roo (>= 2.0.0, < 3)
spreadsheet (> 0.9.0)
rspec (3.10.0) rspec (3.10.0)
rspec-core (~> 3.10.0) rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0) rspec-expectations (~> 3.10.0)
...@@ -21,14 +36,24 @@ GEM ...@@ -21,14 +36,24 @@ GEM
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0) rspec-support (~> 3.10.0)
rspec-support (3.10.0) rspec-support (3.10.0)
ruby-ole (1.2.12.2)
rubyzip (2.3.0)
spreadsheet (1.2.6)
ruby-ole (>= 1.0)
zip-zip (0.3)
rubyzip (>= 1.0.0)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
axlsx
rake (~> 12.0) rake (~> 12.0)
roo
roo-xls
rspec (~> 3.0) rspec (~> 3.0)
tallty_import_export! tallty_import_export!
zip-zip
BUNDLED WITH BUNDLED WITH
2.1.4 2.1.4
...@@ -26,4 +26,9 @@ Gem::Specification.new do |spec| ...@@ -26,4 +26,9 @@ Gem::Specification.new do |spec|
spec.bindir = "exe" spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"] spec.require_paths = ["lib"]
spec.add_development_dependency('zip-zip')
spec.add_development_dependency('axlsx')
spec.add_development_dependency('roo')
spec.add_development_dependency('roo-xls')
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment