locomotivecms_common 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +7 -7
- data/lib/locomotive/common/version.rb +1 -1
- data/locomotivecms_common.gemspec +1 -1
- metadata +10 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6dddc1e4a151b65d3ca47d8485630ab49bdf1becf71a262b37c132ef3374d7ba
|
4
|
+
data.tar.gz: 6dddcdbd650189be8af95ba93cfabb973297592b3cc02be7d2db595597156b8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ffc20c7e54447f91da15f4337e97ba158be4b1457cb583b3d7d840e2c7d91f2ad10f67a147b27489230a4895fb2327eccb0c23751b5c0bf14820e05c29ccab57
|
7
|
+
data.tar.gz: 39abc9069128e92d27b132a35368c35ceafb0bdfc75eeda5dec5ee026e556b375cee07db0ce2394f8d868ed189f7c37c62c8fd33d1774cae4cc9e13bf5c2e6fb
|
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
locomotivecms_common (0.3.
|
5
|
-
activesupport (
|
4
|
+
locomotivecms_common (0.3.1)
|
5
|
+
activesupport (>= 5.1.5, < 6.0)
|
6
6
|
attr_extras (~> 5.2.0)
|
7
7
|
colorize
|
8
8
|
stringex (~> 2.8.2)
|
@@ -10,14 +10,14 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
activesupport (5.
|
13
|
+
activesupport (5.2.2)
|
14
14
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
15
|
-
i18n (
|
15
|
+
i18n (>= 0.7, < 2)
|
16
16
|
minitest (~> 5.1)
|
17
17
|
tzinfo (~> 1.1)
|
18
18
|
attr_extras (5.2.0)
|
19
19
|
colorize (0.8.1)
|
20
|
-
concurrent-ruby (1.
|
20
|
+
concurrent-ruby (1.1.3)
|
21
21
|
coveralls (0.8.21)
|
22
22
|
json (>= 1.8, < 3)
|
23
23
|
simplecov (~> 0.14.1)
|
@@ -26,7 +26,7 @@ GEM
|
|
26
26
|
tins (~> 1.6)
|
27
27
|
diff-lcs (1.3)
|
28
28
|
docile (1.1.5)
|
29
|
-
i18n (
|
29
|
+
i18n (1.1.1)
|
30
30
|
concurrent-ruby (~> 1.0)
|
31
31
|
json (2.1.0)
|
32
32
|
minitest (5.11.3)
|
@@ -49,7 +49,7 @@ GEM
|
|
49
49
|
json (>= 1.8, < 3)
|
50
50
|
simplecov-html (~> 0.10.0)
|
51
51
|
simplecov-html (0.10.2)
|
52
|
-
stringex (2.8.
|
52
|
+
stringex (2.8.5)
|
53
53
|
term-ansicolor (1.6.0)
|
54
54
|
tins (~> 1.0)
|
55
55
|
thor (0.19.4)
|
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
|
|
19
19
|
spec.add_development_dependency 'bundler', '~> 1.16.1'
|
20
20
|
spec.add_development_dependency 'rake', '~> 12.3.0'
|
21
21
|
|
22
|
-
spec.add_dependency 'activesupport', '
|
22
|
+
spec.add_dependency 'activesupport', '>= 5.1.5', '< 6.0'
|
23
23
|
spec.add_dependency 'stringex', '~> 2.8.2'
|
24
24
|
spec.add_dependency 'attr_extras', '~> 5.2.0'
|
25
25
|
spec.add_dependency 'colorize'
|
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.3.
|
4
|
+
version: 0.3.1
|
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: 2018-
|
13
|
+
date: 2018-12-10 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|
@@ -44,16 +44,22 @@ dependencies:
|
|
44
44
|
name: activesupport
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
|
-
- - "
|
47
|
+
- - ">="
|
48
48
|
- !ruby/object:Gem::Version
|
49
49
|
version: 5.1.5
|
50
|
+
- - "<"
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: '6.0'
|
50
53
|
type: :runtime
|
51
54
|
prerelease: false
|
52
55
|
version_requirements: !ruby/object:Gem::Requirement
|
53
56
|
requirements:
|
54
|
-
- - "
|
57
|
+
- - ">="
|
55
58
|
- !ruby/object:Gem::Version
|
56
59
|
version: 5.1.5
|
60
|
+
- - "<"
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: '6.0'
|
57
63
|
- !ruby/object:Gem::Dependency
|
58
64
|
name: stringex
|
59
65
|
requirement: !ruby/object:Gem::Requirement
|