chargehound 2.2.1 → 2.2.2

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
- SHA1:
3
- metadata.gz: 8505cb7cc9983fd7cdd7e6e3c19b6d1845189680
4
- data.tar.gz: 0f570f0ae2412c4f5f667cd5a719e7961550819f
2
+ SHA256:
3
+ metadata.gz: cf8e5d4adb46300517793dc66475bab9b728ae16155c6a4ed312ba6f1d48a3e7
4
+ data.tar.gz: c8fc83fc445984adfa3f03e3c5eb515e1697efdbec155e6473f51310feed5fda
5
5
  SHA512:
6
- metadata.gz: 3b3d9b5ed56bc45a21fdbaa3d1c770d4583fb30bda5464c3b8964d68cbdea39aa345f448380b965954890848b4f8b5e7297d81484978aa314770012ba8ddbc6b
7
- data.tar.gz: a92794e0f796e3774526a3e2f48234ad34ae4de1d758c0d739e9c1c0f2bee259b778d8cdc04d5f8f074aeb60b821aeb95f51a4c7c4f2ec6b1dc00ecde114a9a6
6
+ metadata.gz: ab9fa1a35c8dc12718af122d2c4d420f0481a58c161684ef3e5516096329e8afa71d45f9d96372029190391ac57ea15043c4fdb19e29f0830b0f193e80db3e43
7
+ data.tar.gz: e95bf47d753b4fea57b7b9997b0c2c8f6902efa98e51b0379f8ad3d33eb91f282f6dc7eaf6591507261e1cc58d9c56a76d0f0e3dea05330f067572738e910e2c
@@ -3,10 +3,11 @@ language: ruby
3
3
  rvm:
4
4
  - 2.0.0
5
5
  - 2.1
6
- - 2.2
7
- - 2.3.0
8
- - 2.3.1
9
- - jruby-9.1.5.0
6
+ - "2.2.10"
7
+ - 2.3.7
8
+ - 2.4.4
9
+ - 2.5.1
10
+ - "jruby-9.1.17.0"
10
11
 
11
12
  sudo: false
12
13
 
data/CHANGELOG CHANGED
@@ -16,3 +16,5 @@
16
16
  - Add support for overriding version
17
17
  2.2.1 Febuary, 2018
18
18
  - Update rubocop version
19
+ 2.2.2 September, 2018
20
+ - Update docs
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ['support@chargehound.com']
12
12
  spec.homepage = 'https://www.chargehound.com'
13
13
  spec.summary = 'Ruby bindings for the Chargehound API'
14
- spec.description = 'Automatically fight disputes in Stripe'
14
+ spec.description = 'Automatically fight disputes'
15
15
  spec.license = 'MIT'
16
16
 
17
17
  spec.add_development_dependency 'bundler', '~> 1.5'
@@ -11,7 +11,8 @@ module Chargehound
11
11
  end
12
12
 
13
13
  # A list of disputes
14
- # This endpoint will list all the disputes that we have synced from Stripe.
14
+ # This endpoint will list all the disputes that we have synced from your
15
+ # payment processor.
15
16
  # By default the disputes will be ordered by `created` with the most recent
16
17
  # dispute first. { }`has_more` will be `true` if more results are available.
17
18
  # @option [Hash] params the query parameters
@@ -37,9 +38,9 @@ module Chargehound
37
38
 
38
39
  # Submitting a dispute
39
40
  # You will want to submit the dispute through Chargehound after you recieve
40
- # a notification from Stripe of a new dispute. With one `POST` request
41
- # you can update a dispute with the evidence fields and send the generated
42
- # response to Stripe.
41
+ # a webhook notification of a new dispute. With one `POST` request
42
+ # you can update a dispute with the evidence fields and submit the generated
43
+ # response.
43
44
  # The response will have a `201` status if the submit was successful.
44
45
  # The dispute will also be in the submitted state.
45
46
  # @param dispute_id A dispute id
@@ -1,3 +1,3 @@
1
1
  module Chargehound
2
- VERSION = '2.2.1'.freeze
2
+ VERSION = '2.2.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chargehound
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chargehound
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-12 00:00:00.000000000 Z
11
+ date: 2018-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '2.3'
83
- description: Automatically fight disputes in Stripe
83
+ description: Automatically fight disputes
84
84
  email:
85
85
  - support@chargehound.com
86
86
  executables: []
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  version: '0'
129
129
  requirements: []
130
130
  rubyforge_project:
131
- rubygems_version: 2.6.14
131
+ rubygems_version: 2.7.6
132
132
  signing_key:
133
133
  specification_version: 4
134
134
  summary: Ruby bindings for the Chargehound API