root_insurance 1.7.2 → 1.7.3

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
  SHA1:
3
- metadata.gz: a874276ebdcdcb1180af41784bda5a7191f46770
4
- data.tar.gz: c28e85525f5efcf4269da5145b6014783fbb9428
3
+ metadata.gz: 0d3e7e1d0a5b7941e478e4bd4a4d886fa2879a7e
4
+ data.tar.gz: a8172c03a3d1189986827af0af96f06ba14e5b2b
5
5
  SHA512:
6
- metadata.gz: 1579566fbf1e08b2572106197ac9519cc045212b51183b4a47f3dbf7e5ddb74508eb1d38adfc0dd7f9703aaeae58906f07f323433c941d2f64542809ffee6773
7
- data.tar.gz: 4e555978eb1ba187d668b0b816c4ecc05b808b995961efb8461f3761fca8d737ec6baeef20bfd51c602c284f93949990c56a2b532cc078fb669120450c1933ce
6
+ metadata.gz: 7973c2c41633550644b68ed2c44dd63455b9b0eb5f18cf13c530526553d30f4b919b9f996e4d243914e8a5f4f7873a8afad5c4600c63d8523aa594b888fcd15a
7
+ data.tar.gz: 3253be076498530e2a14b41839bc197a6bf35e6fe0be1e0c4150706311861997a60249d4f3b57adb957b2616d13ef61572828f2e4025b271f980f11cf4fcb83f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ # 1.7.3 - Release date: 2018-16-05
4
+ * One more documentation fix
5
+
6
+
3
7
  # 1.7.2 - Release date: 2018-16-05
4
8
  * Documentation fix
5
9
 
@@ -11,7 +11,7 @@ module RootInsurance::Api
11
11
  # @param [Array<String>] children_ids SA ID numbers of the policyholder's children. Required if +number_of_children+ is greater than 0 on the quote. All children must be younger than 21.
12
12
  # @param [Array<String>] extended_famliy_ids SA ID number of the policyholder's extended family members. Required if the length of +extended_family_ages+ is greater than 0 on the quote. The ages inferred from the ID numbers must match the ages given in the quote step.
13
13
  # @return [Hash]
14
-
14
+ #
15
15
  # @example
16
16
  # client.create_application(
17
17
  # policyholder_id: "bf1ada91-eecb-4f47-9bfa-1258bb1e0055",
@@ -1,3 +1,3 @@
1
1
  module RootInsurance
2
- VERSION = "1.7.2"
2
+ VERSION = "1.7.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: root_insurance
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.2
4
+ version: 1.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Root Wealth