-
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.
Modify gem's name to avoid rubyforge conflicts.
- Loading branch information
Martin Catty
committed
Jan 6, 2009
1 parent
23bd18f
commit ade1fa8
Showing
2 changed files
with
4 additions
and
5 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 |
---|---|---|
|
@@ -6,12 +6,12 @@ require 'rake/contrib/rubyforgepublisher' | |
require 'rubyforge' | ||
|
||
SPEC = Gem::Specification.new do |s| | ||
s.name = "translate" | ||
s.name = "wrtranslate" | ||
s.version = "0.2" | ||
s.author = "Martin Catty" | ||
s.email = "[email protected]" | ||
s.homepage = "http://github.com/fuse/translate" | ||
s.rubyforge_project = "translate" | ||
s.rubyforge_project = "wrtranslate" | ||
s.summary = "translate provide an easy way to translate word or expression using wordreference.com" | ||
s.description = "translate make get requests and parse the result using hpricot. You can use it inside an other program or directly via command line." | ||
s.files = [ "Rakefile", "install.rb", "uninstall.rb", "README", "LICENCE" ] + | ||
|