Skip to content

Commit

Permalink
Stop using translate API, start using scraping google translate
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Shvets committed Oct 13, 2011
1 parent a6b0665 commit e1e2e41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Expand Up @@ -41,6 +41,6 @@

* Ruby 1.9.2 ready

== Version 0.8.4
== Version 0.8.5

* Stop using translate API, start using scraping google translate
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.8.4
0.8.5
2 changes: 1 addition & 1 deletion google-translate.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{google-translate}
s.version = "0.8.4"
s.version = "0.8.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Alexander Shvets"]
Expand Down

0 comments on commit e1e2e41

Please sign in to comment.