Skip to content

Commit

Permalink
Specify addressable development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 24, 2012
1 parent ea4b057 commit dd9f686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions oauth2.gemspec
Expand Up @@ -6,6 +6,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'httpauth', '~> 0.1'
gem.add_dependency 'multi_json', '~> 1.3'
gem.add_dependency 'rack', '~> 1.4'
gem.add_development_dependency 'addressable'
gem.add_development_dependency 'multi_xml'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rdoc'
Expand Down
1 change: 1 addition & 0 deletions spec/helper.rb
Expand Up @@ -3,6 +3,7 @@
SimpleCov.start
end
require 'oauth2'
require 'addressable/uri'
require 'rspec'
require 'rspec/autorun'

Expand Down

0 comments on commit dd9f686

Please sign in to comment.