fountain 0.0.18 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 471186a73e8ff23922b953d836dbef565794cae54d88f871957904c97d86cc19
4
- data.tar.gz: f27feb48183d28152db4912cd808080425b8ca46e3e4121ed8a8d56af6797058
3
+ metadata.gz: d58a93e1c011b85b5077ff728413ea5f4451cfca7843f550f8065257ad75ea84
4
+ data.tar.gz: 7cb684e665579bfa8256602d3967f8c5adfb129df3928efb09b34fb4f75bf873
5
5
  SHA512:
6
- metadata.gz: 6ae200505a3d48511032e6d36bebb9859a63309bed26d471ef21a6072c26f4a9da32d458026a7fccc309a01e7337a4151a46f98e07a1ca74be41da9a923e20f1
7
- data.tar.gz: 8e523556f70028548224398a7a42d339ec94fe1f7eb1fb0245405d92330570761e21b4f2f62c49e29d1a513ccdd97293500ce0977b707c11e93f7846902c3b34
6
+ metadata.gz: 0e1852ad3f32c967a33f4d3d1b033e25acbbde91914b46adb3c39a104762803777324ed529e571a18a58a8e3aecc6fdb24b10b16b18e30dfa313ce928aebdc05
7
+ data.tar.gz: 0bd49a42685234928d838271872bafdd7fb7ff40ef70833c2903d6b59c0685b46191199d7259d6e27e3fd554ac9b833e62a75802e8cdcd6df452b3642dfc95e4
data/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  ## Unreleased
4
4
  - None
5
5
 
6
+ ## [0.0.19](releases/tag/v0.0.19) - 2024-04-30
7
+ ### Added
8
+ - [#10] Add `funnel_id` to Applicants#advance_applicant ([@abrom][])
9
+
10
+ ## [0.0.18](releases/tag/v0.0.18) - 2024-04-28
11
+ ### Added
12
+ - [#9] Bump Ruby versions to support v3.0 -> v3.3 ([@abrom][])
13
+
14
+ ## [0.0.17](releases/tag/v0.0.17) - 2023-05-18
15
+ ### Added
16
+ - [#9] Added support for Applicants#advance_applicants ([@saharvey][])
17
+
6
18
  ## [0.0.16](releases/tag/v0.0.16) - 2022-06-16
7
19
  ### Added
8
20
  - [#7] First/last name accessor methods to the Applicant class ([@noahkconley][])
@@ -17,37 +29,37 @@
17
29
 
18
30
  ## [0.0.13](releases/tag/v0.0.13) - 2021-09-24
19
31
  ### Fixed
20
- - [#3] Update applicants and notes APIs to use *new* expected return statuses from create actions
32
+ - [#3] Update applicants and notes APIs to use *new* expected return statuses from create actions ([@abrom][])
21
33
 
22
34
  ## [0.0.12](releases/tag/v0.0.12) - 2020-03-01
23
35
  ### Fixed
24
- - Address CVE-2020-8130 - `rake` OS command injection vulnerability
36
+ - Address CVE-2020-8130 - `rake` OS command injection vulnerability ([@abrom][])
25
37
 
26
38
  ## [0.0.11](releases/tag/v0.0.11) - 2018-06-02
27
39
  ### Fixed
28
- - Update applicants and notes APIs to check correct return status for create actions
40
+ - Update applicants and notes APIs to check correct return status for create actions ([@abrom][])
29
41
 
30
42
  ## [0.0.10](releases/tag/v0.0.10) - 2018-03-24
31
43
  ### Added
32
- - Funnel management API support
44
+ - Funnel management API support ([@abrom][])
33
45
 
34
46
  ## [0.0.9](releases/tag/v0.0.9) - 2018-03-24
35
47
  ### Added
36
- - Session/slot management API support
48
+ - Session/slot management API support ([@abrom][])
37
49
 
38
50
  ## [0.0.8](releases/tag/v0.0.8) - 2018-03-24
39
51
  ### Added
40
- - Note management API support
52
+ - Note management API support ([@abrom][])
41
53
  ### Fixed
42
- - Replace deprecated URI.encode with CGI.escape
54
+ - Replace deprecated URI.encode with CGI.escape ([@abrom][])
43
55
 
44
56
  ## [0.0.7](releases/tag/v0.0.7) - 2018-03-24
45
57
  ### Added
46
- - Label management API support
58
+ - Label management API support ([@abrom][])
47
59
 
48
60
  ## [0.0.6](releases/tag/v0.0.6) - 2018-03-22
49
61
  ### Added
50
- - Create applicant support
62
+ - Create applicant support ([@abrom][])
51
63
  - Delete applicant support
52
64
  - Get applicant support
53
65
  - get_secure_documents applicant support
@@ -58,18 +70,20 @@
58
70
 
59
71
  ## [0.0.5](releases/tag/v0.0.5) - 2018-03-20
60
72
  ### Fixed
61
- - Applicants inspect method
73
+ - Applicants inspect method ([@abrom][])
62
74
 
63
75
  ## [0.0.4](releases/tag/v0.0.4) - 2018-03-20
64
76
  ### Added
65
- - Applicants inspect method
77
+ - Applicants inspect method ([@abrom][])
66
78
 
67
79
  ## [0.0.3](releases/tag/v0.0.3) - 2018-03-20
68
80
  ### Added
69
- - Applicants wrapper to contain pagination cursors
81
+ - Applicants wrapper to contain pagination cursors ([@abrom][])
70
82
 
71
83
  ## [0.0.2](releases/tag/v0.0.2) - 2018-03-19
72
84
  ### Added
73
- - Support for applicant list and update
85
+ - Support for applicant list and update ([@abrom][])
74
86
 
87
+ [@abrom]: https://github.com/abrom
75
88
  [@noahkconley]: https://github.com/noahkconley
89
+ [@saharvey]: https://github.com/saharvey
@@ -130,7 +130,7 @@ module Fountain
130
130
  method: :put,
131
131
  body: Util.slice_hash(
132
132
  advance_options,
133
- :skip_automated_actions, :stage_id
133
+ :skip_automated_actions, :stage_id, :funnel_id
134
134
  )
135
135
  )
136
136
  check_response response, Net::HTTPNoContent
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Fountain
4
- VERSION = '0.0.18'
4
+ VERSION = '0.0.19'
5
5
  end
data/lib/fountain.rb CHANGED
@@ -3,6 +3,7 @@
3
3
  require 'fountain/gem_version'
4
4
 
5
5
  require 'json'
6
+ require 'forwardable'
6
7
 
7
8
  require 'fountain/configuration'
8
9
  require 'fountain/util'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fountain
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - abrom
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-28 00:00:00.000000000 Z
11
+ date: 2024-04-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Fountain REST API v2 wrapper for Ruby
14
14
  email: