summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2013-04-15 13:55:41 -0800
committerRyan Davis <ryand@zenspider.com>2013-04-15 13:55:41 -0800
commit9266f9cb17db6438b7e5e33d0839c78acddbe641 (patch)
tree3a2a61bf34e13095ba2e54294afecda48b0ad871 /Rakefile
parent10743fe82c2def31b40887edb3974227752ba565 (diff)
downloadhoe-9266f9cb17db6438b7e5e33d0839c78acddbe641.tar.gz
+ Renamed rubyforge_name to group_name.
+ Aliased and deprecated rubyforge_name from group_name. [git-p4: depot-paths = "//src/hoe/dev/": change = 8408]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 4f064a0..071a1bf 100644
--- a/Rakefile
+++ b/Rakefile
@@ -9,7 +9,7 @@ Hoe.plugin :isolate
Hoe.spec "hoe" do
developer "Ryan Davis", "ryand-ruby@zenspider.com"
- self.rubyforge_name = "seattlerb"
+ self.group_name = "seattlerb"
blog_categories << "Seattle.rb" << "Ruby"