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 +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +3 -3
- data/lib/shiyo/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a8bcf0860454c09b7fae5efaf6b29571cb3c2096c5ea0579caba8551c6a477b
|
|
4
|
+
data.tar.gz: ec061a142f43ed799417666fce5be7cd0b0aea3c3eca3a61d7f63ca3944f98bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4de2643bc5f2ec763df4a2ee8359bba231188641735b0be3c6b0eb12969832a0257e990ef093715a36ee07e2974a51fe9c8a7973c5d24759bb0958196976042e
|
|
7
|
+
data.tar.gz: edba96833eebbeafa6246794a9ce0608b5b6040d67761190999cb6a650905d0cbd4fafdf4bffa38b075f47c37b31827ad1a27b58b59ca9992aa51ea168868063
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Shiyo
|
|
2
|
-
[](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/
|
|
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/
|
|
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
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.
|
|
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-
|
|
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/
|
|
39
|
+
homepage: https://github.com/j-miyake/shiyo
|
|
40
40
|
licenses:
|
|
41
41
|
- MIT
|
|
42
42
|
metadata:
|
|
43
|
-
homepage_uri: https://github.com/
|
|
44
|
-
source_code_uri: https://github.com/
|
|
45
|
-
changelog_uri: https://github.com/
|
|
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:
|