syamei 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: c11a57bf64993fb6c648fc80d04b6c179da93345dfaa61cf788a3d2e41046063
4
- data.tar.gz: 3b0a2e8e4653c8415ddf2cdd206b005a3fcf9b1002b6bf6dc515844637a0783b
3
+ metadata.gz: 9d1a2629a52ddda00b6d3c4eb2d8fb359044608c8b5e7b0bb41389a00be68712
4
+ data.tar.gz: 7b9ba2ea91d092fcc0cd7c26a6875c4f34c57263e0a6fa6429c144757b4c2ddb
5
5
  SHA512:
6
- metadata.gz: 3817b3cdb62d8e5b0d54b15d1e5660c8bd114cc107f101ad39225b592f6db06e8a7d6bf9241bba7b8c103dc43109d3caf56f70b07c2066ee2fcc75e042b81a61
7
- data.tar.gz: 377634ba14e725dbb491652e451068090b7eefd24e6c9e771c4c5947cfb027e6dc459f7b2c3e18605b8b3519b3996666b517f6183a83447307b386173193e90b
6
+ metadata.gz: d91d1eef40c96a6cb38e2e77013a933e4e01402c1d84e2432bf1e4d6e91004c90885d803fc4b7d1425d6e4ea28f2e11a0aafe8c51a9735305bbac68c6e9a86e5
7
+ data.tar.gz: 956b11f6a1e906d146e16525b3c733d75f27802fac3860cd38fd39fa8df335b488c49900d66fb6d4feff3207bde962a093398791793e4cca2dd34a85f44b2b2f
data/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
- ## 0.2.2 (2022-01-06)
1
+ ## 0.2.3 (2022-01-13)
2
+
3
+ * Bump rspec_junit_formatter from 0.5.0 to 0.5.1 ([07febf6](https://github.com/yposi/syamei/commit/07febf6))
4
+
5
+ ## <small>0.2.2 (2022-01-06)</small>
2
6
 
3
7
  * Bump rspec_junit_formatter from 0.4.1 to 0.5.0 ([b8958ba](https://github.com/yposi/syamei/commit/b8958ba))
4
8
  * Create codeql-analysis.yml ([7c2e54b](https://github.com/yposi/syamei/commit/7c2e54b))
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- syamei (0.2.2)
4
+ syamei (0.2.3)
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.0)
32
+ rspec_junit_formatter (0.5.1)
33
33
  rspec-core (>= 2, < 4, != 2.12.0)
34
34
  rubocop (0.93.1)
35
35
  parallel (~> 1.10)
@@ -1,3 +1,3 @@
1
1
  module Syamei
2
- VERSION = '0.2.2'.freeze
2
+ VERSION = '0.2.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: syamei
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-06 00:00:00.000000000 Z
11
+ date: 2022-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler