yaso 1.0.0pre → 1.0.0
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/Gemfile.lock +1 -1
- data/README.md +7 -8
- data/lib/yaso/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 303afa88aa6e5fbe4a133816cabd2fb072b3c0c69e9325f3213329e2838722fe
|
|
4
|
+
data.tar.gz: 68c158407e5c0443091ca1378b0c99ac24da9a2abc7072398e8eae9f81dffc93
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47b055c354a17ba2c0c21ed306c97da120b1d3b2511245c6e9a074e4ecd6126f6ae1325ab6f5f492f93deb7ddfedc9f07e40e149d20d04b49c8c700fc505665e
|
|
7
|
+
data.tar.gz: 25fb9bc3037fd49e2b48f466098d0299f4bcaa569b320d76dbf351dbc2cb8e665c50c82bb06411223a5dbd327bc2191f24575c8a744037457bc5c07e64f36ad8
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Yaso
|
|
2
2
|
[](https://github.com/Ar2emis/yaso/actions/workflows/main.yml)  [](https://github.com/Ar2emis/yaso/blob/master/LICENSE.txt)
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
That's my (Yet Another) ServiceObject pattern implementation. I tried to make it fast (the fastest actually) and simple to use.
|
|
5
|
+
I was inspired by those alternatives and I hope this will encourage them to be even better:
|
|
6
|
+
- [Trailblazer](https://github.com/trailblazer/trailblazer)
|
|
7
|
+
- [Decouplio](https://github.com/differencialx/decouplio)
|
|
7
8
|
|
|
8
9
|
## Installation
|
|
9
10
|
|
|
@@ -23,17 +24,15 @@ Or install it yourself as:
|
|
|
23
24
|
|
|
24
25
|
## Usage
|
|
25
26
|
|
|
26
|
-
|
|
27
|
+
All the information you can find in the gem [wiki](https://github.com/Ar2emis/yaso/wiki).
|
|
27
28
|
|
|
28
29
|
## Development
|
|
29
30
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
31
|
+
I don't think that someone would like to help me developing the gem but if so just fork a new branch from the master, do your dark business, open a pull request and assign me as a reviewer.
|
|
33
32
|
|
|
34
33
|
## Contributing
|
|
35
34
|
|
|
36
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
35
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/Ar2emis/yaso.
|
|
37
36
|
|
|
38
37
|
## License
|
|
39
38
|
|
data/lib/yaso/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yaso
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Artem Shevchenko
|
|
@@ -241,9 +241,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
241
241
|
version: '2.5'
|
|
242
242
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
243
243
|
requirements:
|
|
244
|
-
- - "
|
|
244
|
+
- - ">="
|
|
245
245
|
- !ruby/object:Gem::Version
|
|
246
|
-
version:
|
|
246
|
+
version: '0'
|
|
247
247
|
requirements: []
|
|
248
248
|
rubygems_version: 3.3.7
|
|
249
249
|
signing_key:
|