alula-ruby 1.5.0 → 1.6.0

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: ceb68711713b164848aa6b194152c6f41e102de57412f04555fcc19961820bbf
4
- data.tar.gz: 98f3e2bfff91c8d80af2d4df652bdd0a42cc87be09800369bc122941dcac6bdd
3
+ metadata.gz: 8e8587f55af4a330e24dfdb5f5e6df0ca0cb581f16d38a05b132925b03df0152
4
+ data.tar.gz: 5af4c678137eb61daf3d7416644a95beaffa85c41870294775b3e4d801a88ccb
5
5
  SHA512:
6
- metadata.gz: 91c47f517294638509cd4c7511c63b55ae098ffd1c86143dbc9c4af678dfef09004c739cfbdb12572d4210e6e4df2311440b8b305af41515d2b199f5f794b80e
7
- data.tar.gz: a89654f421f310e3bc721512431d8e5958567ab8a926c93e9b04ef21f3b2bb1c0b5369537f62db3de43ef11eeff03ba2a839224f67bc3946509ff3ef08fba512
6
+ metadata.gz: 744017971308b19fc198941335cfe71b2cdc4bbf0c223d41fb7dbb9cc325cfe13f667f7f59fd7c9d8dbb6a2fd7c2e38d301566e24e7729239c4fd213083f71f7
7
+ data.tar.gz: 2343e372fd84218e713abfaa2574e4ead77a180c27057cee0bdfc5fcd354184ce01b953041ebf87b503e743622dedf51cb9a357d33cd4a7ead1f0eb378d7bab1
data/VERSION.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  | Version | Date | Description |
4
4
  | ------- | --------- | --------------------------------------------------------------------------- |
5
+ | v1.6.0 | 2024-01-26 | Add user language attribute |
5
6
  | v1.5.0 | 2024-01-09 | Add more known errors that use a different format |
6
7
  | v1.4.0 | 2024-01-04 | Add more known errors that use a different format, bugfix for `NotImplementedError` raising |
7
8
  | v1.3.0 | 2023-11-20 | Update NotImplemented error's message to include a JSONized hash, add more known errors that use a different format |
@@ -141,6 +141,13 @@ module Alula
141
141
  filterable: false,
142
142
  creatable_by: [],
143
143
  patchable_by: %i[system station dealer technician user sub_user]
144
+
145
+ field :language,
146
+ type: :string,
147
+ sortable: false,
148
+ filterable: false,
149
+ creatable_by: %i[system station dealer technician user sub_user],
150
+ patchable_by: %i[system station dealer technician user sub_user]
144
151
 
145
152
  field :def_mod,
146
153
  type: :string,
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.5.0'
4
+ VERSION = '1.6.0'
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.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Titus Johnson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-09 00:00:00.000000000 Z
11
+ date: 2024-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty