fudo3 0.2.7 → 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: 28c879d1b680af8dcc32cc9a3d6647b30b19930e562ab7a1ddedc58f4b290a45
4
- data.tar.gz: e0c6e6c7e5663a757c34e31293013e185ce7d3b41b2e67c47bc0dd7d1cd6da40
3
+ metadata.gz: 3b39ebb8065ea73eee2431a5cacea23bcce21151496c7101c3ca7c5940c2699b
4
+ data.tar.gz: 99acbb832635b699a40893d8f8ae83e7287e5c4be1af0ad741089c68c77100d2
5
5
  SHA512:
6
- metadata.gz: 8ed157a0abd910b32b9e2b76360d3cfab1eb560bc7a6ee761557deed581aafe7e29b0e5fbf0adecfb290fc71f528f4422e603689748da6d262bef164bed36b31
7
- data.tar.gz: 373dcc237e864e5b42b7e5ffc02f9b148d866c393b6dedae948380e2041d357b34f14fbbfd90c0d2defd3c069cd3cd05eee9565df5fd603630c22d520be763ed
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,3 +1,8 @@
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
+
1
6
  ## 0.2.7 (2022-07-19)
2
7
  * Bump rubocop from 1.28.1 to 1.31.2 ([1a5a041](https://github.com/yposi/fudo3/commit/1a5a041))
3
8
  * Bump rubocop-rspec from 2.10.0 to 2.12.1 ([822ed6a](https://github.com/yposi/fudo3/commit/822ed6a))
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fudo3 (0.2.7)
4
+ fudo3 (0.2.8)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -11,43 +11,43 @@ GEM
11
11
  docile (1.3.5)
12
12
  json (2.6.2)
13
13
  parallel (1.22.1)
14
- parser (3.1.2.0)
14
+ parser (3.1.2.1)
15
15
  ast (~> 2.4.1)
16
16
  rainbow (3.1.1)
17
17
  rake (13.0.6)
18
- regexp_parser (2.5.0)
18
+ regexp_parser (2.6.0)
19
19
  rexml (3.2.5)
20
- rspec (3.11.0)
21
- rspec-core (~> 3.11.0)
22
- rspec-expectations (~> 3.11.0)
23
- rspec-mocks (~> 3.11.0)
24
- rspec-core (3.11.0)
25
- rspec-support (~> 3.11.0)
26
- 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)
27
27
  diff-lcs (>= 1.2.0, < 2.0)
28
- rspec-support (~> 3.11.0)
29
- rspec-mocks (3.11.0)
28
+ rspec-support (~> 3.12.0)
29
+ rspec-mocks (3.12.0)
30
30
  diff-lcs (>= 1.2.0, < 2.0)
31
- rspec-support (~> 3.11.0)
32
- rspec-support (3.11.0)
33
- 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)
34
34
  rspec-core (>= 2, < 4, != 2.12.0)
35
- rubocop (1.31.2)
35
+ rubocop (1.37.1)
36
36
  json (~> 2.3)
37
37
  parallel (~> 1.10)
38
- parser (>= 3.1.0.0)
38
+ parser (>= 3.1.2.1)
39
39
  rainbow (>= 2.2.2, < 4.0)
40
40
  regexp_parser (>= 1.8, < 3.0)
41
41
  rexml (>= 3.2.5, < 4.0)
42
- rubocop-ast (>= 1.18.0, < 2.0)
42
+ rubocop-ast (>= 1.23.0, < 2.0)
43
43
  ruby-progressbar (~> 1.7)
44
44
  unicode-display_width (>= 1.4.0, < 3.0)
45
- rubocop-ast (1.19.1)
45
+ rubocop-ast (1.23.0)
46
46
  parser (>= 3.1.1.0)
47
47
  rubocop-rake (0.6.0)
48
48
  rubocop (~> 1.0)
49
- rubocop-rspec (2.12.1)
50
- rubocop (~> 1.31)
49
+ rubocop-rspec (2.14.2)
50
+ rubocop (~> 1.33)
51
51
  ruby-progressbar (1.11.0)
52
52
  simplecov (0.21.2)
53
53
  docile (~> 1.1)
@@ -55,7 +55,7 @@ GEM
55
55
  simplecov_json_formatter (~> 0.1)
56
56
  simplecov-html (0.12.3)
57
57
  simplecov_json_formatter (0.1.3)
58
- unicode-display_width (2.2.0)
58
+ unicode-display_width (2.3.0)
59
59
 
60
60
  PLATFORMS
61
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.7'
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.7
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-07-19 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: