locomotivecms_common 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 1cad84452e11638d8afd9c55d0f66bb604f457e9
4
- data.tar.gz: 351d57d9dce87290f79aa31f0e6fac7e928ca2a1
2
+ SHA256:
3
+ metadata.gz: 3e96476859b877a2d0483629284f30fff3e32f806c7d96d141ac7f091b446dfa
4
+ data.tar.gz: 1b70c8edb341a0958bb9373d89fec0a0d01bec5b7b2c21d1e2fcce12e8ed9993
5
5
  SHA512:
6
- metadata.gz: 330842944b08df6411faafce992dc555ecec2d29e78427e70d38d72a06142fcefe51c9db1c1d2e2024a872c9e208d730fa128399ee62fa4183922cf1bac93790
7
- data.tar.gz: 029ffaa5414808369a7fb7b7cde68ccb0f8d991167fd6cee1ab8a8bdaabc650995bc08f1de582a8f1b15040de5fb9393d94cbfba779c4949620692efd91f410f
6
+ metadata.gz: 33d7cde5bff79ef2caf8f29f4137d2f3f85f020baa1805c8901a535ca30c15f331d86d9471e6fc828fb44a0b86e235c2e5b31bd25867d569cfa60406d4fcccb6
7
+ data.tar.gz: 38b367729b1e86bd8cac39a666033693b0b992d43cd27236f64aa9d368fb054d0455d614b8ad6cba30d4f74bf925eee72b2a6734e0aadcc1a0d689f734d3b003
data/.travis.yml CHANGED
@@ -1,4 +1,3 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.0.0
4
- - 2.1.1
3
+ - 2.5.0
data/Gemfile CHANGED
@@ -4,8 +4,7 @@ source 'https://rubygems.org'
4
4
  gemspec
5
5
 
6
6
  group :test do
7
- gem 'rspec', '~> 3.2.0'
7
+ gem 'rspec', '~> 3.7.0'
8
8
 
9
- gem 'codeclimate-test-reporter', '~> 0.4.7', require: false
10
- gem 'coveralls', '~> 0.7.12', require: false
9
+ gem 'coveralls', '~> 0.8.21', require: false
11
10
  end
data/Gemfile.lock CHANGED
@@ -1,88 +1,72 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- locomotivecms_common (0.2.0)
5
- activesupport (~> 4.2.6)
6
- attr_extras (~> 4.4.0)
4
+ locomotivecms_common (0.3.0)
5
+ activesupport (~> 5.1.5)
6
+ attr_extras (~> 5.2.0)
7
7
  colorize
8
- stringex (~> 2.6.0)
8
+ stringex (~> 2.8.2)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (4.2.6)
13
+ activesupport (5.1.5)
14
+ concurrent-ruby (~> 1.0, >= 1.0.2)
14
15
  i18n (~> 0.7)
15
- json (~> 1.7, >= 1.7.7)
16
16
  minitest (~> 5.1)
17
- thread_safe (~> 0.3, >= 0.3.4)
18
17
  tzinfo (~> 1.1)
19
- attr_extras (4.4.0)
20
- codeclimate-test-reporter (0.4.7)
21
- simplecov (>= 0.7.1, < 1.0.0)
22
- colorize (0.7.7)
23
- coveralls (0.7.12)
24
- multi_json (~> 1.10)
25
- rest-client (>= 1.6.8, < 2)
26
- simplecov (~> 0.9.1)
18
+ attr_extras (5.2.0)
19
+ colorize (0.8.1)
20
+ concurrent-ruby (1.0.5)
21
+ coveralls (0.8.21)
22
+ json (>= 1.8, < 3)
23
+ simplecov (~> 0.14.1)
27
24
  term-ansicolor (~> 1.3)
28
- thor (~> 0.19.1)
29
- diff-lcs (1.2.5)
25
+ thor (~> 0.19.4)
26
+ tins (~> 1.6)
27
+ diff-lcs (1.3)
30
28
  docile (1.1.5)
