languagetool 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +23 -24
  3. data/VERSION +1 -1
  4. data/languagetool.gemspec +3 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e3951d16607042eb58de48a2b362eb3cc186d232
4
- data.tar.gz: 189f84c48190b4ccd6e0dd284ac60bf55c2e707e
3
+ metadata.gz: 3a512db28e3f43e7b6117e8a64782037b2a64405
4
+ data.tar.gz: 7972b6771f1e82ca84f87c45aa1ab6ee834dc70a
5
5
  SHA512:
6
- metadata.gz: 443bbd46730308455cd9a74d276271d474dc7c126aacf17540c92ee7c04b4ecf86692758deef15f9d4ab56291ae6837d2628affb8a47b700a0146ee0ba22de35
7
- data.tar.gz: 254603472017be375c71da99938228888f00131d7bb85d6eb26d798cfd87176808304b9162129ea3aad7ed34b4b609817c8226dc45e2627c02bc168cc6973c49
6
+ metadata.gz: 65009e1d6d56325b5497b725adb90ffd30810ae2469c8e24e7a84442452ecdc81ab2cc084ccc0db3cc2d4311598b405b38ec6cbd1cffc6f7ff2020299bbd0fe6
7
+ data.tar.gz: e0ca0673e22f256eb2eb807cbe0a54b5478b43af5eef4172659794a344494085a5b4c1970fdeab594782c19213e880eda67e963b738e49c5dfa57390334a1e3e
@@ -1,36 +1,37 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activesupport (5.0.1)
4
+ activesupport (5.1.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
10
  builder (3.2.3)
11
- concurrent-ruby (1.0.4)
11
+ concurrent-ruby (1.0.5)
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.20161129)
17
+ domain_name (0.5.20170404)
18
18
  unf (>= 0.0.5, < 1.0.0)
19
19
  faraday (0.9.2)
20
20
  multipart-post (>= 1.2, < 3)
21
21
  git (1.3.0)
22
- github_api (0.14.5)
22
+ github_api (0.17.0)
23
23
  addressable (~> 2.4.0)
24
24
  descendants_tracker (~> 0.0.4)
25
25
  faraday (~> 0.8, < 0.10)
26
26
  hashie (>= 3.4)
27
+ mime-types (>= 1.16, < 3.0)
27
28
  oauth2 (~> 1.0)
28
- hashdiff (0.3.2)
29
- hashie (3.5.3)
29
+ hashdiff (0.3.4)
30
+ hashie (3.5.5)
30
31
  highline (1.7.8)
31
32
  http-cookie (1.0.3)
32
33
  domain_name (~> 0.5)
33
- i18n (0.8.0)
34
+ i18n (0.8.1)
34
35
  jeweler (2.0.1)
35
36
  builder
36
37
  bundler (>= 1.0)
@@ -42,29 +43,27 @@ GEM
42
43
  rdoc
43
44
  json (1.8.6)
44
45
  jwt (1.5.6)
45
- mime-types (3.1)
46
- mime-types-data (~> 3.2015)
47
- mime-types-data (3.2016.0521)
46
+ mime-types (2.99.3)
48
47
  mini_portile2 (2.1.0)
49
- minitest (5.10.1)
48
+ minitest (5.10.2)
50
49
  multi_json (1.12.1)
51
50
  multi_xml (0.6.0)
52
51
  multipart-post (2.0.0)
53
52
  netrc (0.11.0)
54
- nokogiri (1.7.0.1)
53
+ nokogiri (1.7.2)
55
54
  mini_portile2 (~> 2.1.0)
56
- oauth2 (1.3.0)
57
- faraday (>= 0.8, < 0.11)
55
+ oauth2 (1.3.1)
56
+ faraday (>= 0.8, < 0.12)
58
57
  jwt (~> 1.0)
59
58
  multi_json (~> 1.3)
60
59
  multi_xml (~> 0.5)
61
60
  rack (>= 1.2, < 3)
62
- power_assert (1.0.1)
63
- rack (2.0.1)
61
+ power_assert (1.0.2)
62
+ rack (2.0.3)
64
63
  rake (12.0.0)
65
64
  rdoc (3.12.2)
66
65
  json (~> 1.4)
67
- rest-client (2.0.1)
66
+ rest-client (2.0.2)
68
67
  http-cookie (>= 1.0.2, < 2.0)
69
68
  mime-types (>= 1.16, < 4.0)
70
69
  netrc (~> 0.8)
@@ -75,21 +74,21 @@ GEM
75
74
  shoulda-context (1.2.2)
76
75
  shoulda-matchers (2.8.0)
77
76
  activesupport (>= 3.0.0)
78
- simplecov (0.13.0)
77
+ simplecov (0.14.1)
79
78
  docile (~> 1.1.0)
80
79
  json (>= 1.8, < 3)
81
80
  simplecov-html (~> 0.10.0)
82
- simplecov-html (0.10.0)
83
- test-unit (3.2.3)
81
+ simplecov-html (0.10.1)
82
+ test-unit (3.2.4)
84
83
  power_assert
85
- thread_safe (0.3.5)
86
- tzinfo (1.2.2)
84
+ thread_safe (0.3.6)
85
+ tzinfo (1.2.3)
87
86
  thread_safe (~> 0.1)
88
87
  unf (0.1.4)
89
88
  unf_ext
90
- unf_ext (0.0.7.2)
89
+ unf_ext (0.0.7.4)
91
90
  vcr (3.0.3)
92
- webmock (2.3.2)
91
+ webmock (3.0.1)
93
92
  addressable (>= 2.3.6)
94
93
  crack (>= 0.3.2)
95
94
  hashdiff
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.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.1.0 ruby lib
5
+ # stub: languagetool 1.2.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "languagetool"
9
- s.version = "1.1.0"
9
+ s.version = "1.2.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 = "2017-02-20"
14
+ s.date = "2017-05-29"
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.1.0
4
+ version: 1.2.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: 2017-02-20 00:00:00.000000000 Z
11
+ date: 2017-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client