mygengo-ruby 1.0 → 1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/README.md +1 -1
  2. metadata +5 -5
data/README.md CHANGED
@@ -10,7 +10,7 @@ Installation & Requirements
10
10
  -------------------------------------------------------------------------------------------------------
11
11
  Installing myGengo is fairly simple:
12
12
 
13
- gem install mygengo
13
+ gem install mygengo-ruby
14
14
 
15
15
 
16
16
  Tests - Running Them, etc
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mygengo-ruby
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
- - 0
9
- version: "1.0"
8
+ - 1
9
+ version: "1.1"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ryan McGrath <ryan@mygengo.com>
@@ -16,11 +16,11 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-05-10 00:00:00 +09:00
19
+ date: 2011-05-14 00:00:00 +09:00
20
20
  default_executable:
21
21
  dependencies: []
22
22
 
23
- description: myGengo is a service that offers various translation API, both machine and high quality human-sourced translation based. ruby-mygengo lets you interface with the myGengo REST API (http://mygengo.com/services/api/dev-docs/).
23
+ description: myGengo is a service that offers translation APIs, both machine and high quality human-sourced. ruby-mygengo lets you interface with the myGengo REST API (http://mygengo.com/services/api/dev-docs/).
24
24
  email: ryan@mygengo.com
25
25
  executables: []
26
26