31
- domain_name (0.5.23)
32
- unf (>= 0.0.5, < 1.0.0)
33
- http-cookie (1.0.2)
34
- domain_name (~> 0.5)
35
- i18n (0.7.0)
36
- json (1.8.3)
37
- mime-types (2.4.3)
38
- minitest (5.8.4)
39
- multi_json (1.11.0)
40
- netrc (0.10.3)
41
- rake (10.2.2)
42
- rest-client (1.8.0)
43
- http-cookie (>= 1.0.2, < 2.0)
44
- mime-types (>= 1.16, < 3.0)
45
- netrc (~> 0.7)
46
- rspec (3.2.0)
47
- rspec-core (~> 3.2.0)
48
- rspec-expectations (~> 3.2.0)
49
- rspec-mocks (~> 3.2.0)
50
- rspec-core (3.2.2)
51
- rspec-support (~> 3.2.0)
52
- rspec-expectations (3.2.0)
29
+ i18n (0.9.5)
30
+ concurrent-ruby (~> 1.0)
31
+ json (2.1.0)
32
+ minitest (5.11.3)
33
+ rake (12.3.0)
34
+ rspec (3.7.0)
35
+ rspec-core (~> 3.7.0)
36
+ rspec-expectations (~> 3.7.0)
37
+ rspec-mocks (~> 3.7.0)
38
+ rspec-core (3.7.1)
39
+ rspec-support (~> 3.7.0)
40
+ rspec-expectations (3.7.0)
53
41
  diff-lcs (>= 1.2.0, < 2.0)
54
- rspec-support (~> 3.2.0)
55
- rspec-mocks (3.2.1)
42
+ rspec-support (~> 3.7.0)
43
+ rspec-mocks (3.7.0)
56
44
  diff-lcs (>= 1.2.0, < 2.0)
57
- rspec-support (~> 3.2.0)
58
- rspec-support (3.2.2)
59
- simplecov (0.9.2)
45
+ rspec-support (~> 3.7.0)
46
+ rspec-support (3.7.1)
47
+ simplecov (0.14.1)
60
48
  docile (~> 1.1.0)
61
- multi_json (~> 1.0)
62
- simplecov-html (~> 0.9.0)
63
- simplecov-html (0.9.0)
64
- stringex (2.6.0)
65
- term-ansicolor (1.3.0)
49
+ json (>= 1.8, < 3)
50
+ simplecov-html (~> 0.10.0)
51
+ simplecov-html (0.10.2)
52
+ stringex (2.8.2)
53
+ term-ansicolor (1.6.0)
66
54
  tins (~> 1.0)
67
- thor (0.19.1)
68
- thread_safe (0.3.5)
69
- tins (1.3.5)
70
- tzinfo (1.2.2)
55
+ thor (0.19.4)
56
+ thread_safe (0.3.6)
57
+ tins (1.16.3)
58
+ tzinfo (1.2.5)
71
59
  thread_safe (~> 0.1)
72
- unf (0.1.4)
73
- unf_ext
74
- unf_ext (0.0.6)
75
60
 
76
61
  PLATFORMS
77
62
  ruby
78
63
 
79
64
  DEPENDENCIES
80
- bundler (~> 1.5)
81
- codeclimate-test-reporter (~> 0.4.7)
82
- coveralls (~> 0.7.12)
65
+ bundler (~> 1.16.1)
66
+ coveralls (~> 0.8.21)
83
67
  locomotivecms_common!
84
- rake (~> 10.1)
85
- rspec (~> 3.2.0)
68
+ rake (~> 12.3.0)
69
+ rspec (~> 3.7.0)
86
70
 
87
71
  BUNDLED WITH
88
- 1.11.2
72
+ 1.16.1
data/MIT-LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 Joel AZEMAR, Arnaud Sellenet, NoCoffee
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,5 +1,5 @@
1
1
  module Locomotive
2
2
  module Common
3
- VERSION = '0.2.0'
3
+ VERSION = '0.3.0'
4
4
  end
5
5
  end
@@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
4
4
  spec.name = 'locomotivecms_common'
5
5
  spec.version = Locomotive::Common::VERSION
6
6
  spec.authors = ['Didier Lafforgue', 'Arnaud Sellenet', 'Joel Azemar']
7
- spec.email = ['did@locomotivecms.com', 'arnaud@sellenet.fr', 'joel.azemar@gmail.com']
7
+ spec.email = ['didier@nocoffee.fr', 'arnaud@sellenet.fr', 'joel.azemar@gmail.com']
8
8
  spec.description = %q{The LocomotiveCMS Common is a shared libraries package}
9
9
  spec.summary = %q{The LocomotiveCMS Common is a shared libraries package for all LocomotiveCMS dependencies}
10
10
  spec.homepage = 'http://www.locomotivecms.com'
@@ -16,12 +16,12 @@ Gem::Specification.new do |spec|
16
16
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
17
17
  spec.require_paths = ['lib']
18
18
 
19
- spec.add_development_dependency 'bundler', '~> 1.5'
20
- spec.add_development_dependency 'rake', '~> 10.1'
19
+ spec.add_development_dependency 'bundler', '~> 1.16.1'
20
+ spec.add_development_dependency 'rake', '~> 12.3.0'
21
21
 
