foobara 0.0.8 → 0.0.9

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: 2ce26fb2ceea1f309276c6b434bb1371dad5844ac46c02f6f35cb8796e610997
4
- data.tar.gz: 395b836af87f5d72eb9f1cfdf11605fd0709fe7030a1bfdae90895d3a200a7aa
3
+ metadata.gz: da90f5634c4dd8b25e3e4025aba385db5a05fb905de0eab32a87dfc75758fbb5
4
+ data.tar.gz: 558ce219e510e8dc3fa21c625d2c0350efe32636114015d070cbfcb07818b133
5
5
  SHA512:
6
- metadata.gz: a6cf896d47de2a22bec5a81a2f26c601074f8858d6259b482febaa6ec52523eb9241acd79d6e8a5d1f6d5cefcbf658e403fca39d3dc0a87113975d42befe9f6d
7
- data.tar.gz: c46f9de89b2db21f9786b87baaf8a67f1983f36d3b91d90f51d05805462571d145d3d96e41cfd42019734cb5c8e97ae11b89c2e5336590717bcbd8b0fdc85476
6
+ metadata.gz: 9385c980625d21deee50b0bb88ecaf9b9fcea1557c2fe8effc162a33ea465e914a6f3f4fb21d373f322e7939ad6048aaf0e15c3081de3412f01e185cd07c02c1
7
+ data.tar.gz: 349e0c8bb94463e29c7b1515b0fa1add2aca04b1866262c45fa3a9345d9fb16068717df11c1e57cb55b47c4e2dc4dfffc56319bc2cb1840abc3d4e8c4fcc1c7b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.0.9] - 2024-09-11
2
+
3
+ - Add CommandRegistry#size
4
+
1
5
  ## [0.0.8] - 2024-08-23
2
6
 
3
7
  - Add a couple more entity attribute convenience helpers to commands
@@ -253,5 +253,9 @@ module Foobara
253
253
  def each_transformed_command_class(&)
254
254
  foobara_all_command.map(&:transformed_command_class).each(&)
255
255
  end
256
+
257
+ def size
258
+ foobara_all_command.size
259
+ end
256
260
  end
257
261
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foobara
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-24 00:00:00.000000000 Z
11
+ date: 2024-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: foobara-util
@@ -427,7 +427,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
427
427
  - !ruby/object:Gem::Version
428
428
  version: '0'
429
429
  requirements: []
430
- rubygems_version: 3.4.10
430
+ rubygems_version: 3.5.18
431
431
  signing_key:
432
432
  specification_version: 4
433
433
  summary: Implements command pattern for encapsulating and managing domain complexity