alula-ruby 1.2.0 → 1.2.1

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: e5b52a039a55a975a9e384c3bcee4396747836b75a5a128c016afdc4e0da5e55
4
- data.tar.gz: 6a687418c9664f3a3500edd4fdd6c0502519a1656d525a19374db77a6103b81d
3
+ metadata.gz: 546e50f62f86038f53f08d44774263b5adce9d74b5ea2fa4d2795195e3f93877
4
+ data.tar.gz: ad18a4e2275bc8811c89c5d1ae00514757e6e39808fe9d8176847f6b85779bf7
5
5
  SHA512:
6
- metadata.gz: c8118a0de2222644c1cdd47fcde599deda77025608dfc65200e0bdfe16b4b744c1cf08fc81ae154c797bb3e856a2914627fa0fe5bae327e29a949e1466014fda
7
- data.tar.gz: ee50bc1b597d15747c9761fc090a3a213ea8867e2a9102c5b149ff7de977f61b8a41a0f617d0a5d29aebb8bbbe77d5c38922ef95d062ec7970a9b1a3fae0493a
6
+ metadata.gz: a19f8278b5db084bfae605d419bac5511cc6a0e260c985f002ed8827bad68d27658ee59e9faf2dc33fe9d301eee270ccb8cf83dd85c8a134a5c0edbcf058f59a
7
+ data.tar.gz: 5803162edb7262f6f56e155503d13bd4b77036b02de069fabc6f37a0e622a92e7c3c40c73fbdf96b32696e5e4174b58cecd658f8271120e1004956e1020f7680
data/VERSION.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  | Version | Date | Description |
4
4
  | ------- | --------- | --------------------------------------------------------------------------- |
5
+ | v1.2.1 | 2023-08-17 | Fix types on OAuth clients |
5
6
  | v1.2.0 | 2023-08-10 | Support objects and saving to objects natively |
6
7
  | v1.1.0 | 2023-08-01 | Fixes Ruby 3 argument errors in filter builder. Gets test suite running again in circle |
7
8
  | v1.0.2 | 2023-05-30 | Includes v0.69.11 - fix for a field not being underscoreable |
@@ -48,14 +48,14 @@ module Alula
48
48
  patchable_by: [:system]
49
49
 
50
50
  field :scope,
51
- type: :date,
51
+ type: :string,
52
52
  sortable: false,
53
53
  filterable: false,
54
54
  creatable_by: [:system],
55
55
  patchable_by: [:system]
56
56
 
57
57
  field :user_id,
58
- type: :date,
58
+ type: :string,
59
59
  sortable: false,
60
60
  filterable: true,
61
61
  creatable_by: [:system],
data/lib/alula/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Alula
4
- VERSION = '1.2.0'
4
+ VERSION = '1.2.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alula-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Titus Johnson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-11 00:00:00.000000000 Z
11
+ date: 2023-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty