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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/luma/models/contact.rb +1 -1
- data/lib/luma/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d3915bbf6dc23b7c8cd06e63ac1e36c6b3a3930f654c9307920dd55077f15b0
|
|
4
|
+
data.tar.gz: 8852faa9418bbbe6fb3e2b5b8cd9ecfdc91a6349ce298060642667d545ed7473
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/luma/models/contact.rb
CHANGED
data/lib/luma/version.rb
CHANGED
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.
|
|
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-
|
|
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: []
|