shaped 0.9.1 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/Gemfile.lock +16 -16
- data/lib/shaped/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a561294e8661c08c4e51ffbbfd8f6d7f5b1c7847189694d0eefad3ac0242ba12
|
4
|
+
data.tar.gz: 60aaf2ad38b406f12d69e62090403c028f57c5872dfba2f8c4d8df22cfc557aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6a382e593f908adc17d6b518892e157af29ae4ab13767bfbf23aaf3d4ebe75e25b8dee88dae655c4049e31e1db612a872084dcb08957b10b3eafb9c59f9478b
|
7
|
+
data.tar.gz: bd49cde0f68661e86a27b705c40db07aee52a750fc1ce082d2c075e947839eaab08201fa0e0e6fe4c15bee5a5c385f1f3bda4c3343ae924e3e392245c86ae82d
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
GIT
|
2
2
|
remote: https://github.com/davidrunger/release_assistant.git
|
3
|
-
revision:
|
3
|
+
revision: 969b3a90264da6ce73275a7240cc7e54ff5a6370
|
4
4
|
specs:
|
5
5
|
release_assistant (0.3.3.alpha)
|
6
6
|
activesupport (>= 6, < 8)
|
@@ -18,16 +18,16 @@ GIT
|
|
18
18
|
PATH
|
19
19
|
remote: .
|
20
20
|
specs:
|
21
|
-
shaped (0.
|
21
|
+
shaped (0.10.0)
|
22
22
|
activemodel (>= 6, < 8)
|
23
23
|
activesupport (>= 6, < 8)
|
24
24
|
|
25
25
|
GEM
|
26
26
|
remote: https://rubygems.org/
|
27
27
|
specs:
|
28
|
-
activemodel (7.0.4.
|
29
|
-
activesupport (= 7.0.4.
|
30
|
-
activesupport (7.0.4.
|
28
|
+
activemodel (7.0.4.3)
|
29
|
+
activesupport (= 7.0.4.3)
|
30
|
+
activesupport (7.0.4.3)
|
31
31
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
32
32
|
i18n (>= 1.6, < 2)
|
33
33
|
minitest (>= 5.1)
|
@@ -47,9 +47,9 @@ GEM
|
|
47
47
|
json (2.6.3)
|
48
48
|
memoist (0.16.2)
|
49
49
|
method_source (1.0.0)
|
50
|
-
minitest (5.
|
51
|
-
parallel (1.
|
52
|
-
parser (3.2.
|
50
|
+
minitest (5.18.0)
|
51
|
+
parallel (1.23.0)
|
52
|
+
parser (3.2.2.0)
|
53
53
|
ast (~> 2.4.1)
|
54
54
|
pry (0.14.1)
|
55
55
|
coderay (~> 1.1)
|
@@ -59,7 +59,7 @@ GEM
|
|
59
59
|
pry (>= 0.13, < 0.15)
|
60
60
|
rainbow (3.1.1)
|
61
61
|
rake (13.0.6)
|
62
|
-
regexp_parser (2.
|
62
|
+
regexp_parser (2.8.0)
|
63
63
|
rexml (3.2.5)
|
64
64
|
rspec (3.12.0)
|
65
65
|
rspec-core (~> 3.12.0)
|
@@ -74,27 +74,27 @@ GEM
|
|
74
74
|
diff-lcs (>= 1.2.0, < 2.0)
|
75
75
|
rspec-support (~> 3.12.0)
|
76
76
|
rspec-support (3.12.0)
|
77
|
-
rubocop (1.
|
77
|
+
rubocop (1.50.2)
|
78
78
|
json (~> 2.3)
|
79
79
|
parallel (~> 1.10)
|
80
80
|
parser (>= 3.2.0.0)
|
81
81
|
rainbow (>= 2.2.2, < 4.0)
|
82
82
|
regexp_parser (>= 1.8, < 3.0)
|
83
83
|
rexml (>= 3.2.5, < 4.0)
|
84
|
-
rubocop-ast (>= 1.
|
84
|
+
rubocop-ast (>= 1.28.0, < 2.0)
|
85
85
|
ruby-progressbar (~> 1.7)
|
86
86
|
unicode-display_width (>= 2.4.0, < 3.0)
|
87
|
-
rubocop-ast (1.
|
87
|
+
rubocop-ast (1.28.0)
|
88
88
|
parser (>= 3.2.1.0)
|
89
|
-
rubocop-capybara (2.
|
89
|
+
rubocop-capybara (2.18.0)
|
90
90
|
rubocop (~> 1.41)
|
91
|
-
rubocop-performance (1.
|
91
|
+
rubocop-performance (1.17.1)
|
92
92
|
rubocop (>= 1.7.0, < 2.0)
|
93
93
|
rubocop-ast (>= 0.4.0)
|
94
|
-
rubocop-rspec (2.
|
94
|
+
rubocop-rspec (2.20.0)
|
95
95
|
rubocop (~> 1.33)
|
96
96
|
rubocop-capybara (~> 2.17)
|
97
|
-
ruby-progressbar (1.
|
97
|
+
ruby-progressbar (1.13.0)
|
98
98
|
simplecov (0.21.2)
|
99
99
|
docile (~> 1.1)
|
100
100
|
simplecov-html (~> 0.11)
|
data/lib/shaped/version.rb
CHANGED