gengo 0.0.8.alpha1 → 0.1.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 27b490d8e121c1bed518f337657e875acabcfa19
4
- data.tar.gz: aa77c46013f22b69ee4d1641764282b3f4729d20
3
+ metadata.gz: 060329412a1e9dace555866a5b2f35e61329999a
4
+ data.tar.gz: 0afdabf845206e0463196a5d653b2932f4e76ee2
5
5
  SHA512:
6
- metadata.gz: 1bd4838b3c77a3d72c7c330aa183bba4b6cc769bf85c83fed7a6df7f8d674c33f2a6abec1bfd23f0e9ffb8319813d38be5da8669a2df71fc3df1bfb3a901436c
7
- data.tar.gz: 55c46c5bd7f7fb1b3d71e3cf2ccbdb5dd03b606234be74ab6ff110f0319cc7def771e5284ecc22803f518b01b77cd9ab2e1816c375f6b0041bfd35e6119dbddf
6
+ metadata.gz: 2a474922c04f70148fc9a8dc5060bb613eaf28a573426cdc9ab6d00a3e974f91bfaf284ba97897747b63f65fbd842cc9fc81dc4354d1848e9bc3f91825171905
7
+ data.tar.gz: d34d56cc6e154bb9e9d8dcfc7e5ab798cd08603ab417a95cc4becfa924b9f56c357df108f495adfbf4644f0ef5aead49191e8464b556a6893afaa4b0c1fda36d
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gengo (0.0.6)
4
+ gengo (0.1.0)
5
5
  json
6
6
  mime-types
7
7
  multipart-post
@@ -15,25 +15,20 @@ GEM
15
15
  diff-lcs (1.2.5)
16
16
  docile (1.1.5)
17
17
  json (1.8.2)
18
- mime-types (2.5)
18
+ mime-types (2.6.1)
19
19
  multipart-post (2.0.0)
20
20
  rack (1.6.0)
21
21
  rack-test (0.6.3)
22
22
  rack (>= 1.0)
23
23
  rake (10.4.2)
24
- rspec (3.2.0)
25
- rspec-core (~> 3.2.0)
26
- rspec-expectations (~> 3.2.0)
27
- rspec-mocks (~> 3.2.0)
28
- rspec-core (3.2.3)
29
- rspec-support (~> 3.2.0)
30
- rspec-expectations (3.2.1)
31
- diff-lcs (>= 1.2.0, < 2.0)
32
- rspec-support (~> 3.2.0)
33
- rspec-mocks (3.2.1)
34
- diff-lcs (>= 1.2.0, < 2.0)
35
- rspec-support (~> 3.2.0)
36
- rspec-support (3.2.2)
24
+ rspec (2.99.0)
25
+ rspec-core (~> 2.99.0)
26
+ rspec-expectations (~> 2.99.0)
27
+ rspec-mocks (~> 2.99.0)
28
+ rspec-core (2.99.2)
29
+ rspec-expectations (2.99.2)
30
+ diff-lcs (>= 1.1.3, < 2.0)
31
+ rspec-mocks (2.99.3)
37
32
  safe_yaml (1.0.4)
38
33
  simplecov (0.10.0)
39
34
  docile (~> 1.1.0)
@@ -51,6 +46,6 @@ DEPENDENCIES
51
46
  gengo!
52
47
  rack-test
53
48
  rake
54
- rspec
49
+ rspec (~> 2.7)
55
50
  simplecov
56
51
  webmock
@@ -1,5 +1,5 @@
1
1
  module Gengo
2
2
  module Config
3
- VERSION = '0.0.8.alpha1'
3
+ VERSION = '0.1.0'
4
4
  end
5
5
  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.8.alpha1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Romaine
@@ -161,9 +161,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
161
161
  version: '0'
162
162
  required_rubygems_version: !ruby/object:Gem::Requirement
163
163
  requirements:
164
- - - ">"
164
+ - - ">="
165
165
  - !ruby/object:Gem::Version
166
- version: 1.3.1
166
+ version: '0'
167
167
  requirements: []
168
168
  rubyforge_project:
169
169
  rubygems_version: 2.4.5
@@ -171,3 +171,4 @@ signing_key:
171
171
  specification_version: 4
172
172
  summary: A library for interfacing with the Gengo Translation API.
173
173
  test_files: []
174
+ has_rdoc: true