boba 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8819547e35a1566b8b772069f87ae189a4d1faa0bc7b3426e69c01b286fb372b
|
4
|
+
data.tar.gz: 23e40a45b04a32ee32322d2123eabb3dc9e06829df556af916b1a2885cb04168
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a71b576ebd62ccfb4cde1a8383ad3dfccabb7a1f6812f35ad54ca8f3def3d1c014c493d86d7a973939c6f425a3a2eeebd62ec77df5c94b91840c1ada25b283d1
|
7
|
+
data.tar.gz: '0417790d2c32e3faa556a22b6a9deab60581f3b6534f04451c87b89e74b4aa67ef0e3608eaf782a2343d83b1319e7461e3ca841a842dd557dda7ba83c78db4d2'
|
data/lib/boba/version.rb
CHANGED
@@ -1,7 +1,9 @@
|
|
1
1
|
# typed: ignore
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
|
-
|
4
|
+
require "tapioca/dsl/compilers/active_record_associations"
|
5
|
+
|
6
|
+
return unless defined?(Tapioca::Dsl::Compilers::ActiveRecordAssociations)
|
5
7
|
|
6
8
|
module Tapioca
|
7
9
|
module Dsl
|
@@ -1,7 +1,9 @@
|
|
1
1
|
# typed: ignore
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
|
-
|
4
|
+
require "tapioca/dsl/compilers/active_record_columns"
|
5
|
+
|
6
|
+
return unless defined?(Tapioca::Dsl::Compilers::ActiveRecordColumns)
|
5
7
|
|
6
8
|
require "tapioca/dsl/helpers/active_record_column_type_helper"
|
7
9
|
|
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.6
|
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
|
+
date: 2024-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sorbet-static-and-runtime
|
@@ -59,9 +59,9 @@ licenses:
|
|
59
59
|
- MIT
|
60
60
|
metadata:
|
61
61
|
bug_tracker_uri: https://github.com/angellist/boba/issues
|
62
|
-
changelog_uri: https://github.com/angellist/boba/blob/0.0.
|
62
|
+
changelog_uri: https://github.com/angellist/boba/blob/0.0.6/History.md
|
63
63
|
homepage_uri: https://github.com/angellist/boba
|
64
|
-
source_code_uri: https://github.com/angellist/boba/tree/0.0.
|
64
|
+
source_code_uri: https://github.com/angellist/boba/tree/0.0.6
|
65
65
|
rubygems_mfa_required: 'true'
|
66
66
|
post_install_message:
|
67
67
|
rdoc_options: []
|