fudo3 0.2.6 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab4d4c534dfe0bd398a0c721a29349e463b55bc5b077fa625d47a9ffd215d41d
4
- data.tar.gz: c8ae13f1a0f2011bbe95039a39131ce3f1f5640ef9b1546138871da78a026f37
3
+ metadata.gz: 3b39ebb8065ea73eee2431a5cacea23bcce21151496c7101c3ca7c5940c2699b
4
+ data.tar.gz: 99acbb832635b699a40893d8f8ae83e7287e5c4be1af0ad741089c68c77100d2
5
5
  SHA512:
6
- metadata.gz: 14036c1c850bf67a98ca540a11f4cefd09515be8d6beeeff4c6fe6a964c391ca77fef14e926e82a4584e53432c0f06a9eb1d64ffd78b02c270cb39a5b3765867
7
- data.tar.gz: 30694aa178990e44e22a7eaa3d3cec6fc668ffae8b86f4ada481b960eb236f3896b7be739dcdb6726464ac31d551679d81549afb6653490de74929e316e1ec1e
6
+ metadata.gz: e6a0a93bdfc616a6cbffd732d20274f5773e29d404d4687410308d92c69a1045e23dc73c54ecbac64b4580c9c37aa729688653880cb29edf8e857ce5741b3058
7
+ data.tar.gz: f9e26820a2c389a707358b4074efaffb4568bcf8b4eb85449bba7afcbff87a407783b76150dc4bc9068cece2b0baadc585edc9430018e0db00da2091a12132b9
data/.rubocop.yml CHANGED
@@ -4,6 +4,7 @@ require:
4
4
 
5
5
  AllCops:
6
6
  TargetRubyVersion: 2.7.3
7
+ NewCops: enable
7
8
 
8
9
  Style/AsciiComments:
9
10
  Enabled: false
data/CHANGELOG.md CHANGED
@@ -1,4 +1,15 @@
1
- ## 0.2.5 (2022-04-24)
1
+ ## 0.2.8 (2022-10-27)
2
+ * Bump rubocop from 1.31.2 to 1.37.1 ([a68b674](https://github.com/yposi/fudo3/commit/a68b674))
3
+ * Bump rspec_junit_formatter from 0.5.1 to 0.6.0 ([f7f72fb](https://github.com/yposi/fudo3/commit/f7f72fb))
4
+ * Bump rubocop-rspec from 2.12.1 to 2.14.2 ([3e2ab31](https://github.com/yposi/fudo3/commit/3e2ab31))
5
+
6
+ ## 0.2.7 (2022-07-19)
7
+ * Bump rubocop from 1.28.1 to 1.31.2 ([1a5a041](https://github.com/yposi/fudo3/commit/1a5a041))
8
+ * Bump rubocop-rspec from 2.10.0 to 2.12.1 ([822ed6a](https://github.com/yposi/fudo3/commit/822ed6a))
9
+
10
+ ## <small>0.2.6 (2022-04-24)</small>
11
+
12
+ ## <small>0.2.5 (2022-04-24)</small>
2
13
 
3
14
  * Bump rake from 13.0.3 to 13.0.6 ([cb49fe3](https://github.com/yposi/fudo3/commit/cb49fe3))
4
15
  * Bump rspec from 3.10.0 to 3.11.0 ([b9b0921](https://github.com/yposi/fudo3/commit/b9b0921))
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fudo3 (0.2.6)
4
+ fudo3 (0.2.8)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -9,43 +9,45 @@ GEM
9
9
  ast (2.4.2)
10
10
  diff-lcs (1.5.0)
11
11
  docile (1.3.5)
12
+ json (2.6.2)
12
13
  parallel (1.22.1)
13
- parser (3.1.2.0)
14
+ parser (3.1.2.1)
14
15
  ast (~> 2.4.1)
15
16
  rainbow (3.1.1)
16
17
  rake (13.0.6)
17
- regexp_parser (2.3.0)
18
+ regexp_parser (2.6.0)
18
19
  rexml (3.2.5)
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)
20
+ rspec (3.12.0)
21
+ rspec-core (~> 3.12.0)
22
+ rspec-expectations (~> 3.12.0)
23
+ rspec-mocks (~> 3.12.0)
24
+ rspec-core (3.12.0)
25
+ rspec-support (~> 3.12.0)
26
+ rspec-expectations (3.12.0)
26
27
  diff-lcs (>= 1.2.0, < 2.0)
27
- rspec-support (~> 3.11.0)
28
- rspec-mocks (3.11.0)
28
+ rspec-support (~> 3.12.0)
29
+ rspec-mocks (3.12.0)
29
30
  diff-lcs (>= 1.2.0, < 2.0)
30
- rspec-support (~> 3.11.0)
31
- rspec-support (3.11.0)
32
- rspec_junit_formatter (0.5.1)
31
+ rspec-support (~> 3.12.0)
32
+ rspec-support (3.12.0)
33
+ rspec_junit_formatter (0.6.0)
33
34
  rspec-core (>= 2, < 4, != 2.12.0)
34
- rubocop (1.28.1)
35
+ rubocop (1.37.1)
36
+ json (~> 2.3)
35
37
  parallel (~> 1.10)
36
- parser (>= 3.1.0.0)
38
+ parser (>= 3.1.2.1)
37
39
  rainbow (>= 2.2.2, < 4.0)
38
40
  regexp_parser (>= 1.8, < 3.0)
39
- rexml
40
- rubocop-ast (>= 1.17.0, < 2.0)
41
+ rexml (>= 3.2.5, < 4.0)
42
+ rubocop-ast (>= 1.23.0, < 2.0)
41
43
  ruby-progressbar (~> 1.7)
42
44
  unicode-display_width (>= 1.4.0, < 3.0)
43
- rubocop-ast (1.17.0)
45
+ rubocop-ast (1.23.0)
44
46
  parser (>= 3.1.1.0)
45
47
  rubocop-rake (0.6.0)
46
48
  rubocop (~> 1.0)
47
- rubocop-rspec (2.10.0)
48
- rubocop (~> 1.19)
49
+ rubocop-rspec (2.14.2)
50
+ rubocop (~> 1.33)
49
51
  ruby-progressbar (1.11.0)
50
52
  simplecov (0.21.2)
51
53
  docile (~> 1.1)
@@ -53,7 +55,7 @@ GEM
53
55
  simplecov_json_formatter (~> 0.1)
54
56
  simplecov-html (0.12.3)
55
57
  simplecov_json_formatter (0.1.3)
56
- unicode-display_width (2.1.0)
58
+ unicode-display_width (2.3.0)
57
59
 
58
60
  PLATFORMS
59
61
  ruby
data/fudo3.gemspec CHANGED
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
  spec.metadata['changelog_uri'] = 'https://github.com/yposi/fudo3'
21
21
  else
22
22
  raise 'RubyGems 2.0 or newer is required to protect against ' \
23
- 'public gem pushes.'
23
+ 'public gem pushes.'
24
24
  end
25
25
 
26
26
  # Specify which files should be added to the gem when it is released.
@@ -40,4 +40,5 @@ Gem::Specification.new do |spec|
40
40
  spec.add_development_dependency 'rubocop-rake'
41
41
  spec.add_development_dependency 'rubocop-rspec'
42
42
  spec.add_development_dependency 'simplecov'
43
+ spec.metadata['rubygems_mfa_required'] = 'true'
43
44
  end
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.6'
4
+ VERSION = '0.2.8'
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.6
4
+ version: 0.2.8
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-04-24 00:00:00.000000000 Z
11
+ date: 2022-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -157,6 +157,7 @@ metadata:
157
157
  homepage_uri: https://github.com/yposi/fudo3
158
158
  source_code_uri: https://github.com/yposi/fudo3
159
159
  changelog_uri: https://github.com/yposi/fudo3
160
+ rubygems_mfa_required: 'true'
160
161
  post_install_message:
161
162
  rdoc_options: []
162
163
  require_paths: