neverbounce-cli 1.0.2 → 1.0.3

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: 8926274bc02a7ce65ff98b5b4f1936ba6e7caff3
4
- data.tar.gz: 5365d0e809f9149eb93293d18768431fd069bcbd
3
+ metadata.gz: 06fb01d3df7145d5f971348a19d26585f53a270c
4
+ data.tar.gz: 5f1c61d27bec43a495083d4cf339feaad7dd3950
5
5
  SHA512:
6
- metadata.gz: 8f54a7e50799d36a17d4d48908266d2ddbd3daa08b642356b084b908145019a40912b11e4fa872f39448c19cbfaed0d842bd94db4d4d8255f4254534e0acbccd
7
- data.tar.gz: 98262bb6242e0c6c20f02b6b9956aa5263ffb9863de3025911454e0c781bf3f34f03637dce3593e47d2db3478510def8e490ae1055befa634a25bc7a9e2b5b51
6
+ metadata.gz: c8a13caa293430e2375d667a038b495d10be739d213a002900a926d3c68aa481b305cd0f48bb39605644521d67af0823972ae44ab4a733eb3cdfc0673ef17dea
7
+ data.tar.gz: eb9b22e64a540a99855188cfe0c22c40fdb16903d7e5987ffe2cca719fcbb708569d35d58fd3c0bd1bbf481a9fbd6fda29be13b2431b0e7fd3ec55e2aee1d9c9
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  GIT
2
2
  remote: https://github.com/NeverBounce/NeverBounceApi-Ruby.git
3
- revision: ef563ea2f504990f88f5be41980e162c38846d75
3
+ revision: aed1b4d25406ec79fa5503155cdeddea828ee924
4
4
  specs:
5
- neverbounce-api (1.0.2)
5
+ neverbounce-api (1.0.3)
6
6
  httparty (~> 0.15)
7
7
 
8
8
  PATH
9
9
  remote: .
10
10
  specs:
11
- neverbounce-cli (1.0.2)
11
+ neverbounce-cli (1.0.3)
12
12
  neverbounce-api (~> 1.0.0)
13
13
  terminal-table (~> 1.8.0)
14
14
 
@@ -22,20 +22,20 @@ GEM
22
22
  json (2.1.0)
23
23
  multi_xml (0.6.0)
24
24
  redcarpet (3.4.0)
25
- rspec (3.6.0)
26
- rspec-core (~> 3.6.0)
27
- rspec-expectations (~> 3.6.0)
28
- rspec-mocks (~> 3.6.0)
29
- rspec-core (3.6.0)
30
- rspec-support (~> 3.6.0)
31
- rspec-expectations (3.6.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)
32
32
  diff-lcs (>= 1.2.0, < 2.0)
33
- rspec-support (~> 3.6.0)
34
- rspec-mocks (3.6.0)
33
+ rspec-support (~> 3.7.0)
34
+ rspec-mocks (3.7.0)
35
35
  diff-lcs (>= 1.2.0, < 2.0)
36
- rspec-support (~> 3.6.0)
37
- rspec-support (3.6.0)
38
- simplecov (0.15.0)
36
+ rspec-support (~> 3.7.0)
37
+ rspec-support (3.7.0)
38
+ simplecov (0.15.1)
39
39
  docile (~> 1.1.0)
40
40
  json (>= 1.8, < 3)
41
41
  simplecov-html (~> 0.10.0)
@@ -43,7 +43,7 @@ GEM
43
43
  terminal-table (1.8.0)
44
44
  unicode-display_width (~> 1.1, >= 1.1.1)
45
45
  unicode-display_width (1.3.0)
46
- yard (0.9.9)
46
+ yard (0.9.12)
47
47
 
48
48
  PLATFORMS
49
49
  ruby
@@ -1,4 +1,4 @@
1
1
 
2
2
  module NeverBounce; module CLI
3
- VERSION = "1.0.2"
3
+ VERSION = "1.0.3"
4
4
  end; 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.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - NeverBounce
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-10-11 00:00:00.000000000 Z
11
+ date: 2017-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: neverbounce-api
@@ -138,7 +138,6 @@ files:
138
138
  - spec/lib/never_bounce/cli/script/table_spec.rb
139
139
  - spec/lib/never_bounce/cli/user_config/file_content_spec.rb
140
140
  - spec/lib/never_bounce/cli/user_config_spec.rb
141
- - spec/lib/never_bounce/cli_spec.rb
142
141
  - spec/spec_helper.rb
143
142
  homepage: https://neverbounce.com
144
143
  licenses:
@@ -194,5 +193,4 @@ test_files:
194
193
  - spec/lib/never_bounce/cli/script/table_spec.rb
195
194
  - spec/lib/never_bounce/cli/user_config/file_content_spec.rb
196
195
  - spec/lib/never_bounce/cli/user_config_spec.rb
197
- - spec/lib/never_bounce/cli_spec.rb
198
196
  - spec/spec_helper.rb
@@ -1,6 +0,0 @@
1
-
2
- describe NeverBounce::CLI do
3
- describe "VERSION" do
4
- it { expect(described_class::VERSION).to eq "1.0.2" }
5
- end
6
- end