fudo3 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/Gemfile.lock +2 -2
- 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: 6b36315e89ac8a81be7ffba9c0920681971498d117baa5b7dff291401da9e0b1
|
4
|
+
data.tar.gz: 9c3637c6a7cb3d4586bc2cf8f2a3a3fdbdc058ef5d1b0bc3fec19b7eb8257865
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 51d3175bda6ecd27f43f4f6aa8fa41c5c2d5e9bdebe1a8cb8ca9aae2507ff19dc0c7e4ad2fe2686555a04ae5f13e69e909841c63931097d84f0faec78ade03f2
|
7
|
+
data.tar.gz: 63084621d5869c56b0e24ccbf674b3ee0b019871bd9bf8ccebda99cdf31c4d6e2bc4bb9c340bc7c345f83e6c567bef2171bd8c1ecd1d7258c2beec313e9e73c3
|
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1
|
-
## 0.
|
1
|
+
## 1.0.0 (2022-01-13)
|
2
|
+
|
3
|
+
* Bump rspec_junit_formatter from 0.5.0 to 0.5.1 ([15dc3c0](https://github.com/yposi/fudo3/commit/15dc3c0))
|
4
|
+
|
5
|
+
## <small>0.2.3 (2022-01-06)</small>
|
2
6
|
|
3
7
|
* Bump rspec_junit_formatter from 0.4.1 to 0.5.0 ([3a83d24](https://github.com/yposi/fudo3/commit/3a83d24))
|
4
8
|
|
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.4)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
@@ -29,7 +29,7 @@ GEM
|
|
29
29
|
diff-lcs (>= 1.2.0, < 2.0)
|
30
30
|
rspec-support (~> 3.10.0)
|
31
31
|
rspec-support (3.10.3)
|
32
|
-
rspec_junit_formatter (0.5.
|
32
|
+
rspec_junit_formatter (0.5.1)
|
33
33
|
rspec-core (>= 2, < 4, != 2.12.0)
|
34
34
|
rubocop (1.24.1)
|
35
35
|
parallel (~> 1.10)
|
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.4
|
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-01-
|
11
|
+
date: 2022-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|