inheritance_integer_type 0.2.1 → 0.2.2
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/.github/workflows/ci.yaml +1 -0
- data/.github/workflows/gem-push.yaml +2 -2
- data/.ruby-version +1 -1
- data/dev.yml +5 -3
- data/lib/inheritance_integer_type/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47cee0d701498b9398d13cd63f8c077b24ad653ee3d4073d4ebb1e3eeee18478
|
4
|
+
data.tar.gz: 777293e89fc3f7e0ce962944beb803f601975d12620fa5a1cfe11409c6460fb6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e57a289089caad0701813ae0170e60a40bb469e5c23f522408a2e45544313e0a0d3b5c1d13c0d878c6692b1c9c73f00b4f758e03a40a88592ee398722bcce883
|
7
|
+
data.tar.gz: e121c3d9ae88ce1f0fe98f4d4e227b2e4d0a0aabb94d6ad951a4a14e1d313043c9e95d15da95d26f8824e4bdfac540a9d9745154a53acd1a8f8b4498cd03f13e
|
data/.github/workflows/ci.yaml
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.3.8
|
data/dev.yml
CHANGED
@@ -2,10 +2,12 @@
|
|
2
2
|
version: "2.0"
|
3
3
|
|
4
4
|
setup:
|
5
|
-
ruby: 3.
|
6
|
-
bundler: 2.
|
5
|
+
ruby: 3.3.8
|
6
|
+
bundler: 2.6.9
|
7
7
|
|
8
8
|
commands:
|
9
9
|
test:
|
10
10
|
summary: Run the project's specs
|
11
|
-
command:
|
11
|
+
command: |
|
12
|
+
bundle exec appraisal install
|
13
|
+
bundle exec appraisal rspec spec/
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: inheritance_integer_type
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle d'Oliveira
|
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
150
|
- !ruby/object:Gem::Version
|
151
151
|
version: '0'
|
152
152
|
requirements: []
|
153
|
-
rubygems_version: 3.
|
153
|
+
rubygems_version: 3.5.22
|
154
154
|
signing_key:
|
155
155
|
specification_version: 4
|
156
156
|
summary: Allow the type field in teh DB to be an integer rather than a string
|