locomotivecms_coal 1.6.0 → 1.7.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
  SHA256:
3
- metadata.gz: 18c5d93a7d8ddd3b680a81600c4a9f9eebd7bf0f60289f09d7f0d7c4f00ef0f9
4
- data.tar.gz: ac1a507795ff933fd996a86ca441be74dee33a6c3ecee9d55d51d5dd16758cae
3
+ metadata.gz: 770fd2f69517472020c9cde5861eb02a0892c53bc132a7b5bfb6525cc28de723
4
+ data.tar.gz: bc31157ea14c0ee58108056c7ee786369833c39501987244f6253da1a6ada58a
5
5
  SHA512:
6
- metadata.gz: d43d247ae25642ff481bafc3e06716ab1bda1be618a100ba221869927ee1e13dcb8ed911185c1258233cbff9fc60007f278c0ef8caad14a77809052624986079
7
- data.tar.gz: 9df12ed1125fa3ae5359df6be9ac361bd02897db15e1b5b20a67018b192f710ada788246aef1e01edb80fd1af4ca0650c87289b23730417dfe1d47db975ed17b
6
+ metadata.gz: 76a98ae150c76b71dbffbdce6d7c57468170ee5a7cac541084b4e960c06ecd1500eeddd124c482bdaaa5536954d5b93d08b6bf558893b1df13443ab9774cb3bf
7
+ data.tar.gz: 78b7292e3113cfb04e60e8d02a582848a55ab9a7cacfad25bf518f6e7a04d00c7b1a4cc6a3913817675802bac8501d4756cb1f5d946c648a3d98b626711ae443
data/.travis.yml CHANGED
@@ -1,8 +1,7 @@
1
1
  language: ruby
2
2
  rvm:
3
3
  - 2.6.5
4
- env:
5
- - CODECLIMATE_REPO_TOKEN=8d9c25de4eff1cd06d3accdc09775397e1a81be67e2a159453ba4e4408acae16
4
+ - 2.7.2
6
5
  addons:
7
6
  code_climate:
8
7
  repo_token: 8d9c25de4eff1cd06d3accdc09775397e1a81be67e2a159453ba4e4408acae16
data/Gemfile CHANGED
@@ -11,11 +11,10 @@ group :test do
11
11
  gem 'rspec', '~> 3.5.0'
12
12
  gem 'json_spec', '~> 1.1.4'
13
13
 
14
- gem 'pry-byebug', '~> 3.4.2'
14
+ gem 'pry-byebug', '~> 3.9.0'
15
15
 
16
16
  gem 'webmock'
17
17
  gem 'vcr'
18
18
 
19
- gem 'codeclimate-test-reporter', '~> 1.0.7', require: false
20
19
  gem 'coveralls', '~> 0.8.19', require: false
21
20
  end
data/Gemfile.lock CHANGED
@@ -1,70 +1,67 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- locomotivecms_coal (1.6.0)
5
- activesupport (>= 5.1.5, <= 6.0)
6
- faraday (~> 0.15.4)
4
+ locomotivecms_coal (1.7.0)
5
+ activesupport (>= 5.1.5, < 6.1)
6
+ faraday (~> 0.17)
7
7
  faraday_middleware (~> 0.13.1)
8
8
  httpclient (~> 2.8.3)
9
- mime-types (~> 3.1.0)
9
+ mime-types (~> 3.3.0)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (6.0.0)
14
+ activesupport (6.0.3.4)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 0.7, < 2)
17
17
  minitest (~> 5.1)
18
18
  tzinfo (~> 1.1)
19
- zeitwerk (~> 2.1, >= 2.1.8)
20
- addressable (2.5.2)
21
- public_suffix (>= 2.0.2, < 4.0)
22
- byebug (9.0.6)
23
- codeclimate-test-reporter (1.0.7)
24
- simplecov
25
- coderay (1.1.2)
26
- concurrent-ruby (1.1.5)
27
- coveralls (0.8.21)
19
+ zeitwerk (~> 2.2, >= 2.2.2)
20
+ addressable (2.7.0)
21
+ public_suffix (>= 2.0.2, < 5.0)
22
+ byebug (11.1.3)
23
+ coderay (1.1.3)
24
+ concurrent-ruby (1.1.7)
25
+ coveralls (0.8.23)
28
26
  json (>= 1.8, < 3)
29
- simplecov (~> 0.14.1)
27
+ simplecov (~> 0.16.1)
30
28
  term-ansicolor (~> 1.3)
31
- thor (~> 0.19.4)
29
+ thor (>= 0.19.4, < 2.0)
32
30
  tins (~> 1.6)
33
- crack (0.4.3)
34
- safe_yaml (~> 1.0.0)
35
- diff-lcs (1.3)
36
- docile (1.1.5)
37
- domain_name (0.5.20170404)
31
+ crack (0.4.4)
32
+ diff-lcs (1.4.4)
33
+ docile (1.3.2)
34
+ domain_name (0.5.20190701)
38
35
  unf (>= 0.0.5, < 1.0.0)
