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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 551dfc8dfbea0b8974b785270586f7d4cea95ebac1d036d3047424936a30c5cb
4
- data.tar.gz: f91d49631848cc6d09e261ffb38bbbb4840cde45948b77783e77538222573213
3
+ metadata.gz: 47cee0d701498b9398d13cd63f8c077b24ad653ee3d4073d4ebb1e3eeee18478
4
+ data.tar.gz: 777293e89fc3f7e0ce962944beb803f601975d12620fa5a1cfe11409c6460fb6
5
5
  SHA512:
6
- metadata.gz: f831ed5b80b8304c062fcab070ff2f550a77a64a3d6390f3954b9ec514f5ed84528b7eafc0d503ad7d9ed2e1030cef372aed5149671c974489ec2e72a2ed3c8e
7
- data.tar.gz: ce968892056689821bfcd3b4e7b7120daef0923968665d7b71b94b5c81ff4666ac8fbeb56e2f0501810bb39f3eefec37b3d939b325962ccc60736259f406ffbd
6
+ metadata.gz: e57a289089caad0701813ae0170e60a40bb469e5c23f522408a2e45544313e0a0d3b5c1d13c0d878c6692b1c9c73f00b4f758e03a40a88592ee398722bcce883
7
+ data.tar.gz: e121c3d9ae88ce1f0fe98f4d4e227b2e4d0a0aabb94d6ad951a4a14e1d313043c9e95d15da95d26f8824e4bdfac540a9d9745154a53acd1a8f8b4498cd03f13e
@@ -18,6 +18,7 @@ jobs:
18
18
  - "3.0"
19
19
  - "3.1"
20
20
  - "3.2"
21
+ - "3.3"
21
22
  steps:
22
23
  - uses: actions/checkout@v4
23
24
  - uses: ruby/setup-ruby@v1
@@ -13,10 +13,10 @@ jobs:
13
13
 
14
14
  steps:
15
15
  - uses: actions/checkout@v3
16
- - name: Set up Ruby 3.1
16
+ - name: Set up Ruby 3.3
17
17
  uses: ruby/setup-ruby@v1
18
18
  with:
19
- ruby-version: 3.1
19
+ ruby-version: 3.3
20
20
 
21
21
  - name: Publish to RubyGems
22
22
  env:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.1.4
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.1.4
6
- bundler: 2.4.21
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: bundle exec appraisal rspec spec/
11
+ command: |
12
+ bundle exec appraisal install
13
+ bundle exec appraisal rspec spec/
@@ -1,3 +1,3 @@
1
1
  module InheritanceIntegerType
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
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.1
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.3.27
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