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 +5 -5
- data/.travis.yml +1 -2
- data/Gemfile +2 -3
- data/Gemfile.lock +46 -62
- data/MIT-LICENSE +20 -0
- data/lib/locomotive/common/version.rb +1 -1
- data/locomotivecms_common.gemspec +6 -6
- data/spec/spec_helper.rb +4 -6
- metadata +15 -15
- data/LICENSE.txt +0 -22
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 3e96476859b877a2d0483629284f30fff3e32f806c7d96d141ac7f091b446dfa
|
|
4
|
+
data.tar.gz: 1b70c8edb341a0958bb9373d89fec0a0d01bec5b7b2c21d1e2fcce12e8ed9993
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33d7cde5bff79ef2caf8f29f4137d2f3f85f020baa1805c8901a535ca30c15f331d86d9471e6fc828fb44a0b86e235c2e5b31bd25867d569cfa60406d4fcccb6
|
|
7
|
+
data.tar.gz: 38b367729b1e86bd8cac39a666033693b0b992d43cd27236f64aa9d368fb054d0455d614b8ad6cba30d4f74bf925eee72b2a6734e0aadcc1a0d689f734d3b003
|
data/.travis.yml
CHANGED
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.
|
|
7
|
+
gem 'rspec', '~> 3.7.0'
|
|
8
8
|
|
|
9
|
-
gem '
|
|
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.
|
|
5
|
-
activesupport (~>
|
|
6
|
-
attr_extras (~>
|
|
4
|
+
locomotivecms_common (0.3.0)
|
|
5
|
+
activesupport (~> 5.1.5)
|
|
6
|
+
attr_extras (~> 5.2.0)
|
|
7
7
|
colorize
|
|
8
|
-
stringex (~> 2.
|
|
8
|
+
stringex (~> 2.8.2)
|
|
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
|
-
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 (
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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.
|
|
29
|
-
|
|
25
|
+
thor (~> 0.19.4)
|
|
26
|
+
tins (~> 1.6)
|
|
27
|
+
diff-lcs (1.3)
|
|
30
28
|
docile (1.1.5)
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
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.
|
|
55
|
-
rspec-mocks (3.
|
|
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.
|
|
58
|
-
rspec-support (3.
|
|
59
|
-
simplecov (0.
|
|
45
|
+
rspec-support (~> 3.7.0)
|
|
46
|
+
rspec-support (3.7.1)
|
|
47
|
+
simplecov (0.14.1)
|
|
60
48
|
docile (~> 1.1.0)
|
|
61
|
-
|
|
62
|
-
simplecov-html (~> 0.
|
|
63
|
-
simplecov-html (0.
|
|
64
|
-
stringex (2.
|
|
65
|
-
term-ansicolor (1.
|
|
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.
|
|
68
|
-
thread_safe (0.3.
|
|
69
|
-
tins (1.3
|
|
70
|
-
tzinfo (1.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.
|
|
81
|
-
|
|
82
|
-
coveralls (~> 0.7.12)
|
|
65
|
+
bundler (~> 1.16.1)
|
|
66
|
+
coveralls (~> 0.8.21)
|
|
83
67
|
locomotivecms_common!
|
|
84
|
-
rake (~>
|
|
85
|
-
rspec (~> 3.
|
|
68
|
+
rake (~> 12.3.0)
|
|
69
|
+
rspec (~> 3.7.0)
|
|
86
70
|
|
|
87
71
|
BUNDLED WITH
|
|
88
|
-
1.
|
|
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.
|
|
@@ -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 = ['
|
|
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.
|
|
20
|
-
spec.add_development_dependency 'rake', '~>
|
|
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', '~>
|
|
23
|
-
spec.add_dependency 'stringex', '~> 2.
|
|
24
|
-
spec.add_dependency 'attr_extras', '~>
|
|
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
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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.
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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.
|
|
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.
|
|
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:
|
|
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:
|
|
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
|
-
-
|
|
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
|
|
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.
|
|
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.
|