syamei 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: 86bf38cf7528cb77522ead5c43ecd275444de150dc8d5f4bebb169643319f62a
4
- data.tar.gz: d2d2ca428d52ca0cb232220c7158e5bfdb3c7e74cfe5c005e48ad79555c1b388
3
+ metadata.gz: 0cb0c1f7556998753233cc84468cdaced7f4eb253200dfae1b22ca37f98497fa
4
+ data.tar.gz: d3aaf2346d2e35e907af7ecd5b31daef6ccb18b81e900bd2de5e699a33993304
5
5
  SHA512:
6
- metadata.gz: d852243858bb738a76333ad9d6f4d4f9e6d0dde18460efb8a9748a8166013fac69855a7049ee0af5ce724482efe6bafd9e6236549f8609352f5869f67d168db8
7
- data.tar.gz: 3228226073380dffc485b08eb0acc505eca8bc4f42e4f6d1d616930b8eac49f106ea13c3758a4d8a543115064f72085b898a116e7bc740a6bd082b3fa4594645
6
+ metadata.gz: fee6da86122c53c1673381fd834ad778e54142720f72d28963edb4c5f634d25baeb2daf753ede58551a4a81ecce08181706fefb405a375f8a38951501b8dbedd
7
+ data.tar.gz: 59a78c8019c99bb28c8f89b01fbb0aebb183a35e695d4c290b525ecb866e7cd3f668ef720bdfa5e10725af0fa56cd9e14f49e521d694804da6a2081767916700
data/.circleci/config.yml CHANGED
@@ -3,7 +3,7 @@ jobs:
3
3
  build:
4
4
  parallelism: 3
5
5
  docker:
6
- - image: circleci/ruby:2.6.7
6
+ - image: circleci/ruby:2.7
7
7
  environment:
8
8
  BUNDLE_JOBS: 3
9
9
  BUNDLE_RETRY: 3
data/CHANGELOG.md ADDED
@@ -0,0 +1,50 @@
1
+ ## 0.2.1 (2021-12-29)
2
+
3
+ * Bump rake from 13.0.3 to 13.0.6 ([0d072e0](https://github.com/yposi/syamei/commit/0d072e0))
4
+ * circleci image's version up ([eb94d5c](https://github.com/yposi/syamei/commit/eb94d5c))
5
+
6
+ ## 0.2.0 (2021-05-06)
7
+
8
+ * ruby version up 2.6 to 2.7 ([de3ae55](https://github.com/yposi/syamei/commit/de3ae55))
9
+ * version up 0.2.0 ([dcedaea](https://github.com/yposi/syamei/commit/dcedaea))
10
+
11
+ ## <small>0.1.4 (2021-05-06)</small>
12
+
13
+ * add rspec ([7f2598a](https://github.com/yposi/syamei/commit/7f2598a))
14
+ * Bump rake from 13.0.1 to 13.0.3 ([0d72f84](https://github.com/yposi/syamei/commit/0d72f84))
15
+ * Bump rspec from 3.9.0 to 3.10.0 ([9e4c714](https://github.com/yposi/syamei/commit/9e4c714))
16
+ * Bump rubocop-rspec from 1.42.0 to 1.44.1 ([695b6c0](https://github.com/yposi/syamei/commit/695b6c0))
17
+ * Bump simplecov from 0.18.5 to 0.21.2 ([375f478](https://github.com/yposi/syamei/commit/375f478))
18
+ * delete .idea ([cf8a071](https://github.com/yposi/syamei/commit/cf8a071))
19
+ * delete rspec version specification ([b9c903c](https://github.com/yposi/syamei/commit/b9c903c))
20
+ * delete rubocop version specification ([31b91f9](https://github.com/yposi/syamei/commit/31b91f9))
21
+ * fix Gemfile.lock ([dccbb14](https://github.com/yposi/syamei/commit/dccbb14))
22
+ * fix rubocop ([f48db49](https://github.com/yposi/syamei/commit/f48db49))
23
+ * ruby version up ([b2e592e](https://github.com/yposi/syamei/commit/b2e592e))
24
+ * Update bundler requirement from ~> 1.17 to ~> 2.2 ([fa98eb7](https://github.com/yposi/syamei/commit/fa98eb7))
25
+ * Upgrade to GitHub-native Dependabot ([6ddc6ea](https://github.com/yposi/syamei/commit/6ddc6ea))
26
+ * version up 0.1.4 ([84a6db5](https://github.com/yposi/syamei/commit/84a6db5))
27
+
28
+
29
+
30
+ ## <small>0.1.3 (2020-07-30)</small>
31
+
32
+ * add methods ([c2ed443](https://github.com/yposi/syamei/commit/c2ed443))
33
+ * add methods ([a235ea5](https://github.com/yposi/syamei/commit/a235ea5))
34
+ * circleci導入 ([f751c3c](https://github.com/yposi/syamei/commit/f751c3c))
35
+ * fix gemspec ([03d1abd](https://github.com/yposi/syamei/commit/03d1abd))
36
+ * fix README ([bc8a0fe](https://github.com/yposi/syamei/commit/bc8a0fe))
37
+ * fix rubocop.yml ([da5864a](https://github.com/yposi/syamei/commit/da5864a))
38
+ * rake version up ([4b75ce9](https://github.com/yposi/syamei/commit/4b75ce9))
39
+ * READMEを更新 ([b9ded2a](https://github.com/yposi/syamei/commit/b9ded2a))
40
+ * remove TODO ([2d798b2](https://github.com/yposi/syamei/commit/2d798b2))
41
+ * run bundle gem ([f3fba71](https://github.com/yposi/syamei/commit/f3fba71))
42
+ * Update README.md ([978c371](https://github.com/yposi/syamei/commit/978c371))
43
+ * version up ([ad252e7](https://github.com/yposi/syamei/commit/ad252e7))
44
+ * version up 0.1.3 ([c215746](https://github.com/yposi/syamei/commit/c215746))
45
+ * データの持ち方を変更 ([18444b3](https://github.com/yposi/syamei/commit/18444b3))
46
+ * 省略文字の実装漏れ修正 ([a343202](https://github.com/yposi/syamei/commit/a343202))
47
+ * 自動化リリース断念 ([8951f7a](https://github.com/yposi/syamei/commit/8951f7a))
48
+
49
+
50
+
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- syamei (0.2.0)
4
+ syamei (0.2.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -13,7 +13,7 @@ GEM
13
13
  parser (3.0.1.1)
14
14
  ast (~> 2.4.1)
15
15
  rainbow (3.0.0)
16
- rake (13.0.3)
16
+ rake (13.0.6)
17
17
  regexp_parser (2.1.1)
18
18
  rexml (3.2.5)
19
19
  rspec (3.10.0)
@@ -1,3 +1,3 @@
1
1
  module Syamei
2
- VERSION = '0.2.0'.freeze
2
+ VERSION = '0.2.1'.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.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
@@ -123,6 +123,7 @@ files:
123
123
  - ".rubocop.yml"
124
124
  - ".ruby-version"
125
125
  - ".travis.yml"
126
+ - CHANGELOG.md
126
127
  - CODE_OF_CONDUCT.md
127
128
  - Gemfile
128
129
  - Gemfile.lock