Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Merge pull request #9 from site5/feature/tidy-gemspec
Browse files Browse the repository at this point in the history
Tidied up gemspec file
  • Loading branch information
fabiokr committed Mar 15, 2012
2 parents 5d805f6 + 09d4cbb commit b094442
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions moo_moo.gemspec
Expand Up @@ -14,16 +14,16 @@ Gem::Specification.new do |s|

s.rubyforge_project = "opensrs"

s.add_runtime_dependency('jruby-openssl', '~> 0.7.3') if RUBY_PLATFORM == 'java'
s.add_runtime_dependency 'extlib', '~> 0.9.15'
s.add_runtime_dependency 'faraday', '~> 0.8.0.rc2'
s.add_runtime_dependency 'jruby-openssl', '~> 0.7.3' if RUBY_PLATFORM == 'java'

s.add_development_dependency 'rake', '~> 0.9.2.2'
s.add_development_dependency 'rspec', '~> 2.8.0'
s.add_development_dependency 'rdoc', '~> 3.12'
s.add_development_dependency 'webmock', '~> 1.7.10'
s.add_development_dependency 'vcr', '~> 1.11.3'

s.add_dependency 'extlib'
s.add_runtime_dependency 'faraday', '~> 0.8.0.rc2'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
Expand Down

0 comments on commit b094442

Please sign in to comment.