22
- spec.add_dependency 'activesupport', '~> 4.2.6'
23
- spec.add_dependency 'stringex', '~> 2.6.0'
24
- spec.add_dependency 'attr_extras', '~> 4.4.0'
22
+ spec.add_dependency 'activesupport', '~> 5.1.5'
23
+ spec.add_dependency 'stringex', '~> 2.8.2'
24
+ spec.add_dependency 'attr_extras', '~> 5.2.0'
25
25
  spec.add_dependency 'colorize'
26
26
 
27
27
  spec.required_ruby_version = '~> 2.0'
data/spec/spec_helper.rb CHANGED
@@ -1,13 +1,11 @@
1
1
  require 'simplecov'
2
- require 'codeclimate-test-reporter'
3
2
  require 'coveralls'
4
3
 
5
4
  SimpleCov.start do
6
- formatter SimpleCov::Formatter::MultiFormatter[
7
- SimpleCov::Formatter::HTMLFormatter,
8
- CodeClimate::TestReporter::Formatter,
9
- Coveralls::SimpleCov::Formatter
10
- ]
5
+ # formatter SimpleCov::Formatter::MultiFormatter[
6
+ # SimpleCov::Formatter::HTMLFormatter,
7
+ # Coveralls::SimpleCov::Formatter
8
+ # ]
11
9
 
12
10
  add_filter 'spec/'
13
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locomotivecms_common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Didier Lafforgue
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-04-27 00:00:00.000000000 Z
13
+ date: 2018-03-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -18,70 +18,70 @@ dependencies:
18
18
  requirements:
19
19
  - - "~>"
20
20
  - !ruby/object:Gem::Version
21
- version: '1.5'
21
+ version: 1.16.1
22
22
  type: :development
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - "~>"
27
27
  - !ruby/object:Gem::Version
28
- version: '1.5'
28
+ version: 1.16.1
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: rake
31
31
  requirement: !ruby/object:Gem::Requirement
32
32
  requirements:
33
33
  - - "~>"
34
34
  - !ruby/object:Gem::Version
35
- version: '10.1'
35
+ version: 12.3.0
36
36
  type: :development
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - "~>"
41
41
  - !ruby/object:Gem::Version
42
- version: '10.1'
42
+ version: 12.3.0
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: activesupport
45
45
  requirement: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - "~>"
48
48
  - !ruby/object:Gem::Version
49
- version: 4.2.6
49
+ version: 5.1.5
50
50
  type: :runtime
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - "~>"
55
55
  - !ruby/object:Gem::Version
56
- version: 4.2.6
56
+ version: 5.1.5
57
57
  - !ruby/object:Gem::Dependency
58
58
  name: stringex
59
59
  requirement: !ruby/object:Gem::Requirement
60
60
  requirements:
61
61
  - - "~>"
62
62
  - !ruby/object:Gem::Version
63
- version: 2.6.0
63
+ version: 2.8.2
64
64
  type: :runtime
65
65
  prerelease: false
66
66
  version_requirements: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - "~>"
69
69
  - !ruby/object:Gem::Version
70
- version: 2.6.0
70
+ version: 2.8.2
71
71
  - !ruby/object:Gem::Dependency
72
72
  name: attr_extras
73
73
  requirement: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - "~>"
76
76
  - !ruby/object:Gem::Version
77
- version: 4.4.0
77
+ version: 5.2.0
78
78
  type: :runtime
79
79
  prerelease: false
80
80
  version_requirements: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - "~>"
83
83
  - !ruby/object:Gem::Version
84
- version: 4.4.0
84
+ version: 5.2.0
85
85
  - !ruby/object:Gem::Dependency
86
86
  name: colorize
87
87
  requirement: !ruby/object:Gem::Requirement
@@ -98,7 +98,7 @@ dependencies:
98
98
  version: '0'
99
99
  description: The LocomotiveCMS Common is a shared libraries package
100
100
  email:
101
- - did@locomotivecms.com
101
+ - didier@nocoffee.fr
102
102
  - arnaud@sellenet.fr
103
103
  - joel.azemar@gmail.com
104
104
  executables: []
@@ -110,7 +110,7 @@ files:
110
110
  - ".travis.yml"
111
111
  - Gemfile
112
112
  - Gemfile.lock
113
- - LICENSE.txt
113
+ - MIT-LICENSE
114
114
  - README.md
115
115
  - Rakefile
116
116
  - lib/locomotive/common.rb
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
152
  version: '0'
153
153
  requirements: []
154
154
  rubyforge_project:
155
- rubygems_version: 2.4.5.1
155
+ rubygems_version: 2.7.3
156
156
  signing_key:
157
157
  specification_version: 4
158
158
  summary: The LocomotiveCMS Common is a shared libraries package for all LocomotiveCMS
data/LICENSE.txt DELETED
@@ -1,22 +0,0 @@
1
- Copyright (c) 2014 Joel AZEMAR
2
-
3
- MIT License
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.