Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated gemspec, updated Rakefile.
  • Loading branch information
David Balatero committed Jun 22, 2009
1 parent 028d0fa commit ba334f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Rakefile
Expand Up @@ -5,10 +5,11 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "signed_request"
gem.summary = %Q{TODO}
gem.summary = %Q{A simple gem that allows you to sign HTTP requests between two parties with a shared secret key.}
gem.email = "dbalatero@evri.com"
gem.homepage = "http://github.com/dbalatero/signed_request"
gem.authors = ["David Balatero"]
gem.rubyforge_project = 'evrigems'
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end

Expand Down
4 changes: 3 additions & 1 deletion signed_request.gemspec
Expand Up @@ -20,14 +20,16 @@ Gem::Specification.new do |s|
"Rakefile",
"VERSION",
"lib/signed_request.rb",
"signed_request.gemspec",
"spec/signed_request_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/dbalatero/signed_request}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{evrigems}
s.rubygems_version = %q{1.3.4}
s.summary = %q{TODO}
s.summary = %q{A simple gem that allows you to sign HTTP requests between two parties with a shared secret key.}
s.test_files = [
"spec/signed_request_spec.rb",
"spec/spec_helper.rb"
Expand Down

0 comments on commit ba334f0

Please sign in to comment.