gengo 0.0.4 → 0.0.5

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.
@@ -365,7 +365,7 @@ module Gengo
365
365
  # <tt>id</tt> - The ID of the translation job you're getting revisions from.
366
366
  # <tt>rev_id</tt> - The ID of the revision you're looking up.
367
367
  def getTranslationJobRevision(params = {})
368
- self.get_from_gengo('translate/job/:id/revisions/:revision_id'.gsub(':id', params.delete(:id).to_s).gsub(':revision_id', params.delete(:rev_id).to_s), params)
368
+ self.get_from_gengo('translate/job/:id/revision/:revision_id'.gsub(':id', params.delete(:id).to_s).gsub(':revision_id', params.delete(:rev_id).to_s), params)
369
369
  end
370
370
 
371
371
  # Returns a preview image for a job.
@@ -8,8 +8,6 @@ module Gengo
8
8
  @opstat = opstat
9
9
  @code = code
10
10
  @msg = msg
11
-
12
- puts msg
13
11
  end
14
12
  end
15
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gengo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2013-09-03 00:00:00.000000000 Z
15
+ date: 2013-09-24 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: json