39
- faraday (0.15.4)
36
+ faraday (0.17.3)
40
37
  multipart-post (>= 1.2, < 3)
41
38
  faraday_middleware (0.13.1)
42
39
  faraday (>= 0.7.4, < 1.0)
43
- hashdiff (0.3.7)
40
+ hashdiff (1.0.1)
44
41
  http-cookie (1.0.3)
45
42
  domain_name (~> 0.5)
46
43
  httpclient (2.8.3)
47
- i18n (1.7.0)
44
+ i18n (1.8.5)
48
45
  concurrent-ruby (~> 1.0)
49
- json (2.1.0)
46
+ json (2.3.1)
50
47
  json_spec (1.1.5)
51
48
  multi_json (~> 1.0)
52
49
  rspec (>= 2.0, < 4.0)
53
- method_source (0.9.0)
54
- mime-types (3.1)
50
+ method_source (1.0.0)
51
+ mime-types (3.3.1)
55
52
  mime-types-data (~> 3.2015)
56
- mime-types-data (3.2016.0521)
57
- minitest (5.13.0)
58
- multi_json (1.13.1)
53
+ mime-types-data (3.2020.1104)
54
+ minitest (5.14.2)
55
+ multi_json (1.15.0)
59
56
  multipart-post (2.1.1)
60
57
  netrc (0.11.0)
61
- pry (0.11.3)
62
- coderay (~> 1.1.0)
63
- method_source (~> 0.9.0)
64
- pry-byebug (3.4.3)
65
- byebug (>= 9.0, < 9.1)
66
- pry (~> 0.10)
67
- public_suffix (3.0.2)
58
+ pry (0.13.1)
59
+ coderay (~> 1.1)
60
+ method_source (~> 1.0)
61
+ pry-byebug (3.9.0)
62
+ byebug (~> 11.0)
63
+ pry (~> 0.13.0)
64
+ public_suffix (4.0.6)
68
65
  rake (13.0.1)
69
66
  rest-client (2.0.2)
70
67
  http-cookie (>= 1.0.2, < 2.0)
@@ -83,38 +80,38 @@ GEM
83
80
  diff-lcs (>= 1.2.0, < 2.0)
84
81
  rspec-support (~> 3.5.0)
85
82
  rspec-support (3.5.0)
86
- safe_yaml (1.0.4)
87
- simplecov (0.14.1)
88
- docile (~> 1.1.0)
83
+ simplecov (0.16.1)
84
+ docile (~> 1.1)
89
85
  json (>= 1.8, < 3)
90
86
  simplecov-html (~> 0.10.0)
91
87
  simplecov-html (0.10.2)
92
- term-ansicolor (1.6.0)
88
+ sync (0.5.0)
89
+ term-ansicolor (1.7.1)
93
90
  tins (~> 1.0)
94
- thor (0.19.4)
91
+ thor (1.0.1)
95
92
  thread_safe (0.3.6)
96
- tins (1.16.3)
97
- tzinfo (1.2.5)
93
+ tins (1.26.0)
94
+ sync
95
+ tzinfo (1.2.8)
98
96
  thread_safe (~> 0.1)
99
97
  unf (0.1.4)
100
98
  unf_ext
101
- unf_ext (0.0.7.5)
102
- vcr (4.0.0)
103
- webmock (3.3.0)
99
+ unf_ext (0.0.7.7)
100
+ vcr (6.0.0)
101
+ webmock (3.9.5)
104
102
  addressable (>= 2.3.6)
105
103
  crack (>= 0.3.2)
106
- hashdiff
107
- zeitwerk (2.2.1)
104
+ hashdiff (>= 0.4.0, < 2.0.0)
105
+ zeitwerk (2.4.1)
108
106
 
109
107
  PLATFORMS
110
108
  ruby
111
109
 
112
110
  DEPENDENCIES
113
- codeclimate-test-reporter (~> 1.0.7)
114
111
  coveralls (~> 0.8.19)
115
112
  json_spec (~> 1.1.4)
116
113
  locomotivecms_coal!
117
- pry-byebug (~> 3.4.2)
114
+ pry-byebug (~> 3.9.0)
118
115
  rake (~> 13.0.1)
119
116
  rest-client (~> 2.0.2)
120
117
  rspec (~> 3.5.0)
@@ -122,4 +119,4 @@ DEPENDENCIES
122
119
  webmock
123
120
 
124
121
  BUNDLED WITH
125
- 1.17.3
122
+ 2.1.4
data/MIT-LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2019 NoCoffee
3
+ Copyright (c) 2020 NoCoffee
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
  this software and associated documentation files (the "Software"), to deal in
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Coal
2
2
 
