Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Updated Gem metadata and added JewelryPortfolio task.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Apr 14, 2009
1 parent 129f343 commit 0d51941
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,20 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |gemspec|
gemspec.name = "headless-squirrel"
gemspec.summary = gemspec.description = "A command-line JavaScript test runner for the Mac."
gemspec.email = "eloy.de.enige@gmail.com"
gemspec.summary = "A command-line JavaScript test runner for the Mac."
gemspec.description = "A OS X command line tool to run JavaScript (Prototype) unit tests from the comfort of your terminal."
gemspec.homepage = "http://github.com/Fingertips/headless-squirrel/tree/master"

gemspec.email = "eloy.de.enige@gmail.com"
gemspec.authors = ["Eloy Duran"]
end
rescue LoadError
end

begin
require 'jewelry_portfolio/tasks'
JewelryPortfolio::Tasks.new do |p|
p.account = 'Fingertips'
end
rescue LoadError
end

0 comments on commit 0d51941

Please sign in to comment.