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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b9f4c5896548a6f409962b677761c4be496098d9dea767e3d5cfedfa7b18d96
4
- data.tar.gz: ae9a8cb0cd3053da2c8f8255965f56038fc95d7d47e77b276186855d277bd97c
3
+ metadata.gz: 303afa88aa6e5fbe4a133816cabd2fb072b3c0c69e9325f3213329e2838722fe
4
+ data.tar.gz: 68c158407e5c0443091ca1378b0c99ac24da9a2abc7072398e8eae9f81dffc93
5
5
  SHA512:
6
- metadata.gz: aec771273ca907c668f9c6153c6d3446b4e8fd80875f3812bebc7590ae1d7be7c7f4b080cc2ff0b9861beaf868a10fa1b4a878fb782658f62bc03d9da231828b
7
- data.tar.gz: e1e9f17b4715e3bf6792de67be5562f5c495b61c57e7c20bbb3d2e0f4585290fb803bd6686821e74ad6c5982c0cb7f3c88363947b2981a650394d1023ffcca90
6
+ metadata.gz: 47b055c354a17ba2c0c21ed306c97da120b1d3b2511245c6e9a074e4ecd6126f6ae1325ab6f5f492f93deb7ddfedc9f07e40e149d20d04b49c8c700fc505665e
7
+ data.tar.gz: 25fb9bc3037fd49e2b48f466098d0299f4bcaa569b320d76dbf351dbc2cb8e665c50c82bb06411223a5dbd327bc2191f24575c8a744037457bc5c07e64f36ad8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- yaso (1.0.0pre)
4
+ yaso (1.0.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # Yaso
2
2
  [![Ruby](https://github.com/Ar2emis/yaso/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/Ar2emis/yaso/actions/workflows/main.yml) ![gem](https://img.shields.io/gem/v/yaso) [![GitHub license](https://img.shields.io/github/license/Ar2emis/yaso)](https://github.com/Ar2emis/yaso/blob/master/LICENSE.txt)
3
3
 
4
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/yaso`. To experiment with that code, run `bin/console` for an interactive prompt.
5
-
6
- TODO: Delete this and the text above, and describe your gem
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
- TODO: Write usage instructions here
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
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
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/[USERNAME]/yaso.
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Yaso
4
- VERSION = '1.0.0pre'
4
+ VERSION = '1.0.0'
5
5
  end
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.0pre
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: 1.3.1
246
+ version: '0'
247
247
  requirements: []
248
248
  rubygems_version: 3.3.7
249
249
  signing_key: