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 +4 -4
- data/lib/boba/version.rb +1 -1
- data/lib/tapioca/dsl/compilers/state_machines_extended.rb +2 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 647563ad7c660344d53748974e37859839f76947244d61f8c604dc3bbcd6714f
|
4
|
+
data.tar.gz: b0cbad626310c0f1d00a8e495f42092db5a6ae68717bf1c72f9d43dfd406e8b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: add06fdf5f157f4586dd34b49ecad83ce9ddddda62473fa3cf52cce6caae742436e7fb889bf9c0fb85bb7258310d8413f258228b972f632b77e70a2dafbc9dab
|
7
|
+
data.tar.gz: 9537d9e2541a96b6c1c5f9e76d129cb22c0f9c17ce7b5d0fee94ecf2289a93d809a66a9fe429b95742a811c2a1029afda63063e25a5c4baff9519e5429bd4299
|
data/lib/boba/version.rb
CHANGED
@@ -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.
|
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-
|
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.
|
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.
|
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: []
|