From 1476180e96041ea64350381bd2fcee8fcfc59937 Mon Sep 17 00:00:00 2001 From: Martyn Loughran Date: Fri, 7 May 2010 12:26:43 +0100 Subject: [PATCH] Filled in Rakefile details --- LICENSE | 2 +- Rakefile | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 9d7be76..9c7569c 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/Rakefile b/Rakefile index 8d0c65e..e044f40 100644 --- a/Rakefile +++ b/Rakefile @@ -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 = "me@mloughran.com" gem.homepage = "http://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