Skip to content

Commit

Permalink
remove activesupport runtime dependency from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
herestomwiththeweather committed Mar 21, 2012
1 parent 4a167e0 commit 20fc42f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/oauth2_mac_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Oauth2MacClient
VERSION = "0.0.2"
VERSION = "0.0.3"
end
1 change: 0 additions & 1 deletion oauth2_mac_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_runtime_dependency "activesupport", ">= 2.3"
s.add_development_dependency "rake"
s.add_development_dependency "rspec"
end

0 comments on commit 20fc42f

Please sign in to comment.