Skip to content

Commit

Permalink
Moving test deps to Gemfile. 1.9.3 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
morten committed May 11, 2012
1 parent a897711 commit f536b4c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 8 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
source 'http://rubygems.org'

gemspec

group :test do
gem "ruby-debug", "~> 0.10.4", :require => nil, :platforms => :ruby_18
gem "debugger", "~> 1.1.1", :require => nil, :platforms => :ruby_19
gem "shoulda"
gem "rake"
gem "mocha"
end
5 changes: 0 additions & 5 deletions ruby-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,5 @@ Gem::Specification.new do |s|

s.add_runtime_dependency("canonix", ["0.1.1"])
s.add_runtime_dependency("uuid", ["~> 2.3"])

s.add_development_dependency("shoulda", [">= 0"])
s.add_development_dependency("rake", [">= 0"])
s.add_development_dependency("ruby-debug", [">= 0"])
s.add_development_dependency("mocha", [">= 0"])
end

0 comments on commit f536b4c

Please sign in to comment.