neverbounce-cli 1.0.3 → 1.1.0

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
  SHA1:
3
- metadata.gz: 06fb01d3df7145d5f971348a19d26585f53a270c
4
- data.tar.gz: 5f1c61d27bec43a495083d4cf339feaad7dd3950
3
+ metadata.gz: 59173fb477e42d281cf2266eacf8c82d67ab2b7d
4
+ data.tar.gz: 70deb8f767006a416b66e0c033e791164c656290
5
5
  SHA512:
6
- metadata.gz: c8a13caa293430e2375d667a038b495d10be739d213a002900a926d3c68aa481b305cd0f48bb39605644521d67af0823972ae44ab4a733eb3cdfc0673ef17dea
7
- data.tar.gz: eb9b22e64a540a99855188cfe0c22c40fdb16903d7e5987ffe2cca719fcbb708569d35d58fd3c0bd1bbf481a9fbd6fda29be13b2431b0e7fd3ec55e2aee1d9c9
6
+ metadata.gz: 867b684eaa8f872306331b87bca78edc0c5c305cdf550504ee7bd43409b3bf189d117bd44fc55200162ed7a3fb280b891ba1d8cf2691d8ac225aebb4c128f0c6
7
+ data.tar.gz: 0731f386a3007599658f1119bd6151a151a45b675b0fb66635f9343f5cb3f8f6a91533a3d284f7e7bef1f44cb0ebea379c878814c96a832c4e0ea5ac9fff0299
data/Gemfile.lock CHANGED
@@ -1,49 +1,51 @@
1
1
  GIT
2
2
  remote: https://github.com/NeverBounce/NeverBounceApi-Ruby.git
3
- revision: aed1b4d25406ec79fa5503155cdeddea828ee924
3
+ revision: 4b212089b5d3459a52f155b5954af5e9040100a7
4
4
  specs:
5
- neverbounce-api (1.0.3)
5
+ neverbounce-api (1.1.0)
6
6
  httparty (~> 0.15)
7
7
 
8
8
  PATH
9
9
  remote: .
10
10
  specs:
11
11
  neverbounce-cli (1.0.3)
12
- neverbounce-api (~> 1.0.0)
12
+ neverbounce-api (~> 1.1.0)
13
13
  terminal-table (~> 1.8.0)
14
14
 
15
15
  GEM
16
16
  remote: https://rubygems.org/
17
17
  specs:
18
18
  diff-lcs (1.3)
19
- docile (1.1.5)
20
- httparty (0.15.6)
19
+ docile (1.3.2)
20
+ httparty (0.18.0)
21
+ mime-types (~> 3.0)
21
22
  multi_xml (>= 0.5.2)
22
- json (2.1.0)
23
+ mime-types (3.3.1)
24
+ mime-types-data (~> 3.2015)
25
+ mime-types-data (3.2019.1009)
23
26
  multi_xml (0.6.0)
24
- redcarpet (3.4.0)
25
- rspec (3.7.0)
26
- rspec-core (~> 3.7.0)
27
- rspec-expectations (~> 3.7.0)
28
- rspec-mocks (~> 3.7.0)
29
- rspec-core (3.7.0)
30
- rspec-support (~> 3.7.0)
31
- rspec-expectations (3.7.0)
27
+ redcarpet (3.5.0)
28
+ rspec (3.9.0)
29
+ rspec-core (~> 3.9.0)
30
+ rspec-expectations (~> 3.9.0)
31
+ rspec-mocks (~> 3.9.0)
32
+ rspec-core (3.9.1)
33
+ rspec-support (~> 3.9.1)
34
+ rspec-expectations (3.9.0)
32
35
  diff-lcs (>= 1.2.0, < 2.0)
33
- rspec-support (~> 3.7.0)
34
- rspec-mocks (3.7.0)
36
+ rspec-support (~> 3.9.0)
37
+ rspec-mocks (3.9.1)
35
38
  diff-lcs (>= 1.2.0, < 2.0)
36
- rspec-support (~> 3.7.0)
37
- rspec-support (3.7.0)
38
- simplecov (0.15.1)
39
- docile (~> 1.1.0)
40
- json (>= 1.8, < 3)
41
- simplecov-html (~> 0.10.0)
42
- simplecov-html (0.10.2)
39
+ rspec-support (~> 3.9.0)
40
+ rspec-support (3.9.2)
41
+ simplecov (0.18.2)
42
+ docile (~> 1.1)
43
+ simplecov-html (~> 0.11)
44
+ simplecov-html (0.12.0)
43
45
  terminal-table (1.8.0)
44
46
  unicode-display_width (~> 1.1, >= 1.1.1)
45
- unicode-display_width (1.3.0)
46
- yard (0.9.12)
47
+ unicode-display_width (1.6.1)
48
+ yard (0.9.24)
47
49
 
48
50
  PLATFORMS
49
51
  ruby
data/README.md CHANGED
@@ -45,9 +45,11 @@ nb-jobs-create nb-jobs-download nb-jobs-results nb-jobs-start nb-poe-confi
45
45
  Create `~/.neverbounce.yml`, add your API key there:
46
46
 
47
47
  ```yaml
48
- api_key: key123abc
48
+ api_key: secret_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
49
49
  ```
50
50
 
51
+ >**The API username and secret key used to authenticate V3 API requests will not work to authenticate V4 API requests.** If you are attempting to authenticate your request with the 8 character username or 12-16 character secret key the request will return an `auth_failure` error. The API key used for the V4 API will look like the following: `secret_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`. To create new V4 API credentials please go [here](https://app.neverbounce.com/apps/custom-integration/new).
52
+
51
53
  ## Usage
52
54
 
53
55
  Before we begin, here's just 2 things you need to know to become a happy NeverBounce CLI user:
@@ -1,4 +1,4 @@
1
1
 
2
2
  module NeverBounce; module CLI
3
- VERSION = "1.0.3"
3
+ VERSION = "1.1.0"
4
4
  end; end
@@ -19,6 +19,6 @@ Gem::Specification.new do |s|
19
19
  s.require_paths = ["lib"]
20
20
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
21
21
 
22
- s.add_dependency("neverbounce-api", "~> 1.0.0")
22
+ s.add_dependency("neverbounce-api", "~> 1.1.0")
23
23
  s.add_dependency("terminal-table", "~> 1.8.0")
24
24
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neverbounce-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - NeverBounce
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-12-21 00:00:00.000000000 Z
11
+ date: 2020-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: neverbounce-api
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.0.0
19
+ version: 1.1.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.0.0
26
+ version: 1.1.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: terminal-table
29
29
  requirement: !ruby/object:Gem::Requirement