Skip to content

Commit

Permalink
removing dependency on ruby-hmac library from gemspec, using latest r…
Browse files Browse the repository at this point in the history
…spec version
  • Loading branch information
markburns committed Apr 29, 2012
1 parent 1b21d15 commit ae6715f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
25 changes: 10 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,23 @@ PATH
remote: .
specs:
signature (0.1.2)
ruby-hmac

GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
rspec (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
rspec-mocks (~> 2.0.1)
rspec-core (2.0.1)
rspec-expectations (2.0.1)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
ruby-hmac (0.4.0)
diff-lcs (1.1.3)
rspec (2.9.0)
rspec-core (~> 2.9.0)
rspec-expectations (~> 2.9.0)
rspec-mocks (~> 2.9.0)
rspec-core (2.9.0)
rspec-expectations (2.9.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.9.0)

PLATFORMS
ruby

DEPENDENCIES
rspec (~> 2.0.0)
ruby-hmac
rspec (~> 2.9.0)
signature!
3 changes: 1 addition & 2 deletions signature.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "ruby-hmac"
s.add_development_dependency "rspec", "~> 2.0.0"
s.add_development_dependency "rspec", "~> 2.9.0"
end

0 comments on commit ae6715f

Please sign in to comment.