fudo3 0.2.2 → 0.2.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a8447aa8011540e5c0177aed77e67383742720a75549c2d929dd3a99e6779e6
4
- data.tar.gz: 1740c70813b0d302f9e283b346fdf3c227e938400bf9c760dbf17e0b11d60cec
3
+ metadata.gz: e6540cfec2ccbe6b77ecc2535a973cd0000e5514c6ba3db0c970934ca1fc55fd
4
+ data.tar.gz: 8d264b076ed170c0d996528f771db10acb10ad936f2415b39d9ea5fe5b2bb03d
5
5
  SHA512:
6
- metadata.gz: 8eb76d53332931e0e0cc90d49d7c8945459c17222426d5834c7ba3db82a19d140ef5703a8caa793849680912f03267a704dd8317ed84026b9dd98ff7181308a1
7
- data.tar.gz: 96f889b6271d28bb245fecbb31bcb93be8afdc471a7fecf83dd880c1d916f41ba20fd2cf87959cf1519197835fedace3305c1a3a3ceceec0a0fbe7f6a1d08bc5
6
+ metadata.gz: 1c17a74c24775b6df269488f70042eb98eb57255bda745d1320cf5468208bbdd37c0bf1553fc49fa850dad12b73fc462c508508a3d5f6a7ef495c57394e5417b
7
+ data.tar.gz: 99b82501d34c839ff213e8c48f14e389f1c7bc0ea7197ee966ea896a4380ff845eea686393a5a03575c6eb9821b7001ae2407a57b9810f598f513a189f99c77d
data/CHANGELOG.md CHANGED
@@ -1,20 +1,24 @@
1
- ## 0.2.2 (2022-01-01)
1
+ ## 0.2.3 (2022-01-06)
2
+
3
+ * Bump rspec_junit_formatter from 0.4.1 to 0.5.0 ([3a83d24](https://github.com/yposi/fudo3/commit/3a83d24))
4
+
5
+ ## <small>0.2.2 (2022-01-01)</small>
2
6
 
3
7
  * Bump rubocop from 1.24.0 to 1.24.1 ([810c29a](https://github.com/yposi/fudo3/commit/810c29a))
4
8
  * Create codeql-analysis.yml ([99016a3](https://github.com/yposi/fudo3/commit/99016a3))
5
9
  * fix .rubocop.yml ([16f421e](https://github.com/yposi/fudo3/commit/16f421e))
6
10
 
7
- ## 0.2.1 (2021-12-29)
11
+ ## <small>0.2.1 (2021-12-29)</small>
8
12
 
9
13
  * Bump rake from 13.0.3 to 13.0.6 ([cb49fe3](https://github.com/yposi/fudo3/commit/cb49fe3))
10
14
  * Bump rubocop from 1.14.0 to 1.24.0 ([169b2b5](https://github.com/yposi/fudo3/commit/169b2b5))
11
15
  * Bump rubocop-rake from 0.5.1 to 0.6.0 ([3b13ff8](https://github.com/yposi/fudo3/commit/3b13ff8))
12
16
  * Bump rubocop-rspec from 2.3.0 to 2.7.0 ([07c7f59](https://github.com/yposi/fudo3/commit/07c7f59))
13
17
 
14
- ## [0.2.0](https://github.com/yposi/fudo3/compare/v0.1.2...v0.2.0) (2021-05-07)
18
+ ## <small>[0.2.0](https://github.com/yposi/fudo3/compare/v0.1.2...v0.2.0) (2021-05-07)</small>
15
19
 
16
- ## [0.1.2](https://github.com/yposi/fudo3/compare/v0.1.1...v0.1.2) (2021-05-07)
20
+ ## <small>[0.1.2](https://github.com/yposi/fudo3/compare/v0.1.1...v0.1.2) (2021-05-07)</small>
17
21
 
18
- ## [0.1.1](https://github.com/yposi/fudo3/compare/v0.1.0...v0.1.1) (2020-09-06)
22
+ ## <small>[0.1.1](https://github.com/yposi/fudo3/compare/v0.1.0...v0.1.1) (2020-09-06)</small>
19
23
 
20
- # 0.1.0 (2020-08-25)
24
+ ## <small>0.1.0 (2020-08-25)</small>
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fudo3 (0.2.2)
4
+ fudo3 (0.2.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -20,7 +20,7 @@ GEM
20
20
  rspec-core (~> 3.10.0)
21
21
  rspec-expectations (~> 3.10.0)
22
22
  rspec-mocks (~> 3.10.0)
23
- rspec-core (3.10.0)
23
+ rspec-core (3.10.1)
24
24
  rspec-support (~> 3.10.0)
25
25
  rspec-expectations (3.10.0)
26
26
  diff-lcs (>= 1.2.0, < 2.0)
@@ -28,8 +28,8 @@ GEM
28
28
  rspec-mocks (3.10.0)
29
29
  diff-lcs (>= 1.2.0, < 2.0)
30
30
  rspec-support (~> 3.10.0)
31
- rspec-support (3.10.0)
32
- rspec_junit_formatter (0.4.1)
31
+ rspec-support (3.10.3)
32
+ rspec_junit_formatter (0.5.0)
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Fudo3
4
- VERSION = '0.2.2'
4
+ VERSION = '0.2.3'
5
5
  end
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.2
4
+ version: 0.2.3
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-01 00:00:00.000000000 Z
11
+ date: 2022-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler