forked from Albacore/albacore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renaming Albacore to albacore, for the gem
- Loading branch information
Derick Bailey
committed
Nov 20, 2009
1 parent
ccce5a0
commit b14135c
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,14 +123,14 @@ | |
namespace :jeweler do | ||
require 'jeweler' | ||
Jeweler::Tasks.new do |gs| | ||
gs.name = "Albacore" | ||
gs.name = "albacore" | ||
gs.summary = "A Suite of Rake Build Tasks For .Net Solutions" | ||
gs.description = "Easily build your .NET solutions with rake, using this suite of custom tasks." | ||
gs.email = "[email protected]" | ||
gs.homepage = "http://github.com/derickbailey/Albacore" | ||
gs.authors = ["Derick Bailey", "Ben Hall"] | ||
gs.has_rdoc = false | ||
gs.files.exclude("Albacore.gemspec", ".gitignore", "spec/support/Tools") | ||
gs.files.exclude("albacore.gemspec", ".gitignore", "spec/support/Tools") | ||
|
||
gs.add_dependency('rake', '>= 0.8.7') | ||
gs.add_dependency('net-ssh', '>= 2.0.15') | ||
|