boba 0.0.9 → 0.0.10

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: f7db0fba3021c2e619b8ba2a5e8d7a19173a4b66fc63f16f72ca6e3bc140ed5b
4
- data.tar.gz: c655306579accf7b2d76bdd5e4643a16926dddb2d1bf9cf48a1a065134f11c6b
3
+ metadata.gz: 647563ad7c660344d53748974e37859839f76947244d61f8c604dc3bbcd6714f
4
+ data.tar.gz: b0cbad626310c0f1d00a8e495f42092db5a6ae68717bf1c72f9d43dfd406e8b3
5
5
  SHA512:
6
- metadata.gz: 6f24939c06e8e727a21c0c30d9d881493ef7de1acb88fe292384c457c73df059ae68a24c3a3a615873da40ea4d646e0fd9cb62379dc6c026ca553b47a6655ff3
7
- data.tar.gz: 3c0f1b1931937e93a274513e47954d67605203edc9fceee6552a1aac8121af7a71bc7469e11be1a63c222fe81ba1e6b3759d415d1cc0a49bf881fb009518c24c
6
+ metadata.gz: add06fdf5f157f4586dd34b49ecad83ce9ddddda62473fa3cf52cce6caae742436e7fb889bf9c0fb85bb7258310d8413f258228b972f632b77e70a2dafbc9dab
7
+ data.tar.gz: 9537d9e2541a96b6c1c5f9e76d129cb22c0f9c17ce7b5d0fee94ecf2289a93d809a66a9fe429b95742a811c2a1029afda63063e25a5c4baff9519e5429bd4299
data/lib/boba/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Boba
5
- VERSION = "0.0.9"
5
+ VERSION = "0.0.10"
6
6
  end
@@ -19,6 +19,8 @@ module Tapioca
19
19
  ].freeze
20
20
 
21
21
  def decorate
22
+ # This should really get checked at the gather_constants level but here we are...
23
+ return if T::AbstractUtils.abstract_module?(constant)
22
24
  return if constant.state_machines.empty?
23
25
 
24
26
  # This is a hack to make sure the instance methods are defined on the constant. Somehow the constant is being
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boba
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Angellist
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-26 00:00:00.000000000 Z
11
+ date: 2024-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sorbet-static-and-runtime
@@ -63,9 +63,9 @@ licenses:
63
63
  - MIT
64
64
  metadata:
65
65
  bug_tracker_uri: https://github.com/angellist/boba/issues
66
- changelog_uri: https://github.com/angellist/boba/blob/0.0.9/History.md
66
+ changelog_uri: https://github.com/angellist/boba/blob/0.0.10/History.md
67
67
  homepage_uri: https://github.com/angellist/boba
68
- source_code_uri: https://github.com/angellist/boba/tree/0.0.9
68
+ source_code_uri: https://github.com/angellist/boba/tree/0.0.10
69
69
  rubygems_mfa_required: 'true'
70
70
  post_install_message:
71
71
  rdoc_options: []