locomotivecms_common 0.5.0 → 0.6.0.alpha1
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 +4 -4
- data/Gemfile.lock +18 -8
- data/lib/locomotive/common/version.rb +1 -1
- data/locomotivecms_common.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d0c82ad3607c254d95d917a8df17a0cb8974be66daaa46d93fb094520041b29
|
4
|
+
data.tar.gz: 0b7d7547a15d41da5972c3549a86dfe6c86fe8b7c15108a8a5e78d0b0f275246
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 012d21678b1c99bc46f20582a09c309e72cc0e470314c76da8f856fb2e0826fafec64dc6f2986afb16b11add6a1bcdb740627527bf26ccb718b0fe8e46e4d1a4
|
7
|
+
data.tar.gz: 469e7d4bee2240588a3af303f1a7dfcf13d3fe2a8079d986300cafffe99775f976a082e5f1f8414c02f70dee1177f60830abc6850fc4d1e6a831ded4fe0228e3
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
locomotivecms_common (0.
|
4
|
+
locomotivecms_common (0.6.0.alpha1)
|
5
5
|
activesupport (>= 5)
|
6
6
|
attr_extras (~> 7.1.0)
|
7
7
|
colorize
|
@@ -10,15 +10,23 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
activesupport (7.
|
13
|
+
activesupport (7.1.3.2)
|
14
|
+
base64
|
15
|
+
bigdecimal
|
14
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
17
|
+
connection_pool (>= 2.2.5)
|
18
|
+
drb
|
15
19
|
i18n (>= 1.6, < 2)
|
16
20
|
minitest (>= 5.1)
|
21
|
+
mutex_m
|
17
22
|
tzinfo (~> 2.0)
|
18
23
|
ast (2.4.2)
|
19
24
|
attr_extras (7.1.0)
|
20
|
-
|
21
|
-
|
25
|
+
base64 (0.2.0)
|
26
|
+
bigdecimal (3.1.7)
|
27
|
+
colorize (1.1.0)
|
28
|
+
concurrent-ruby (1.2.3)
|
29
|
+
connection_pool (2.4.1)
|
22
30
|
coveralls (0.8.23)
|
23
31
|
json (>= 1.8, < 3)
|
24
32
|
simplecov (~> 0.16.1)
|
@@ -27,10 +35,12 @@ GEM
|
|
27
35
|
tins (~> 1.6)
|
28
36
|
diff-lcs (1.5.0)
|
29
37
|
docile (1.4.0)
|
30
|
-
|
38
|
+
drb (2.2.1)
|
39
|
+
i18n (1.14.4)
|
31
40
|
concurrent-ruby (~> 1.0)
|
32
41
|
json (2.6.3)
|
33
|
-
minitest (5.
|
42
|
+
minitest (5.22.3)
|
43
|
+
mutex_m (0.2.0)
|
34
44
|
parallel (1.22.1)
|
35
45
|
parser (3.2.1.0)
|
36
46
|
ast (~> 2.4.1)
|
@@ -69,7 +79,7 @@ GEM
|
|
69
79
|
json (>= 1.8, < 3)
|
70
80
|
simplecov-html (~> 0.10.0)
|
71
81
|
simplecov-html (0.10.2)
|
72
|
-
stringex (2.8.
|
82
|
+
stringex (2.8.6)
|
73
83
|
sync (0.5.0)
|
74
84
|
term-ansicolor (1.7.1)
|
75
85
|
tins (~> 1.0)
|
@@ -93,7 +103,7 @@ DEPENDENCIES
|
|
93
103
|
rubocop
|
94
104
|
|
95
105
|
RUBY VERSION
|
96
|
-
ruby
|
106
|
+
ruby 3.1.4p223
|
97
107
|
|
98
108
|
BUNDLED WITH
|
99
109
|
2.3.10
|
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.6.0.alpha1
|
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: 2024-03-22 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rake
|
@@ -130,14 +130,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
130
130
|
requirements:
|
131
131
|
- - ">="
|
132
132
|
- !ruby/object:Gem::Version
|
133
|
-
version: '
|
133
|
+
version: '3.0'
|
134
134
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
136
|
- - ">="
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '0'
|
139
139
|
requirements: []
|
140
|
-
rubygems_version: 3.
|
140
|
+
rubygems_version: 3.5.4
|
141
141
|
signing_key:
|
142
142
|
specification_version: 4
|
143
143
|
summary: The LocomotiveCMS Common is a shared libraries package for all LocomotiveCMS
|