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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 91a1d4a1efb1fab59ff1ad8f7b1c8ce9329a3014
4
- data.tar.gz: 960eacbbe064b6510b1e3de3c40ef3845910ccdd
2
+ SHA256:
3
+ metadata.gz: 5daa158e509bbec4d804bd4fc76c607df5d961b97f391d30388263ee6457206b
4
+ data.tar.gz: 1b2356d582526092b37f05c647345ffd3351be55f6a548057fa7d985ca079a5e
5
5
  SHA512:
6
- metadata.gz: 49f29484624b4b243a4a2917eff5c7c26262b110466b73b5a6bcd7b9c37aadcc603ed438d2018c3decf41fb303d04eb732bc5eccfae6a2197f2d9c4827a77558
7
- data.tar.gz: 06d43dcc6b78542287005065ce3840136ba613fceedf7b8294062d237b9c63b8df12870b9d8822c961653d935aebd464505060141252e8c9d773660fd7c606f2
6
+ metadata.gz: c2a39681db0d2688a56cfaa590174069b005584a03adf7aab69770f9062283672b177fd6e422955b8606ed7d2593f1257df0fe6460349c3113648705233ab373
7
+ data.tar.gz: 00dcb802d9e21d67d9f987f01b2e70897d9e3ca58e24e5d9a7a515625784bd81a0e0835a2ec14a162dd24286adf7afc1fa73c2544dc1a34ac84477ac9f463ffe
data/.gitignore CHANGED
@@ -1,2 +1,3 @@
1
1
  coverage/
2
2
  pkg/
3
+ .DS_Store
@@ -1,6 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.3.3
3
+ - 2.5.0
4
4
  env:
5
5
  - CODECLIMATE_REPO_TOKEN=8d9c25de4eff1cd06d3accdc09775397e1a81be67e2a159453ba4e4408acae16
6
6
  addons:
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.1'
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.3.3'
24
+ ruby '2.5.0'
25
25
  end
@@ -1,69 +1,70 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- locomotivecms_coal (1.4.0)
5
- activesupport (~> 4.2.8)
6
- faraday (~> 0.11.0)
7
- faraday_middleware (~> 0.11.0.1)
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 (4.2.8)
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.0)
19
- public_suffix (~> 2.0, >= 2.0.2)
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.1)
24
- coveralls (0.8.19)
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.12.0)
27
+ simplecov (~> 0.14.1)
27
28
  term-ansicolor (~> 1.3)
28
- thor (~> 0.19.1)
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.20170223)
35
+ domain_name (0.5.20170404)
35
36
  unf (>= 0.0.5, < 1.0.0)
36
- faraday (0.11.0)
37
+ faraday (0.14.0)
37
38
  multipart-post (>= 1.2, < 3)
38
- faraday_middleware (0.11.0.1)
39
+ faraday_middleware (0.12.2)
39
40
  faraday (>= 0.7.4, < 1.0)
40
- hashdiff (0.3.2)
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.8.1)
45
- json (2.0.3)
46
- json_spec (1.1.4)
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.8.2)
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.10.1)
54
- multi_json (1.12.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.10.4)
59
+ pry (0.11.3)
58
60
  coderay (~> 1.1.0)
59
- method_source (~> 0.8.1)
60
- slop (~> 3.4)
61
- pry-byebug (3.4.2)
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 (2.0.5)
65
- rake (12.0.0)
66
- rest-client (2.0.1)
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.12.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.0)
89
- slop (3.6.0)
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.13.2)
95
- tzinfo (1.2.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.2)
100
- vcr (3.0.3)
101
- webmock (2.3.2)
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.14.6)
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.0.0)
117
- rest-client (~> 2.0.1)
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.3.3p222
123
+ ruby 2.5.0p0
124
124
 
125
125
  BUNDLED WITH
126
- 1.14.6
126
+ 1.16.1
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2015 NoCoffee
3
+ Copyright (c) 2018 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
@@ -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 (WIP).
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 --pre
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) 2015 NoCoffee. MIT Licensed, see LICENSE for details.
306
+ Copyright (c) 2018 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.4.0'
6
+ VERSION = '1.5.0'
7
7
  end
8
8
  end
@@ -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 = ['did@locomotivecms.com']
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.14.6'
19
- spec.add_development_dependency 'rake', '~> 12.0.0'
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.11.0'
23
- spec.add_dependency 'faraday_middleware', '~> 0.11.0.1'
24
- spec.add_dependency 'activesupport', '~> 4.2.8'
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.0
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: 2017-03-10 00:00:00.000000000 Z
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.14.6
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.14.6
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.0.0
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.0.0
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.11.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.11.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.11.0.1
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.11.0.1
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: 4.2.8
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: 4.2.8
96
+ version: 5.1.5
97
97
  description: The LocomotiveCMS Coal is the API ruby client for the LocomotiveCMS platform
98
98
  email:
99
- - did@locomotivecms.com
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.5.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