fudo3 0.2.7 → 0.2.8
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/.rubocop.yml +1 -0
- data/CHANGELOG.md +5 -0
- data/Gemfile.lock +22 -22
- data/fudo3.gemspec +2 -1
- data/lib/fudo3/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b39ebb8065ea73eee2431a5cacea23bcce21151496c7101c3ca7c5940c2699b
|
4
|
+
data.tar.gz: 99acbb832635b699a40893d8f8ae83e7287e5c4be1af0ad741089c68c77100d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6a0a93bdfc616a6cbffd732d20274f5773e29d404d4687410308d92c69a1045e23dc73c54ecbac64b4580c9c37aa729688653880cb29edf8e857ce5741b3058
|
7
|
+
data.tar.gz: f9e26820a2c389a707358b4074efaffb4568bcf8b4eb85449bba7afcbff87a407783b76150dc4bc9068cece2b0baadc585edc9430018e0db00da2091a12132b9
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
## 0.2.8 (2022-10-27)
|
2
|
+
* Bump rubocop from 1.31.2 to 1.37.1 ([a68b674](https://github.com/yposi/fudo3/commit/a68b674))
|
3
|
+
* Bump rspec_junit_formatter from 0.5.1 to 0.6.0 ([f7f72fb](https://github.com/yposi/fudo3/commit/f7f72fb))
|
4
|
+
* Bump rubocop-rspec from 2.12.1 to 2.14.2 ([3e2ab31](https://github.com/yposi/fudo3/commit/3e2ab31))
|
5
|
+
|
1
6
|
## 0.2.7 (2022-07-19)
|
2
7
|
* Bump rubocop from 1.28.1 to 1.31.2 ([1a5a041](https://github.com/yposi/fudo3/commit/1a5a041))
|
3
8
|
* Bump rubocop-rspec from 2.10.0 to 2.12.1 ([822ed6a](https://github.com/yposi/fudo3/commit/822ed6a))
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
fudo3 (0.2.
|
4
|
+
fudo3 (0.2.8)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
@@ -11,43 +11,43 @@ GEM
|
|
11
11
|
docile (1.3.5)
|
12
12
|
json (2.6.2)
|
13
13
|
parallel (1.22.1)
|
14
|
-
parser (3.1.2.
|
14
|
+
parser (3.1.2.1)
|
15
15
|
ast (~> 2.4.1)
|
16
16
|
rainbow (3.1.1)
|
17
17
|
rake (13.0.6)
|
18
|
-
regexp_parser (2.
|
18
|
+
regexp_parser (2.6.0)
|
19
19
|
rexml (3.2.5)
|
20
|
-
rspec (3.
|
21
|
-
rspec-core (~> 3.
|
22
|
-
rspec-expectations (~> 3.
|
23
|
-
rspec-mocks (~> 3.
|
24
|
-
rspec-core (3.
|
25
|
-
rspec-support (~> 3.
|
26
|
-
rspec-expectations (3.
|
20
|
+
rspec (3.12.0)
|
21
|
+
rspec-core (~> 3.12.0)
|
22
|
+
rspec-expectations (~> 3.12.0)
|
23
|
+
rspec-mocks (~> 3.12.0)
|
24
|
+
rspec-core (3.12.0)
|
25
|
+
rspec-support (~> 3.12.0)
|
26
|
+
rspec-expectations (3.12.0)
|
27
27
|
diff-lcs (>= 1.2.0, < 2.0)
|
28
|
-
rspec-support (~> 3.
|
29
|
-
rspec-mocks (3.
|
28
|
+
rspec-support (~> 3.12.0)
|
29
|
+
rspec-mocks (3.12.0)
|
30
30
|
diff-lcs (>= 1.2.0, < 2.0)
|
31
|
-
rspec-support (~> 3.
|
32
|
-
rspec-support (3.
|
33
|
-
rspec_junit_formatter (0.
|
31
|
+
rspec-support (~> 3.12.0)
|
32
|
+
rspec-support (3.12.0)
|
33
|
+
rspec_junit_formatter (0.6.0)
|
34
34
|
rspec-core (>= 2, < 4, != 2.12.0)
|
35
|
-
rubocop (1.
|
35
|
+
rubocop (1.37.1)
|
36
36
|
json (~> 2.3)
|
37
37
|
parallel (~> 1.10)
|
38
|
-
parser (>= 3.1.
|
38
|
+
parser (>= 3.1.2.1)
|
39
39
|
rainbow (>= 2.2.2, < 4.0)
|
40
40
|
regexp_parser (>= 1.8, < 3.0)
|
41
41
|
rexml (>= 3.2.5, < 4.0)
|
42
|
-
rubocop-ast (>= 1.
|
42
|
+
rubocop-ast (>= 1.23.0, < 2.0)
|
43
43
|
ruby-progressbar (~> 1.7)
|
44
44
|
unicode-display_width (>= 1.4.0, < 3.0)
|
45
|
-
rubocop-ast (1.
|
45
|
+
rubocop-ast (1.23.0)
|
46
46
|
parser (>= 3.1.1.0)
|
47
47
|
rubocop-rake (0.6.0)
|
48
48
|
rubocop (~> 1.0)
|
49
|
-
rubocop-rspec (2.
|
50
|
-
rubocop (~> 1.
|
49
|
+
rubocop-rspec (2.14.2)
|
50
|
+
rubocop (~> 1.33)
|
51
51
|
ruby-progressbar (1.11.0)
|
52
52
|
simplecov (0.21.2)
|
53
53
|
docile (~> 1.1)
|
@@ -55,7 +55,7 @@ GEM
|
|
55
55
|
simplecov_json_formatter (~> 0.1)
|
56
56
|
simplecov-html (0.12.3)
|
57
57
|
simplecov_json_formatter (0.1.3)
|
58
|
-
unicode-display_width (2.
|
58
|
+
unicode-display_width (2.3.0)
|
59
59
|
|
60
60
|
PLATFORMS
|
61
61
|
ruby
|
data/fudo3.gemspec
CHANGED
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
|
|
20
20
|
spec.metadata['changelog_uri'] = 'https://github.com/yposi/fudo3'
|
21
21
|
else
|
22
22
|
raise 'RubyGems 2.0 or newer is required to protect against ' \
|
23
|
-
|
23
|
+
'public gem pushes.'
|
24
24
|
end
|
25
25
|
|
26
26
|
# Specify which files should be added to the gem when it is released.
|
@@ -40,4 +40,5 @@ Gem::Specification.new do |spec|
|
|
40
40
|
spec.add_development_dependency 'rubocop-rake'
|
41
41
|
spec.add_development_dependency 'rubocop-rspec'
|
42
42
|
spec.add_development_dependency 'simplecov'
|
43
|
+
spec.metadata['rubygems_mfa_required'] = 'true'
|
43
44
|
end
|
data/lib/fudo3/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fudo3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shuhei Yamashita
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -157,6 +157,7 @@ metadata:
|
|
157
157
|
homepage_uri: https://github.com/yposi/fudo3
|
158
158
|
source_code_uri: https://github.com/yposi/fudo3
|
159
159
|
changelog_uri: https://github.com/yposi/fudo3
|
160
|
+
rubygems_mfa_required: 'true'
|
160
161
|
post_install_message:
|
161
162
|
rdoc_options: []
|
162
163
|
require_paths:
|