Skip to content

Commit

Permalink
Filled in Rakefile details
Browse files Browse the repository at this point in the history
  • Loading branch information
mloughran committed May 7, 2010
1 parent fd35dc9 commit 1476180
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2009 Martyn Loughran
Copyright (c) 2010 Martyn Loughran

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
5 changes: 3 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "signature"
gem.summary = %Q{TODO: one-line summary of your gem}
gem.description = %Q{TODO: longer description of your gem}
gem.summary = %Q{Simple key/secret based authentication for apis}
gem.description = %Q{Simple key/secret based authentication for apis}
gem.email = "[email protected]"
gem.homepage = "https://github.com/mloughran/signature"
gem.authors = ["Martyn Loughran"]
gem.add_dependency "ruby-hmac"
gem.add_development_dependency "rspec", ">= 1.2.9"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Expand Down

0 comments on commit 1476180

Please sign in to comment.