locomotivecms_coal 1.4.0 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.gitignore +1 -0
- data/.travis.yml +1 -1
- data/Gemfile +2 -2
- data/Gemfile.lock +44 -44
- data/{LICENSE → MIT-LICENSE} +1 -1
- data/README.md +3 -3
- data/lib/locomotive/coal/version.rb +1 -1
- data/locomotivecms_coal.gemspec +6 -6
- metadata +15 -16
- data/.DS_Store +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 5daa158e509bbec4d804bd4fc76c607df5d961b97f391d30388263ee6457206b
|
4
|
+
data.tar.gz: 1b2356d582526092b37f05c647345ffd3351be55f6a548057fa7d985ca079a5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2a39681db0d2688a56cfaa590174069b005584a03adf7aab69770f9062283672b177fd6e422955b8606ed7d2593f1257df0fe6460349c3113648705233ab373
|
7
|
+
data.tar.gz: 00dcb802d9e21d67d9f987f01b2e70897d9e3ca58e24e5d9a7a515625784bd81a0e0835a2ec14a162dd24286adf7afc1fa73c2544dc1a34ac84477ac9f463ffe
|
data/.gitignore
CHANGED
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
@@ -6,7 +6,7 @@ group :development do
|
|
6
6
|
end
|
7
7
|
|
8
8
|
group :test do
|
9
|
-
gem 'rest-client', '~> 2.0.
|
9
|
+
gem 'rest-client', '~> 2.0.2'
|
10
10
|
|
11
11
|
gem 'rspec', '~> 3.5.0'
|
12
12
|
gem 'json_spec', '~> 1.1.4'
|
@@ -21,5 +21,5 @@ group :test do
|
|
21
21
|
end
|
22
22
|
|
23
23
|
platform :ruby do
|
24
|
-
ruby '2.
|
24
|
+
ruby '2.5.0'
|
25
25
|
end
|
data/Gemfile.lock
CHANGED
@@ -1,69 +1,70 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
locomotivecms_coal (1.
|
5
|
-
activesupport (~>
|
6
|
-
faraday (~> 0.
|
7
|
-
faraday_middleware (~> 0.
|
4
|
+
locomotivecms_coal (1.5.0)
|
5
|
+
activesupport (~> 5.1.5)
|
6
|
+
faraday (~> 0.14.0)
|
7
|
+
faraday_middleware (~> 0.12.2)
|
8
8
|
httpclient (~> 2.8.3)
|
9
9
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
activesupport (
|
13
|
+
activesupport (5.1.5)
|
14
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
14
15
|
i18n (~> 0.7)
|
15
16
|
minitest (~> 5.1)
|
16
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
17
17
|
tzinfo (~> 1.1)
|
18
|
-
addressable (2.5.
|
19
|
-
public_suffix (
|
18
|
+
addressable (2.5.2)
|
19
|
+
public_suffix (>= 2.0.2, < 4.0)
|
20
20
|
byebug (9.0.6)
|
21
21
|
codeclimate-test-reporter (1.0.7)
|
22
22
|
simplecov
|
23
|
-
coderay (1.1.
|
24
|
-
|
23
|
+
coderay (1.1.2)
|
24
|
+
concurrent-ruby (1.0.5)
|
25
|
+
coveralls (0.8.21)
|
25
26
|
json (>= 1.8, < 3)
|
26
|
-
simplecov (~> 0.
|
27
|
+
simplecov (~> 0.14.1)
|
27
28
|
term-ansicolor (~> 1.3)
|
28
|
-
thor (~> 0.19.
|
29
|
+
thor (~> 0.19.4)
|
29
30
|
tins (~> 1.6)
|
30
31
|
crack (0.4.3)
|
31
32
|
safe_yaml (~> 1.0.0)
|
32
33
|
diff-lcs (1.3)
|
33
34
|
docile (1.1.5)
|
34
|
-
domain_name (0.5.
|
35
|
+
domain_name (0.5.20170404)
|
35
36
|
unf (>= 0.0.5, < 1.0.0)
|
36
|
-
faraday (0.
|
37
|
+
faraday (0.14.0)
|
37
38
|
multipart-post (>= 1.2, < 3)
|
38
|
-
faraday_middleware (0.
|
39
|
+
faraday_middleware (0.12.2)
|
39
40
|
faraday (>= 0.7.4, < 1.0)
|
40
|
-
hashdiff (0.3.
|
41
|
+
hashdiff (0.3.7)
|
41
42
|
http-cookie (1.0.3)
|
42
43
|
domain_name (~> 0.5)
|
43
44
|
httpclient (2.8.3)
|
44
|
-
i18n (0.
|
45
|
-
|
46
|
-
|
45
|
+
i18n (0.9.5)
|
46
|
+
concurrent-ruby (~> 1.0)
|
47
|
+
json (2.1.0)
|
48
|
+
json_spec (1.1.5)
|
47
49
|
multi_json (~> 1.0)
|
48
50
|
rspec (>= 2.0, < 4.0)
|
49
|
-
method_source (0.
|
51
|
+
method_source (0.9.0)
|
50
52
|
mime-types (3.1)
|
51
53
|
mime-types-data (~> 3.2015)
|
52
54
|
mime-types-data (3.2016.0521)
|
53
|
-
minitest (5.
|
54
|
-
multi_json (1.
|
55
|
+
minitest (5.11.3)
|
56
|
+
multi_json (1.13.1)
|
55
57
|
multipart-post (2.0.0)
|
56
58
|
netrc (0.11.0)
|
57
|
-
pry (0.
|
59
|
+
pry (0.11.3)
|
58
60
|
coderay (~> 1.1.0)
|
59
|
-
method_source (~> 0.
|
60
|
-
|
61
|
-
|
62
|
-
byebug (~> 9.0)
|
61
|
+
method_source (~> 0.9.0)
|
62
|
+
pry-byebug (3.4.3)
|
63
|
+
byebug (>= 9.0, < 9.1)
|
63
64
|
pry (~> 0.10)
|
64
|
-
public_suffix (
|
65
|
-
rake (12.
|
66
|
-
rest-client (2.0.
|
65
|
+
public_suffix (3.0.2)
|
66
|
+
rake (12.3.0)
|
67
|
+
rest-client (2.0.2)
|
67
68
|
http-cookie (>= 1.0.2, < 2.0)
|
68
69
|
mime-types (>= 1.16, < 4.0)
|
69
70
|
netrc (~> 0.8)
|
@@ -81,24 +82,23 @@ GEM
|
|
81
82
|
rspec-support (~> 3.5.0)
|
82
83
|
rspec-support (3.5.0)
|
83
84
|
safe_yaml (1.0.4)
|
84
|
-
simplecov (0.
|
85
|
+
simplecov (0.14.1)
|
85
86
|
docile (~> 1.1.0)
|
86
87
|
json (>= 1.8, < 3)
|
87
88
|
simplecov-html (~> 0.10.0)
|
88
|
-
simplecov-html (0.10.
|
89
|
-
|
90
|
-
term-ansicolor (1.4.0)
|
89
|
+
simplecov-html (0.10.2)
|
90
|
+
term-ansicolor (1.6.0)
|
91
91
|
tins (~> 1.0)
|
92
92
|
thor (0.19.4)
|
93
93
|
thread_safe (0.3.6)
|
94
|
-
tins (1.
|
95
|
-
tzinfo (1.2.
|
94
|
+
tins (1.16.3)
|
95
|
+
tzinfo (1.2.5)
|
96
96
|
thread_safe (~> 0.1)
|
97
97
|
unf (0.1.4)
|
98
98
|
unf_ext
|
99
|
-
unf_ext (0.0.7.
|
100
|
-
vcr (
|
101
|
-
webmock (
|
99
|
+
unf_ext (0.0.7.5)
|
100
|
+
vcr (4.0.0)
|
101
|
+
webmock (3.3.0)
|
102
102
|
addressable (>= 2.3.6)
|
103
103
|
crack (>= 0.3.2)
|
104
104
|
hashdiff
|
@@ -107,20 +107,20 @@ PLATFORMS
|
|
107
107
|
ruby
|
108
108
|
|
109
109
|
DEPENDENCIES
|
110
|
-
bundler (~> 1.
|
110
|
+
bundler (~> 1.16.1)
|
111
111
|
codeclimate-test-reporter (~> 1.0.7)
|
112
112
|
coveralls (~> 0.8.19)
|
113
113
|
json_spec (~> 1.1.4)
|
114
114
|
locomotivecms_coal!
|
115
115
|
pry-byebug (~> 3.4.2)
|
116
|
-
rake (~> 12.
|
117
|
-
rest-client (~> 2.0.
|
116
|
+
rake (~> 12.3.0)
|
117
|
+
rest-client (~> 2.0.2)
|
118
118
|
rspec (~> 3.5.0)
|
119
119
|
vcr
|
120
120
|
webmock
|
121
121
|
|
122
122
|
RUBY VERSION
|
123
|
-
ruby 2.
|
123
|
+
ruby 2.5.0p0
|
124
124
|
|
125
125
|
BUNDLED WITH
|
126
|
-
1.
|
126
|
+
1.16.1
|
data/{LICENSE → MIT-LICENSE}
RENAMED
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
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)
|
4
4
|
|
5
|
-
The Ruby API Client for LocomotiveCMS V3
|
5
|
+
The Ruby API Client for LocomotiveCMS V3.
|
6
6
|
|
7
7
|
## Table of Contents
|
8
8
|
|
@@ -28,7 +28,7 @@ The Ruby API Client for LocomotiveCMS V3 (WIP).
|
|
28
28
|
|
29
29
|
## Installation
|
30
30
|
|
31
|
-
gem install locomotivecms_coal
|
31
|
+
gem install locomotivecms_coal
|
32
32
|
|
33
33
|
## Usage
|
34
34
|
|
@@ -303,4 +303,4 @@ Check the issues section of the repository to see what is missing.
|
|
303
303
|
|
304
304
|
## License
|
305
305
|
|
306
|
-
Copyright (c)
|
306
|
+
Copyright (c) 2018 NoCoffee. MIT Licensed, see LICENSE for details.
|
data/locomotivecms_coal.gemspec
CHANGED
@@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = 'locomotivecms_coal'
|
5
5
|
spec.version = Locomotive::Coal::VERSION
|
6
6
|
spec.authors = ['Didier Lafforgue']
|
7
|
-
spec.email = ['
|
7
|
+
spec.email = ['didier@nocoffee.fr']
|
8
8
|
spec.description = %q{The LocomotiveCMS Coal is the API ruby client for the LocomotiveCMS platform}
|
9
9
|
spec.summary = %q{The LocomotiveCMS Coal is the API ruby client for the LocomotiveCMS platform}
|
10
10
|
spec.homepage = 'https://github.com/locomotivecms/coal'
|
@@ -15,13 +15,13 @@ Gem::Specification.new do |spec|
|
|
15
15
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
16
16
|
spec.require_paths = ['lib']
|
17
17
|
|
18
|
-
spec.add_development_dependency 'bundler', '~> 1.
|
19
|
-
spec.add_development_dependency 'rake', '~> 12.
|
18
|
+
spec.add_development_dependency 'bundler', '~> 1.16.1'
|
19
|
+
spec.add_development_dependency 'rake', '~> 12.3.0'
|
20
20
|
|
21
21
|
spec.add_dependency 'httpclient', '~> 2.8.3'
|
22
|
-
spec.add_dependency 'faraday', '~> 0.
|
23
|
-
spec.add_dependency 'faraday_middleware', '~> 0.
|
24
|
-
spec.add_dependency 'activesupport', '~>
|
22
|
+
spec.add_dependency 'faraday', '~> 0.14.0'
|
23
|
+
spec.add_dependency 'faraday_middleware', '~> 0.12.2'
|
24
|
+
spec.add_dependency 'activesupport', '~> 5.1.5'
|
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.
|
4
|
+
version: 1.5.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:
|
11
|
+
date: 2018-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
19
|
+
version: 1.16.1
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.
|
26
|
+
version: 1.16.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 12.
|
33
|
+
version: 12.3.0
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 12.
|
40
|
+
version: 12.3.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: httpclient
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -58,56 +58,55 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.
|
61
|
+
version: 0.14.0
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.
|
68
|
+
version: 0.14.0
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: faraday_middleware
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.
|
75
|
+
version: 0.12.2
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.
|
82
|
+
version: 0.12.2
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: activesupport
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version:
|
89
|
+
version: 5.1.5
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version:
|
96
|
+
version: 5.1.5
|
97
97
|
description: The LocomotiveCMS Coal is the API ruby client for the LocomotiveCMS platform
|
98
98
|
email:
|
99
|
-
-
|
99
|
+
- didier@nocoffee.fr
|
100
100
|
executables: []
|
101
101
|
extensions: []
|
102
102
|
extra_rdoc_files: []
|
103
103
|
files:
|
104
|
-
- ".DS_Store"
|
105
104
|
- ".gitignore"
|
106
105
|
- ".rspec"
|
107
106
|
- ".travis.yml"
|
108
107
|
- Gemfile
|
109
108
|
- Gemfile.lock
|
110
|
-
- LICENSE
|
109
|
+
- MIT-LICENSE
|
111
110
|
- README.md
|
112
111
|
- Rakefile
|
113
112
|
- lib/locomotive/coal.rb
|
@@ -195,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
195
194
|
version: '0'
|
196
195
|
requirements: []
|
197
196
|
rubyforge_project:
|
198
|
-
rubygems_version: 2.
|
197
|
+
rubygems_version: 2.7.3
|
199
198
|
signing_key:
|
200
199
|
specification_version: 4
|
201
200
|
summary: The LocomotiveCMS Coal is the API ruby client for the LocomotiveCMS platform
|
data/.DS_Store
DELETED
Binary file
|