Skip to content

Commit

Permalink
Modify gem's name to avoid rubyforge conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Catty committed Jan 6, 2009
1 parent 23bd18f commit ade1fa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Translate can be used directly in command line or inside an other program.

Download and install translate with the following:

gem install translate
gem install wrtranslate

=== Common installation

Checkout the source code on github: git clone git://github.com/fuse/translate.git

ruby install.rb
# ruby install.rb

It will ask you where you want to install the translate library and binary in
your path.
Expand Down Expand Up @@ -84,4 +84,3 @@ This software is provided "as is" and without any express or
implied warranties, including, without limitation, the implied
warranties of merchantibility and fitness for a particular
purpose.

4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ] +
Expand Down

0 comments on commit ade1fa8

Please sign in to comment.