Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Artforge committed Jul 2, 2010
1 parent 5b0bf11 commit 9c0264d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ require 'rake/rdoctask'
begin
require 'jeweler'
Jeweler::Tasks.new do |g|
g.name = 'opengotham-rtranslate'
g.name = 'artforge-rtranslate'
g.summary = %(Google translate ruby client api)
g.description = %(A simple, unofficial, ruby client API for using Google Translate.)
g.email = 'mjording@openogotham.com'
g.homepage = 'http://github.com/opengotham/rtranslate'
g.authors = %w(opengotham)
g.email = "adam@artforge.com"
g.homepage = "http://github.com/Artforge/rtranslate"
g.authors = ["shisen","opengotham","Artforge"]
g.add_dependency 'json', '>= 1.1.3'
g.add_development_dependency 'shoulda'
g.add_development_dependency 'mocha'
Expand Down

0 comments on commit 9c0264d

Please sign in to comment.