fudo3 0.2.5 → 0.2.6
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/CHANGELOG.md +17 -1
- data/Gemfile.lock +21 -21
- data/lib/fudo3/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab4d4c534dfe0bd398a0c721a29349e463b55bc5b077fa625d47a9ffd215d41d
|
|
4
|
+
data.tar.gz: c8ae13f1a0f2011bbe95039a39131ce3f1f5640ef9b1546138871da78a026f37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14036c1c850bf67a98ca540a11f4cefd09515be8d6beeeff4c6fe6a964c391ca77fef14e926e82a4584e53432c0f06a9eb1d64ffd78b02c270cb39a5b3765867
|
|
7
|
+
data.tar.gz: 30694aa178990e44e22a7eaa3d3cec6fc668ffae8b86f4ada481b960eb236f3896b7be739dcdb6726464ac31d551679d81549afb6653490de74929e316e1ec1e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
|
-
## 0.2.5 (2022-
|
|
1
|
+
## 0.2.5 (2022-04-24)
|
|
2
|
+
|
|
3
|
+
* Bump rake from 13.0.3 to 13.0.6 ([cb49fe3](https://github.com/yposi/fudo3/commit/cb49fe3))
|
|
4
|
+
* Bump rspec from 3.10.0 to 3.11.0 ([b9b0921](https://github.com/yposi/fudo3/commit/b9b0921))
|
|
5
|
+
* Bump rspec_junit_formatter from 0.4.1 to 0.5.0 ([3a83d24](https://github.com/yposi/fudo3/commit/3a83d24))
|
|
6
|
+
* Bump rspec_junit_formatter from 0.5.0 to 0.5.1 ([15dc3c0](https://github.com/yposi/fudo3/commit/15dc3c0))
|
|
7
|
+
* Bump rubocop from 1.14.0 to 1.24.0 ([169b2b5](https://github.com/yposi/fudo3/commit/169b2b5))
|
|
8
|
+
* Bump rubocop from 1.24.0 to 1.24.1 ([810c29a](https://github.com/yposi/fudo3/commit/810c29a))
|
|
9
|
+
* Bump rubocop from 1.24.1 to 1.25.0 ([52a1b0f](https://github.com/yposi/fudo3/commit/52a1b0f))
|
|
10
|
+
* Bump rubocop from 1.25.0 to 1.28.1 ([65d0b10](https://github.com/yposi/fudo3/commit/65d0b10))
|
|
11
|
+
* Bump rubocop-rake from 0.5.1 to 0.6.0 ([3b13ff8](https://github.com/yposi/fudo3/commit/3b13ff8))
|
|
12
|
+
* Bump rubocop-rspec from 2.3.0 to 2.7.0 ([07c7f59](https://github.com/yposi/fudo3/commit/07c7f59))
|
|
13
|
+
* Bump rubocop-rspec from 2.7.0 to 2.8.0 ([6d4dfa2](https://github.com/yposi/fudo3/commit/6d4dfa2))
|
|
14
|
+
* Bump rubocop-rspec from 2.8.0 to 2.10.0 ([802108b](https://github.com/yposi/fudo3/commit/802108b))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## <small>0.2.5 (2022-01-31)</small>
|
|
2
18
|
|
|
3
19
|
* Bump rubocop from 1.24.1 to 1.25.0 ([52a1b0f](https://github.com/yposi/fudo3/commit/52a1b0f))
|
|
4
20
|
* Bump rubocop-rspec from 2.7.0 to 2.8.0 ([6d4dfa2](https://github.com/yposi/fudo3/commit/6d4dfa2))
|
data/Gemfile.lock
CHANGED
|
@@ -1,50 +1,50 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
fudo3 (0.2.
|
|
4
|
+
fudo3 (0.2.6)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
9
|
ast (2.4.2)
|
|
10
|
-
diff-lcs (1.
|
|
10
|
+
diff-lcs (1.5.0)
|
|
11
11
|
docile (1.3.5)
|
|
12
|
-
parallel (1.
|
|
13
|
-
parser (3.1.
|
|
12
|
+
parallel (1.22.1)
|
|
13
|
+
parser (3.1.2.0)
|
|
14
14
|
ast (~> 2.4.1)
|
|
15
15
|
rainbow (3.1.1)
|
|
16
16
|
rake (13.0.6)
|
|
17
|
-
regexp_parser (2.
|
|
17
|
+
regexp_parser (2.3.0)
|
|
18
18
|
rexml (3.2.5)
|
|
19
|
-
rspec (3.
|
|
20
|
-
rspec-core (~> 3.
|
|
21
|
-
rspec-expectations (~> 3.
|
|
22
|
-
rspec-mocks (~> 3.
|
|
23
|
-
rspec-core (3.
|
|
24
|
-
rspec-support (~> 3.
|
|
25
|
-
rspec-expectations (3.
|
|
19
|
+
rspec (3.11.0)
|
|
20
|
+
rspec-core (~> 3.11.0)
|
|
21
|
+
rspec-expectations (~> 3.11.0)
|
|
22
|
+
rspec-mocks (~> 3.11.0)
|
|
23
|
+
rspec-core (3.11.0)
|
|
24
|
+
rspec-support (~> 3.11.0)
|
|
25
|
+
rspec-expectations (3.11.0)
|
|
26
26
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
27
|
-
rspec-support (~> 3.
|
|
28
|
-
rspec-mocks (3.
|
|
27
|
+
rspec-support (~> 3.11.0)
|
|
28
|
+
rspec-mocks (3.11.0)
|
|
29
29
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
30
|
-
rspec-support (~> 3.
|
|
31
|
-
rspec-support (3.
|
|
30
|
+
rspec-support (~> 3.11.0)
|
|
31
|
+
rspec-support (3.11.0)
|
|
32
32
|
rspec_junit_formatter (0.5.1)
|
|
33
33
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
34
|
-
rubocop (1.
|
|
34
|
+
rubocop (1.28.1)
|
|
35
35
|
parallel (~> 1.10)
|
|
36
36
|
parser (>= 3.1.0.0)
|
|
37
37
|
rainbow (>= 2.2.2, < 4.0)
|
|
38
38
|
regexp_parser (>= 1.8, < 3.0)
|
|
39
39
|
rexml
|
|
40
|
-
rubocop-ast (>= 1.
|
|
40
|
+
rubocop-ast (>= 1.17.0, < 2.0)
|
|
41
41
|
ruby-progressbar (~> 1.7)
|
|
42
42
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
43
|
-
rubocop-ast (1.
|
|
44
|
-
parser (>= 3.
|
|
43
|
+
rubocop-ast (1.17.0)
|
|
44
|
+
parser (>= 3.1.1.0)
|
|
45
45
|
rubocop-rake (0.6.0)
|
|
46
46
|
rubocop (~> 1.0)
|
|
47
|
-
rubocop-rspec (2.
|
|
47
|
+
rubocop-rspec (2.10.0)
|
|
48
48
|
rubocop (~> 1.19)
|
|
49
49
|
ruby-progressbar (1.11.0)
|
|
50
50
|
simplecov (0.21.2)
|
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.6
|
|
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-04-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|