syamei 0.2.3 → 0.2.4

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: 9d1a2629a52ddda00b6d3c4eb2d8fb359044608c8b5e7b0bb41389a00be68712
4
- data.tar.gz: 7b9ba2ea91d092fcc0cd7c26a6875c4f34c57263e0a6fa6429c144757b4c2ddb
3
+ metadata.gz: 4f585708a2a116c01b07cc17575f9a38e6a09ae1c9d34afd1105f3dc8b9bd777
4
+ data.tar.gz: e21becf47e82ee1d0312614cb5b6bcdddbc947af3da8416a1a9d8eb59122d65d
5
5
  SHA512:
6
- metadata.gz: d91d1eef40c96a6cb38e2e77013a933e4e01402c1d84e2432bf1e4d6e91004c90885d803fc4b7d1425d6e4ea28f2e11a0aafe8c51a9735305bbac68c6e9a86e5
7
- data.tar.gz: 956b11f6a1e906d146e16525b3c733d75f27802fac3860cd38fd39fa8df335b488c49900d66fb6d4feff3207bde962a093398791793e4cca2dd34a85f44b2b2f
6
+ metadata.gz: bef05066aff9cbc3891ea3834ec66b06fc6dab704c16dfc87f76f563a612548b847dd4d8325f554f2610ef5448b41825313f55bd019cda000d5f1338e9fa600b
7
+ data.tar.gz: 21c380817aa47324435608325eb955e25a3e8a7e1800bc3a0d166043df40740452283244d78e4e1b1528ca6bbf72da98e8653ca3d0a0216916fb722c7ade055a
data/CHANGELOG.md CHANGED
@@ -1,4 +1,8 @@
1
- ## 0.2.3 (2022-01-13)
1
+ ## 0.2.4 (2022-04-24)
2
+
3
+ * Bump rspec from 3.10.0 to 3.11.0 ([57f3ac6](https://github.com/yposi/syamei/commit/57f3ac6))
4
+
5
+ ## <small>0.2.3 (2022-01-13)</small>
2
6
 
3
7
  * Bump rspec_junit_formatter from 0.5.0 to 0.5.1 ([07febf6](https://github.com/yposi/syamei/commit/07febf6))
4
8
 
@@ -38,8 +42,8 @@
38
42
 
39
43
  ## <small>0.1.3 (2020-07-30)</small>
40
44
 
41
- * add methods ([c2ed443](https://github.com/yposi/syamei/commit/c2ed443))
42
45
  * add methods ([a235ea5](https://github.com/yposi/syamei/commit/a235ea5))
46
+ * add methods ([c2ed443](https://github.com/yposi/syamei/commit/c2ed443))
43
47
  * circleci導入 ([f751c3c](https://github.com/yposi/syamei/commit/f751c3c))
44
48
  * fix gemspec ([03d1abd](https://github.com/yposi/syamei/commit/03d1abd))
45
49
  * fix README ([bc8a0fe](https://github.com/yposi/syamei/commit/bc8a0fe))
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- syamei (0.2.3)
4
+ syamei (0.2.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  ast (2.4.2)
10
- diff-lcs (1.4.4)
10
+ diff-lcs (1.5.0)
11
11
  docile (1.3.5)
12
12
  parallel (1.20.1)
13
13
  parser (3.0.1.1)
@@ -16,19 +16,19 @@ GEM
16
16
  rake (13.0.6)
17
17
  regexp_parser (2.1.1)
18
18
  rexml (3.2.5)
19
- rspec (3.10.0)
20
- rspec-core (~> 3.10.0)
21
- rspec-expectations (~> 3.10.0)
22
- rspec-mocks (~> 3.10.0)
23
- rspec-core (3.10.1)
24
- rspec-support (~> 3.10.0)
25
- rspec-expectations (3.10.1)
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.10.0)
28
- rspec-mocks (3.10.2)
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.10.0)
31
- rspec-support (3.10.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
34
  rubocop (0.93.1)
@@ -1,3 +1,3 @@
1
1
  module Syamei
2
- VERSION = '0.2.3'.freeze
2
+ VERSION = '0.2.4'.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.3
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-13 00:00:00.000000000 Z
11
+ date: 2022-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler