root_insurance 1.6.0 → 1.6.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
  SHA1:
3
- metadata.gz: ca6242d52f3f75798009e2d154311f82dd3e86e2
4
- data.tar.gz: 6cfdc21647f7da6df01bb91815a728f2f7fbf8ea
3
+ metadata.gz: 4a4814a310a065153f7c37a1ee141282b71c6550
4
+ data.tar.gz: e96421a409103a0b56840380f1c6ec52b13f5648
5
5
  SHA512:
6
- metadata.gz: 89dfba9cb0c883b07963085b2249368ba966e6d2f601afac2cc221c4d543bb8dce70852c15c4c44a4d2c9d86934f018177f7abd2d5a36910a1394d6e1a76b8dc
7
- data.tar.gz: a4bbee6e4881782bdbaf8a9f5b613d35746cb18314f6211f78ba9ad7a25e20444ff194f1e789694d785756ff3d537b582d1d1456e22a70614b3f387d88b03157
6
+ metadata.gz: 749f9aad7776cf5758d1fefa17da166cef9239ad025ef58f2bfc513386671f1b1692ee03880cc2aea555d949de73278da2ab66a3e398e273c7e3bdcf415ea547
7
+ data.tar.gz: e640916120d7745025874e8cb317cd15799fc6d8e6aef0d127564210d446849d47267dcd72cd19e0a13e6d81b142e28494d3c08a113a4b835803d6cb5b787222
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ # 1.6.1 - Release date: 2018-16-05
4
+ * Fixed variable in payment method spec
5
+ * Add initial documentation to test rdoc and yard
6
+
7
+
3
8
  # 1.6.0 - Release date: 2018-16-05
4
9
  * Added support for policy holder app_data
5
10
 
@@ -17,6 +17,11 @@ class RootInsurance::Client
17
17
  include RootInsurance::Api::Call
18
18
  include RootInsurance::Api::Payment
19
19
 
20
+ # Initialize a new client
21
+ #
22
+ # @param [String] app_id The app's id
23
+ # @param [String] app_secret The app's secret. Currently it's a blank string
24
+ # @param [Symbol] env The environment to use. Either `:production` or `:sandbox`. The default is `:sandbox`
20
25
  def initialize(app_id, app_secret, env=nil)
21
26
  @app_id = app_id
22
27
  @app_secret = app_secret
@@ -1,3 +1,3 @@
1
1
  module RootInsurance
2
- VERSION = "1.6.0"
2
+ VERSION = "1.6.1"
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.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Root Wealth