async-service 0.23.0 → 0.24.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: 5f7f1e1833ae119be22f91c6c84073871863a49269b3173a9ed0506dbdb7afc3
4
- data.tar.gz: a05e566aa7668b42991189b7bcea2f8e9e298a4a51545880e965e82256ac7d8e
3
+ metadata.gz: 627b83e2706cf6594c5f66b3c0d5208ce0991e09b7da9ad1db6fc8140ee96a8a
4
+ data.tar.gz: cd6737b1aa7efb1c3f2c83b441994152ade264c3de1861caedc91da7ac25000d
5
5
  SHA512:
6
- metadata.gz: 64b72fff461e46bf290c993b0fbe2ca03a7014f4cecbf0af35bceb32e5303626a62bfdeb4f2bf2fe78ae07c763939ad5830e3613881af89d9b5f80e123fa20fb
7
- data.tar.gz: 6e64b02a88d0bf6b07fe228cf125c1b6864f9f29d589e2c828b7bd6733a154b2c40f4ac7e83b4f715d28281d2284a331e13669925f81ff0bed1025df63d0aa76
6
+ metadata.gz: 2f51eca9ac8c9a6befbee2d8f8720d1cfe9d834eba0b1ddf0eccf6f5cf5c2df78e3587f1978459db35a6f56c41d3a8065b247f4ecfc8868d8015b5beb06694aa
7
+ data.tar.gz: d9a35eca09c06dc7776c80499231cc0b800e669138f44afc0ec1e3c40514b7e3095639a7a3a486688abd61bd1061e75fd2bfa02fea00891ac026fff8ca3695c4
checksums.yaml.gz.sig CHANGED
Binary file
@@ -2,6 +2,7 @@
2
2
 
3
3
  # Released under the MIT License.
4
4
  # Copyright, 2024-2026, by Samuel Williams.
5
+ # Copyright, 2026, by Udi Feldman.
5
6
 
6
7
  require "async/container/controller"
7
8
  require_relative "policy"
@@ -91,7 +92,7 @@ module Async
91
92
  end
92
93
 
93
94
  # Stop all named services.
94
- def stop(graceful = true)
95
+ def stop(graceful = @graceful_stop)
95
96
  @services.each do |service|
96
97
  begin
97
98
  service.stop
@@ -7,6 +7,6 @@
7
7
  module Async
8
8
  # @namespace
9
9
  module Service
10
- VERSION = "0.23.0"
10
+ VERSION = "0.24.0"
11
11
  end
12
12
  end
data/license.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # MIT License
2
2
 
3
3
  Copyright, 2024-2026, by Samuel Williams.
4
+ Copyright, 2026, by Udi Feldman.
4
5
 
5
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
7
  of this software and associated documentation files (the "Software"), to deal
data/readme.md CHANGED
@@ -92,6 +92,22 @@ We welcome contributions to this project.
92
92
  4. Push to the branch (`git push origin my-new-feature`).
93
93
  5. Create new Pull Request.
94
94
 
95
+ ### Running Tests
96
+
97
+ To run the test suite:
98
+
99
+ ``` shell
100
+ bundle exec sus
101
+ ```
102
+
103
+ ### Making Releases
104
+
105
+ To make a new release:
106
+
107
+ ``` shell
108
+ bundle exec bake gem:release:patch # or minor or major
109
+ ```
110
+
95
111
  ### Developer Certificate of Origin
96
112
 
97
113
  In order to protect users of this project, we require all contributors to comply with the [Developer Certificate of Origin](https://developercertificate.org/). This ensures that all contributions are properly licensed and attributed.
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async-service
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
+ - Udi Feldman
8
9
  bindir: bin
9
10
  cert_chain:
10
11
  - |
@@ -133,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
133
134
  - !ruby/object:Gem::Version
134
135
  version: '0'
135
136
  requirements: []
136
- rubygems_version: 4.0.6
137
+ rubygems_version: 4.0.3
137
138
  specification_version: 4
138
139
  summary: A service layer for Async.
139
140
  test_files: []
metadata.gz.sig CHANGED
Binary file