Skip to content

Commit

Permalink
renaming Albacore to albacore, for the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Nov 20, 2009
1 parent ccce5a0 commit b14135c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ spec/support/expandtemplates/working
github-test.rb
Albacore-*.gem
Albacore.gemspec
albacore-*.gem
albacore.gemspec
4 changes: 2 additions & 2 deletions rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit b14135c

Please sign in to comment.