3
- [![Code Climate](https://codeclimate.com/github/locomotivecms/coal/badges/gpa.svg)](https://codeclimate.com/github/locomotivecms/coal) [![Dependency Status](https://gemnasium.com/locomotivecms/coal.svg)](https://gemnasium.com/locomotivecms/coal) [![Build Status](https://travis-ci.org/locomotivecms/coal.svg?branch=master)](https://travis-ci.org/locomotivecms/coal) [![Coverage Status](https://coveralls.io/repos/locomotivecms/coal/badge.svg?branch=master)](https://coveralls.io/r/locomotivecms/coal?branch=master)
3
+ [![Code Climate](https://codeclimate.com/github/locomotivecms/coal/badges/gpa.svg)](https://codeclimate.com/github/locomotivecms/coal) [![Build Status](https://travis-ci.org/locomotivecms/coal.svg?branch=master)](https://travis-ci.org/locomotivecms/coal) [![Coverage Status](https://coveralls.io/repos/github/locomotivecms/coal/badge.svg?branch=master)](https://coveralls.io/github/locomotivecms/coal?branch=master)
4
4
 
5
- The Ruby API Client for LocomotiveCMS V3.
5
+ The Ruby API Client for LocomotiveCMS V4.
6
6
 
7
7
  ## Table of Contents
8
8
 
@@ -337,4 +337,4 @@ Check the issues section of the repository to see what is missing.
337
337
 
338
338
  ## License
339
339
 
340
- Copyright (c) 2019 NoCoffee. MIT Licensed, see LICENSE for details.
340
+ Copyright (c) 2020 NoCoffee. MIT Licensed, see LICENSE for details.
@@ -3,6 +3,6 @@
3
3
  # 1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-alpha.beta < 1.0.0-beta < 1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0
4
4
  module Locomotive
5
5
  module Coal
6
- VERSION = '1.6.0'
6
+ VERSION = '1.7.0'
7
7
  end
8
8
  end
@@ -18,10 +18,10 @@ Gem::Specification.new do |spec|
18
18
  spec.add_development_dependency 'rake', '~> 13.0.1'
19
19
 
20
20
  spec.add_dependency 'httpclient', '~> 2.8.3'
21
- spec.add_dependency 'faraday', '~> 0.15.4'
21
+ spec.add_dependency 'faraday', '~> 0.17'
22
22
  spec.add_dependency 'faraday_middleware', '~> 0.13.1'
23
- spec.add_dependency 'activesupport', '>= 5.1.5', '<= 6.0'
24
- spec.add_dependency 'mime-types', '~> 3.1.0'
23
+ spec.add_dependency 'activesupport', '>= 5.1.5', '< 6.1'
24
+ spec.add_dependency 'mime-types', '~> 3.3.0'
25
25
 
26
26
  spec.required_ruby_version = '>= 2.0'
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locomotivecms_coal
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Didier Lafforgue
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-20 00:00:00.000000000 Z
11
+ date: 2021-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.15.4
47
+ version: '0.17'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 0.15.4
54
+ version: '0.17'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: faraday_middleware
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -73,9 +73,9 @@ dependencies:
73
73
  - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: 5.1.5
76
- - - "<="
76
+ - - "<"
77
77
  - !ruby/object:Gem::Version
78
- version: '6.0'
78
+ version: '6.1'
79
79
  type: :runtime
80
80
  prerelease: false
81
81
  version_requirements: !ruby/object:Gem::Requirement
@@ -83,23 +83,23 @@ dependencies:
83
83
  - - ">="
84
84
  - !ruby/object:Gem::Version
85
85
  version: 5.1.5
86
- - - "<="
86
+ - - "<"
87
87
  - !ruby/object:Gem::Version
88
- version: '6.0'
88
+ version: '6.1'
89
89
  - !ruby/object:Gem::Dependency
90
90
  name: mime-types
91
91
  requirement: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - "~>"
94
94
  - !ruby/object:Gem::Version
95
- version: 3.1.0
95
+ version: 3.3.0
96
96
  type: :runtime
97
97
  prerelease: false
98
98
  version_requirements: !ruby/object:Gem::Requirement
99
99
  requirements:
100
100
  - - "~>"
101
101
  - !ruby/object:Gem::Version
102
- version: 3.1.0
102
+ version: 3.3.0
103
103
  description: The LocomotiveCMS Coal is the API ruby client for the LocomotiveCMS platform
104
104
  email:
105
105
  - didier@nocoffee.fr
@@ -205,7 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
205
205
  - !ruby/object:Gem::Version
206
206
  version: '0'
207
207
  requirements: []
208
- rubygems_version: 3.0.3
208
+ rubygems_version: 3.1.4
209
209
  signing_key:
210
210
  specification_version: 4
211
211
  summary: The LocomotiveCMS Coal is the API ruby client for the LocomotiveCMS platform