luma 0.2.0 → 0.2.1

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: c0a5471261caf0a2f46a1277261a6311ec609aadadd957384c796845467e4442
4
- data.tar.gz: 442634ebdd3d19176a7a15f9aec977ca251216bdf972c47f024455eb4dcbc7c1
3
+ metadata.gz: 3d3915bbf6dc23b7c8cd06e63ac1e36c6b3a3930f654c9307920dd55077f15b0
4
+ data.tar.gz: 8852faa9418bbbe6fb3e2b5b8cd9ecfdc91a6349ce298060642667d545ed7473
5
5
  SHA512:
6
- metadata.gz: 140255c76810710c84e041a9d91d17daf0d62d2d12deebbe4f25a511a91ca9a12528faa6d82951c62e02ec405bcfe100c5bec35b37def6c3a648e58f179db579
7
- data.tar.gz: 504ccc244d416918a8e9f89990935db20e1770ca857178d745daa0c2168376d2c18f3d6b0e55d03e87b3b0be9c33af86cd5e9de3c4faceaebb8578a8387c554a
6
+ metadata.gz: 8f5724cf37277996895d9646d4c8e6b5a46411668034b788078e829583781c13742687bf877d6d33808b6d21fe79fe826260adf64a1c8299070f224ccd4f6c43
7
+ data.tar.gz: 901b3c31e7e98a055136a9ed8d88674735a5a2d92b42e3d49b5c8ebd99491e43b4ee14716b6e6fdcce69c79c4a85b492b0e3b9529df0f4974d4a32971f5b5fdc
data/CHANGELOG.md CHANGED
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
3
3
 
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
+
7
+ ## [0.2.1] - 2022-05-17
8
+
9
+ ### Changed
10
+
11
+ - Removed default value for the property active on contact model
12
+
6
13
  ## [0.2.0] - 2022-05-04
7
14
 
8
15
  ### Added
@@ -95,6 +102,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
95
102
 
96
103
  - Initial Create
97
104
 
105
+ [0.2.1]: https://github.com/WeInfuse/luma/compare/v0.2.0...v0.2.1
98
106
  [0.2.0]: https://github.com/WeInfuse/luma/compare/v0.1.4...v0.2.0
99
107
  [0.1.4]: https://github.com/WeInfuse/luma/compare/v0.1.3...v0.1.4
100
108
  [0.1.3]: https://github.com/WeInfuse/luma/compare/v0.1.2...v0.1.3
@@ -12,7 +12,7 @@ module Luma
12
12
 
13
13
  property :type, required: false
14
14
  property :value, required: false
15
- property :active, required: false, default: false
15
+ property :active, required: false
16
16
  end
17
17
  end
18
18
  end
data/lib/luma/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Luma
2
- VERSION = '0.2.0'.freeze
2
+ VERSION = '0.2.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Angela Rodriguez
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-04 00:00:00.000000000 Z
11
+ date: 2022-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -142,7 +142,7 @@ dependencies:
142
142
  - - ">="
143
143
  - !ruby/object:Gem::Version
144
144
  version: '0'
145
- description:
145
+ description:
146
146
  email:
147
147
  - angela.rodriguez@weinfuse.com
148
148
  executables: []
@@ -176,7 +176,7 @@ licenses:
176
176
  - MIT
177
177
  metadata:
178
178
  allowed_push_host: https://rubygems.org
179
- post_install_message:
179
+ post_install_message:
180
180
  rdoc_options: []
181
181
  require_paths:
182
182
  - lib
@@ -192,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
192
192
  version: '0'
193
193
  requirements: []
194
194
  rubygems_version: 3.1.4
195
- signing_key:
195
+ signing_key:
196
196
  specification_version: 4
197
197
  summary: Ruby wrapper for the Luma Health API
198
198
  test_files: []