locomotivecms_common 0.5.0 → 0.6.0.alpha1

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
2
  SHA256:
3
- metadata.gz: ce0bf374953b9a32cb70be9b2a8960f07f5a8fda1ca03371d0f783a2f0526aab
4
- data.tar.gz: f96763cc09155116c603f3ee4fc0e39cef3da5aca29a256e511fb127d0aca13a
3
+ metadata.gz: 1d0c82ad3607c254d95d917a8df17a0cb8974be66daaa46d93fb094520041b29
4
+ data.tar.gz: 0b7d7547a15d41da5972c3549a86dfe6c86fe8b7c15108a8a5e78d0b0f275246
5
5
  SHA512:
6
- metadata.gz: f7d809a104c5bca0266e8dcd692608beb8152506e03df95f92fc48c8cdc79e45eb9fc1ffce053a337be86ed9be437b3498ea247acae72c861cd3acfea0909349
7
- data.tar.gz: c7d9e9862da7984a30fc0761c60282658746345280edfb0d805c2c71e24323c3f1cea824ff00c1c2c78f4f3976fb23a5d8d557833f84eefe132f311e629479be
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.5.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.0.4.2)
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
- colorize (0.8.1)
21
- concurrent-ruby (1.2.2)
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
- i18n (1.12.0)
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.17.0)
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.5)
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 2.7.4p191
106
+ ruby 3.1.4p223
97
107
 
98
108
  BUNDLED WITH
99
109
  2.3.10
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Locomotive
4
4
  module Common
5
- VERSION = '0.5.0'
5
+ VERSION = '0.6.0.alpha1'
6
6
  end
7
7
  end
@@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
25
25
  spec.add_dependency 'colorize'
26
26
  spec.add_dependency 'stringex', '~> 2.8.5'
27
27
 
28
- spec.required_ruby_version = ['>= 2.7']
28
+ spec.required_ruby_version = ['>= 3.0']
29
29
  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.5.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: 2023-03-01 00:00:00.000000000 Z
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: '2.7'
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.1.6
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