shiyo 0.1.1 → 0.1.2

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: d3cac64b3952eb7ca2cbc28c4c28bc0be7abad2dcab019e880f0dbd995191151
4
- data.tar.gz: 867b20167b0327492d8011a6e90388683b7c0dae3ae22edba9b2b2e7f81a60c0
3
+ metadata.gz: 5a8bcf0860454c09b7fae5efaf6b29571cb3c2096c5ea0579caba8551c6a477b
4
+ data.tar.gz: ec061a142f43ed799417666fce5be7cd0b0aea3c3eca3a61d7f63ca3944f98bd
5
5
  SHA512:
6
- metadata.gz: 78bdf7228c8377b54675046eaaa650183f147974bd56e429422bf0ddf44c1e3241ed2cc7fb17c1c7944584b3b12673f6a545659d29f88575333311b1fc2bf774
7
- data.tar.gz: df0044517dd0589b2b476b645d2c3dce47eec94d6239f001a71cfdf0e8362c795ecd6b67d242e8725c6b8a0aa3d7570f6dddceeb6bb9e6469e11e7170cc1a7a5
6
+ metadata.gz: 4de2643bc5f2ec763df4a2ee8359bba231188641735b0be3c6b0eb12969832a0257e990ef093715a36ee07e2974a51fe9c8a7973c5d24759bb0958196976042e
7
+ data.tar.gz: edba96833eebbeafa6246794a9ce0608b5b6040d67761190999cb6a650905d0cbd4fafdf4bffa38b075f47c37b31827ad1a27b58b59ca9992aa51ea168868063
data/CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
1
  ## [Unreleased]
2
+
3
+ ## [0.1.2] - 2022-06-01
4
+
5
+ - Change author's username
6
+
2
7
  ## [0.1.1] - 2022-03-15
3
8
 
4
9
  - Install `bump` gem
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Shiyo
2
- [![johnny-miyake](https://circleci.com/gh/johnny-miyake/shiyo.svg?style=svg)](https://github.com/johnny-miyake/shiyo)
2
+ [![j-miyake](https://circleci.com/gh/j-miyake/shiyo.svg?style=svg)](https://github.com/j-miyake/shiyo)
3
3
 
4
4
  Shiyo is a minimal framework that supports writing your business rules using the [Specification pattern](https://en.wikipedia.org/wiki/Specification_pattern).
5
5
  It helps you to build a composite specification by method chaining like;
@@ -116,7 +116,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
116
116
 
117
117
  ## Contributing
118
118
 
119
- Bug reports and pull requests are welcome on GitHub at https://github.com/johnny-miyake/shiyo. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/johnny-miyake/shiyo/blob/master/CODE_OF_CONDUCT.md).
119
+ Bug reports and pull requests are welcome on GitHub at https://github.com/j-miyake/shiyo. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/j-miyake/shiyo/blob/master/CODE_OF_CONDUCT.md).
120
120
 
121
121
  ## License
122
122
 
@@ -124,4 +124,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
124
124
 
125
125
  ## Code of Conduct
126
126
 
127
- Everyone interacting in the Shiyo project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/johnny-miyake/shiyo/blob/master/CODE_OF_CONDUCT.md).
127
+ Everyone interacting in the Shiyo project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/j-miyake/shiyo/blob/master/CODE_OF_CONDUCT.md).
data/lib/shiyo/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Shiyo
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shiyo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takuma Miyake
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-03-15 00:00:00.000000000 Z
11
+ date: 2022-06-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: " Shiyo is a minimal framework that supports writing your business
14
14
  rules using the Specification pattern.\n"
@@ -36,13 +36,13 @@ files:
36
36
  - lib/shiyo/syntax_sugar.rb
37
37
  - lib/shiyo/version.rb
38
38
  - sig/shiyo.rbs
39
- homepage: https://github.com/johnny-miyake/shiyo
39
+ homepage: https://github.com/j-miyake/shiyo
40
40
  licenses:
41
41
  - MIT
42
42
  metadata:
43
- homepage_uri: https://github.com/johnny-miyake/shiyo
44
- source_code_uri: https://github.com/johnny-miyake/shiyo
45
- changelog_uri: https://github.com/johnny-miyake/shiyo/blob/master/CHANGELOG.md
43
+ homepage_uri: https://github.com/j-miyake/shiyo
44
+ source_code_uri: https://github.com/j-miyake/shiyo
45
+ changelog_uri: https://github.com/j-miyake/shiyo/blob/master/CHANGELOG.md
46
46
  post_install_message:
47
47
  rdoc_options: []
48
48
  require_paths: