fudo3 0.2.0 → 0.2.1

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: 9dbfdaf9f98ab4e984f7af032f020243b28664f4448d797e76d737f28cbda93e
4
- data.tar.gz: e2875facdd5e819c89d461130600fd70a90d7dd2bf0535cb12acf26cc7afcd09
3
+ metadata.gz: 1e239ffc2e7a0750c0561e6c5aa069e7bbbff12fea805628e3f8458aefeed262
4
+ data.tar.gz: 17e67f0f828c300fda2e175cd8d4622b05d7e55ac9d003f5fda2f8092686ff86
5
5
  SHA512:
6
- metadata.gz: 277cc817ef237f23ffdd5fb633546c244c893fe23a72830b8f9e95a4c47fc56632fe4f1465954dd1bbae8b4df51d84460d4129936ad7ad8ed50224c84ec177f1
7
- data.tar.gz: 4bfad4ab0d30bf4b1310329c134760c7fb20e1b748a90685a8574427ff2d3bde9c3346fd9987117a9a558d72d9bd259d8fd4adde1a74dd773b57295ce00307b4
6
+ metadata.gz: a15d0dba24ab972c30acf5da10362fdc9be6060380469023e1f0360f5e36a20421367df9d3180949f03217357c069acbc45e280604ef679f6bf8bd9d6674c89d
7
+ data.tar.gz: c108f52da7398c50e110ee556da3476bf450fffe5f4d93aaeb73c8c80890db38604c5de0067fa2432e6c9a90efa5a38bda95ca9196d80cdc66ecf6573f0bd9dd
data/CHANGELOG.md ADDED
@@ -0,0 +1,14 @@
1
+ ## 0.2.1**** (2021-12-29)
2
+
3
+ * Bump rake from 13.0.3 to 13.0.6 ([cb49fe3](https://github.com/yposi/fudo3/commit/cb49fe3))
4
+ * Bump rubocop from 1.14.0 to 1.24.0 ([169b2b5](https://github.com/yposi/fudo3/commit/169b2b5))
5
+ * Bump rubocop-rake from 0.5.1 to 0.6.0 ([3b13ff8](https://github.com/yposi/fudo3/commit/3b13ff8))
6
+ * Bump rubocop-rspec from 2.3.0 to 2.7.0 ([07c7f59](https://github.com/yposi/fudo3/commit/07c7f59))
7
+
8
+ ## [0.2.0](https://github.com/yposi/fudo3/compare/v0.1.2...v0.2.0) (2021-05-07)
9
+
10
+ ## [0.1.2](https://github.com/yposi/fudo3/compare/v0.1.1...v0.1.2) (2021-05-07)
11
+
12
+ ## [0.1.1](https://github.com/yposi/fudo3/compare/v0.1.0...v0.1.1) (2020-09-06)
13
+
14
+ # 0.1.0 (2020-08-25)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fudo3 (0.2.0)
4
+ fudo3 (0.2.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -9,12 +9,12 @@ GEM
9
9
  ast (2.4.2)
10
10
  diff-lcs (1.4.4)
11
11
  docile (1.3.5)
12
- parallel (1.20.1)
13
- parser (3.0.1.1)
12
+ parallel (1.21.0)
13
+ parser (3.0.3.2)
14
14
  ast (~> 2.4.1)
15
15
  rainbow (3.0.0)
16
- rake (13.0.3)
17
- regexp_parser (2.1.1)
16
+ rake (13.0.6)
17
+ regexp_parser (2.2.0)
18
18
  rexml (3.2.5)
19
19
  rspec (3.10.0)
20
20
  rspec-core (~> 3.10.0)
@@ -31,22 +31,21 @@ GEM
31
31
  rspec-support (3.10.0)
32
32
  rspec_junit_formatter (0.4.1)
33
33
  rspec-core (>= 2, < 4, != 2.12.0)
34
- rubocop (1.14.0)
34
+ rubocop (1.24.0)
35
35
  parallel (~> 1.10)
36
36
  parser (>= 3.0.0.0)
37
37
  rainbow (>= 2.2.2, < 4.0)
38
38
  regexp_parser (>= 1.8, < 3.0)
39
39
  rexml
40
- rubocop-ast (>= 1.5.0, < 2.0)
40
+ rubocop-ast (>= 1.15.0, < 2.0)
41
41
  ruby-progressbar (~> 1.7)
42
42
  unicode-display_width (>= 1.4.0, < 3.0)
43
- rubocop-ast (1.5.0)
43
+ rubocop-ast (1.15.1)
44
44
  parser (>= 3.0.1.1)
45
- rubocop-rake (0.5.1)
46
- rubocop
47
- rubocop-rspec (2.3.0)
45
+ rubocop-rake (0.6.0)
48
46
  rubocop (~> 1.0)
49
- rubocop-ast (>= 1.1.0)
47
+ rubocop-rspec (2.7.0)
48
+ rubocop (~> 1.19)
50
49
  ruby-progressbar (1.11.0)
51
50
  simplecov (0.21.2)
52
51
  docile (~> 1.1)
@@ -54,7 +53,7 @@ GEM
54
53
  simplecov_json_formatter (~> 0.1)
55
54
  simplecov-html (0.12.3)
56
55
  simplecov_json_formatter (0.1.3)
57
- unicode-display_width (2.0.0)
56
+ unicode-display_width (2.1.0)
58
57
 
59
58
  PLATFORMS
60
59
  ruby
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.0'.freeze
4
+ VERSION = '0.2.1'
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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shuhei Yamashita
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-06 00:00:00.000000000 Z
11
+ date: 2021-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -137,6 +137,7 @@ files:
137
137
  - ".rubocop.yml"
138
138
  - ".ruby-version"
139
139
  - ".travis.yml"
140
+ - CHANGELOG.md
140
141
  - CODE_OF_CONDUCT.md
141
142
  - Gemfile
142
143
  - Gemfile.lock