alula-ruby 1.0.1 → 1.0.2

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: fcfbf21b9ec674c1661d15592396c68958037cdc9904066df00bb9b193162b4f
4
- data.tar.gz: 258f321a187b373ba1328e0f20bf9fb7d1459c44bc8413ca30f40e452a478a71
3
+ metadata.gz: 283c173186ac6c408bd812e2dbdd466c48a0a5eb1b8c4714a236e9d69da36ae6
4
+ data.tar.gz: b9d0e6d2584e9b137d74b72581815631e296ba19e580f661b6a0bea4b13b8304
5
5
  SHA512:
6
- metadata.gz: ab8f0a7cdd828143cbc9aa414df7fb4e9806e5ceab789ad163696b3f334b98946e2bd94016cb43227341e04acc361344f6e2b26875425e31ff15fd48cdfce9b9
7
- data.tar.gz: 247cf81539cf928880e3f19a1ffd34b76e166673b376a0b02cf0d28ae38ac9535a039c444ad35bbe05a99c23b1f34e4f371f0f0ce752b055ac0f97696058f417
6
+ metadata.gz: 635a48885463ef07a4357942d6fa6568acf87a53701c6ae830931250dd1dcf23be70131ab29db45f81ad36714b897976712d0019bc7531de8d3fa09d648108bb
7
+ data.tar.gz: 1176d9b7db59f83448a0e47d87be171f42b46b0a8113b4a827f3e1246cf47a371177e39e7437ccd3dc1500289d8a68bb9e2de7f90027868d48464d849c545a5f
data/VERSION.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  | Version | Date | Description |
4
4
  | ------- | --------- | --------------------------------------------------------------------------- |
5
+ | v1.0.2 | 2023-05-30 | Includes v0.69.11 - fix for a field not being underscoreable |
5
6
  | v1.0.1 | 2023-05-30 | Includes v0.69.10 |
6
7
  | v1.0.0 | 2023-05-30 | Ruby 3 support with some breaking changes |
7
8
  | v0.69.10| 2023-06-14 | Dealer phone relationship |
data/lib/alula/util.rb CHANGED
@@ -5,7 +5,8 @@ module Alula
5
5
  # Some fields use odd casing (abbreviations mostly) that require a strict mapping
6
6
  # for camelization to work properly
7
7
  CAMELIZE_MAPPING = {
8
- 'ce_arming_supervision_trouble_zones' => 'CEArmingSupervisionTroubleZones'
8
+ 'ce_arming_supervision_trouble_zones' => 'CEArmingSupervisionTroubleZones',
9
+ 'support_url' => 'supportURL'
9
10
  }.freeze
10
11
 
11
12
  # Based on ActiveSupport's underscore method
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.0.1'
4
+ VERSION = '1.0.2'
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.0.1
4
+ version: 1.0.2
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-06-21 00:00:00.000000000 Z
11
+ date: 2023-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty