languagetool 1.0.1 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: adc4d4972519a14a47d59f1ae7ed291e7c7dd48a
4
- data.tar.gz: 91b24c8c045b43a38a4aaea54879260e7b9df03b
3
+ metadata.gz: e3951d16607042eb58de48a2b362eb3cc186d232
4
+ data.tar.gz: 189f84c48190b4ccd6e0dd284ac60bf55c2e707e
5
5
  SHA512:
6
- metadata.gz: 873b83ba6caa33860d7d5064226c79eda3ab81dbdafd31c298c51eab31eb4c337902f2d2b33c00918ab7ea6c1cb14fe41edfda96d4e4e3adcb6c4ccd7a1852f1
7
- data.tar.gz: 1f5936bdc65e09780568b0d31a3727c4452972a1f4f6171fddb537999fe6ab0cdab011d8f4b56ae7a4fa49a020b73d7f6a11200a336d053424d1ab97fc66bbdd
6
+ metadata.gz: 443bbd46730308455cd9a74d276271d474dc7c126aacf17540c92ee7c04b4ecf86692758deef15f9d4ab56291ae6837d2628affb8a47b700a0146ee0ba22de35
7
+ data.tar.gz: 254603472017be375c71da99938228888f00131d7bb85d6eb26d798cfd87176808304b9162129ea3aad7ed34b4b609817c8226dc45e2627c02bc168cc6973c49
@@ -1,20 +1,20 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activesupport (5.0.0.1)
4
+ activesupport (5.0.1)
5
5
  concurrent-ruby (~> 1.0, >= 1.0.2)
6
6
  i18n (~> 0.7)
7
7
  minitest (~> 5.1)
8
8
  tzinfo (~> 1.1)
9
9
  addressable (2.4.0)
10
- builder (3.2.2)
11
- concurrent-ruby (1.0.2)
10
+ builder (3.2.3)
11
+ concurrent-ruby (1.0.4)
12
12
  crack (0.4.3)
13
13
  safe_yaml (~> 1.0.0)
14
14
  descendants_tracker (0.0.4)
15
15
  thread_safe (~> 0.3, >= 0.3.1)
16
16
  docile (1.1.5)
17
- domain_name (0.5.20160615)
17
+ domain_name (0.5.20161129)
18
18
  unf (>= 0.0.5, < 1.0.0)
19
19
  faraday (0.9.2)
20
20
  multipart-post (>= 1.2, < 3)
@@ -25,12 +25,12 @@ GEM
25
25
  faraday (~> 0.8, < 0.10)
26
26
  hashie (>= 3.4)
27
27
  oauth2 (~> 1.0)
28
- hashdiff (0.3.0)
29
- hashie (3.4.4)
28
+ hashdiff (0.3.2)
29
+ hashie (3.5.3)
30
30
  highline (1.7.8)
31
- http-cookie (1.0.2)
31
+ http-cookie (1.0.3)
32
32
  domain_name (~> 0.5)
33
- i18n (0.7.0)
33
+ i18n (0.8.0)
34
34
  jeweler (2.0.1)
35
35
  builder
36
36
  bundler (>= 1.0)
@@ -40,33 +40,31 @@ GEM
40
40
  nokogiri (>= 1.5.10)
41
41
  rake
42
42
  rdoc
43
- json (1.8.3)
44
- jwt (1.5.4)
43
+ json (1.8.6)
44
+ jwt (1.5.6)
45
45
  mime-types (3.1)
46
46
  mime-types-data (~> 3.2015)
47
47
  mime-types-data (3.2016.0521)
48
48
  mini_portile2 (2.1.0)
49
- minitest (5.9.0)
49
+ minitest (5.10.1)
50
50
  multi_json (1.12.1)
51
- multi_xml (0.5.5)
51
+ multi_xml (0.6.0)
52
52
  multipart-post (2.0.0)
53
53
  netrc (0.11.0)
54
- nokogiri (1.6.8)
54
+ nokogiri (1.7.0.1)
55
55
  mini_portile2 (~> 2.1.0)
56
- pkg-config (~> 1.1.7)
57
- oauth2 (1.2.0)
58
- faraday (>= 0.8, < 0.10)
56
+ oauth2 (1.3.0)
57
+ faraday (>= 0.8, < 0.11)
59
58
  jwt (~> 1.0)
60
59
  multi_json (~> 1.3)
61
60
  multi_xml (~> 0.5)
62
61
  rack (>= 1.2, < 3)
63
- pkg-config (1.1.7)
64
- power_assert (0.3.0)
62
+ power_assert (1.0.1)
65
63
  rack (2.0.1)
66
- rake (11.2.2)
64
+ rake (12.0.0)
67
65
  rdoc (3.12.2)
68
66
  json (~> 1.4)
69
- rest-client (2.0.0)
67
+ rest-client (2.0.1)
70
68
  http-cookie (>= 1.0.2, < 2.0)
71
69
  mime-types (>= 1.16, < 4.0)
72
70
  netrc (~> 0.8)
@@ -74,15 +72,15 @@ GEM
74
72
  shoulda (3.5.0)
75
73
  shoulda-context (~> 1.0, >= 1.0.1)
76
74
  shoulda-matchers (>= 1.4.1, < 3.0)
77
- shoulda-context (1.2.1)
75
+ shoulda-context (1.2.2)
78
76
  shoulda-matchers (2.8.0)
79
77
  activesupport (>= 3.0.0)
80
- simplecov (0.12.0)
78
+ simplecov (0.13.0)
81
79
  docile (~> 1.1.0)
82
80
  json (>= 1.8, < 3)
83
81
  simplecov-html (~> 0.10.0)
84
82
  simplecov-html (0.10.0)
85
- test-unit (3.2.1)
83
+ test-unit (3.2.3)
86
84
  power_assert
87
85
  thread_safe (0.3.5)
88
86
  tzinfo (1.2.2)
@@ -91,7 +89,7 @@ GEM
91
89
  unf_ext
92
90
  unf_ext (0.0.7.2)
93
91
  vcr (3.0.3)
94
- webmock (2.1.0)
92
+ webmock (2.3.2)
95
93
  addressable (>= 2.3.6)
96
94
  crack (>= 0.3.2)
97
95
  hashdiff
@@ -110,5 +108,8 @@ DEPENDENCIES
110
108
  vcr
111
109
  webmock
112
110
 
111
+ RUBY VERSION
112
+ ruby 2.2.4p230
113
+
113
114
  BUNDLED WITH
114
- 1.11.2
115
+ 1.12.5
data/README.md CHANGED
@@ -1,5 +1,9 @@
1
+ [![Gem Version](https://badge.fury.io/rb/languagetool.svg)](https://badge.fury.io/rb/languagetool) [![Dependency Status](https://gemnasium.com/badges/github.com/wikiti/languagetool-ruby.svg)](https://gemnasium.com/github.com/wikiti/languagetool-ruby) [![CircleCI](https://circleci.com/gh/wikiti/languagetool-ruby.svg?&style=shield&circle-token=30f27cf5467c3b815e1ea6102e551fd4be05ca83)](https://circleci.com/gh/wikiti/languagetool-ruby)
2
+
1
3
  # languagetool
2
4
 
5
+ <img src="https://gitlab.com/uploads/project/avatar/1507736/languagetool-ruby.png" width="200">
6
+
3
7
  A simple ruby wrapper for the LanguageTool HTTP API. This gem is only compatible with LanguageTool 3.4 and above.
4
8
 
5
9
  Please visit the this [link](https://languagetool.org/http-api/swagger-ui/#/default) for more information about the public LanguageTool HTTP API, and its allowed parameters.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.1.0
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: languagetool 1.0.1 ruby lib
5
+ # stub: languagetool 1.1.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "languagetool"
9
- s.version = "1.0.1"
9
+ s.version = "1.1.0"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Daniel Herzog"]
14
- s.date = "2016-08-13"
14
+ s.date = "2017-02-20"
15
15
  s.description = "Gem wrapper for the LanguageTool API (public or private). It allows to correct texts."
16
16
  s.email = "info@danielherzog.es"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: languagetool
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Herzog
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-13 00:00:00.000000000 Z
11
+ date: 2017-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client