Skip to content

Commit

Permalink
fixed rubyforge_name to help with gem deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Feb 20, 2009
1 parent b5140a5 commit 137b830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require "activesupport"
require './lib/calendar_date_select.rb'

Hoe.new('calendar_date_select', CalendarDateSelect::VERSION) do |p|
p.rubyforge_name = 'calendar_date_select'
p.rubyforge_name = 'cds'
p.developer('Tim Harper', 'tim c harper at gmail dot com')
end

Expand Down

0 comments on commit 137b830

Please sign in to comment.