Skip to content

Commit

Permalink
patching gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Morgan committed Apr 2, 2012
1 parent 7df172a commit a7349d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions axlsx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'nokogiri', '>= 1.4.1'
s.add_runtime_dependency 'rmagick', '>= 2.12.2' unless Object.const_defined? :JRUBY_VERSION
s.add_runtime_dependency 'rmagick4j', '>= 0.3.7' if Object.const_defined? :JRUBY_VERSION

s.add_runtime_dependency 'rubyzip', '~> 0.9'

s.add_runtime_dependency 'rake', '0.8.7' if RUBY_VERSION == "1.9.2"
s.add_runtime_dependency 'rake', '>= 0.8.7' if ["1.9.3", "1.8.7"].include?(RUBY_VERSION)
s.add_development_dependency 'yard'
s.add_development_dependency 'yard'
s.add_development_dependency 'rdiscount'
# s.add_development_dependency 'rdiscount'

s.required_ruby_version = '>= 1.8.7'
s.require_path = 'lib'
Expand Down

0 comments on commit a7349d8

Please sign in to comment.