Sha256: 9828e64655a29c913f9cb773c2c46e2fe92ade723bca2c62073d3206111768d7
Contents?: true
Size: 423 Bytes
Versions: 1
Compression:
Stored size: 423 Bytes
Contents
source "https://rubygems.org" if ENV['USE_LATEST_RUBY_OLE'] if Dir.exist?('../ruby-ole') gem 'ruby-ole', :path => '../ruby-ole' else gem 'ruby-ole', :git => 'https://github.com/taichi-ishitani/ruby-ole.git', :branch => 'support_frozen_string_literal' end else gem 'ruby-ole' end if RUBY_VERSION.to_f > 2.0 gem 'test-unit' gem 'minitest' end group :development do gem 'hoe', '>= 3.4' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spreadsheet-1.2.2 | Gemfile |