finapps 2.2.15 → 2.2.16

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: 6c302418ac3cf6f03d0d3e35c55739912a23d1fd
4
- data.tar.gz: 68e5872e89709c3cf2281f67928ea8141a0b396e
3
+ metadata.gz: f0cda25c6e2225f625bd95b7b123d9241283469d
4
+ data.tar.gz: bb864886658d7466c0074f3aef4f1fd68f439e31
5
5
  SHA512:
6
- metadata.gz: 393854feb5bc2d04903354f9e53e45d2f1918fecbd91b1591dcf95b8891d10c650d299c5db5c579b11a3a3b152c2fe27f074b86b309e6740bdcaa333fc3a5d9c
7
- data.tar.gz: 7da3d4b85e222106fc54e969972a32062edd5a5b97c43134ff396dd194b5b5ec3d13985060cada9776e45fbbcf67c6aedba0392defe22dc6d73f91b2719b13c4
6
+ metadata.gz: 9386906c609c3faecbb2fca45d1d4b65d9fd4983032e2ec1f1dcd2bcfc6c91f9f31656942146836843f9a3600e55a2ca46ee3071fd549a58a81a19028b420962
7
+ data.tar.gz: 3c83ff8cddfb7666328b6f376508d73a5e7566aa4826bd06635f85a66a528d855efdb126b2d029f8bad17965a39b68039801d6d03cd973342866e2768c547623
@@ -12,6 +12,7 @@ module FinApps
12
12
  order_reports
13
13
  order_statuses
14
14
  order_tokens
15
+ operators
15
16
  password_resets
16
17
  sessions
17
18
  consumers
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module FinApps
3
- VERSION = '2.2.15'
3
+ VERSION = '2.2.16'
4
4
  end
@@ -67,6 +67,10 @@ RSpec.describe FinApps::REST::Client do
67
67
  it { expect(subject.password_resets).to be_an_instance_of(FinApps::REST::PasswordResets) }
68
68
  end
69
69
 
70
+ describe '#password_resets' do
71
+ it { expect(subject.operators).to be_an_instance_of(FinApps::REST::Operators) }
72
+ end
73
+
70
74
  FinApps::REST::Client::RESOURCES.each do |method|
71
75
  it "memoizes the result of #{method}" do
72
76
  first = subject.send(method)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: finapps
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.15
4
+ version: 2.2.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erich Quintero