neverbounce-api 1.0.2 → 1.0.3

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: 63308032dc5d512f440a8577f93654d85d60dc93
4
- data.tar.gz: 435fb903b1c91411246b8606f4976fe61359ea3c
3
+ metadata.gz: def72dc3e04484f52e46bcc3a6944db4be40acfb
4
+ data.tar.gz: 16ff55c7893c2bca39f4062b040d5468acb9174d
5
5
  SHA512:
6
- metadata.gz: 557e72e124d57041b7e4dd32e84c58f466376f922da2c85474be7deb386b3fbc3ad106c589ee867ea45908c91cb2da5ae29c83eeb9935e54b58d5936c23cc0c1
7
- data.tar.gz: d71afd795b6385264ce22943c5cb632befe68e9724794f6eb197d8dc9487c5ca4d16cd9936bafedc53ccaaed90fc214481f7fbdfa7c664a1f588620f18156d94
6
+ metadata.gz: 40a04ba0ae8ede58968daf9308972c955fd72dba418a2083f85b00d53464a34a822a1e9ba291641399d717418ec2697c9dda07afc642ef49110a273dae02ad06
7
+ data.tar.gz: 30c20566f2aabe87d2109a23e21bb8f7723adb62452f102bf96f73fe95931269270b7a1e43d48c13cbcb01db9b628220874bdc0dd3aa127845d9d442564bbebb
@@ -14,25 +14,25 @@ GEM
14
14
  json (2.1.0)
15
15
  multi_xml (0.6.0)
16
16
  redcarpet (3.4.0)
17
- rspec (3.6.0)
18
- rspec-core (~> 3.6.0)
19
- rspec-expectations (~> 3.6.0)
20
- rspec-mocks (~> 3.6.0)
21
- rspec-core (3.6.0)
22
- rspec-support (~> 3.6.0)
23
- rspec-expectations (3.6.0)
17
+ rspec (3.7.0)
18
+ rspec-core (~> 3.7.0)
19
+ rspec-expectations (~> 3.7.0)
20
+ rspec-mocks (~> 3.7.0)
21
+ rspec-core (3.7.0)
22
+ rspec-support (~> 3.7.0)
23
+ rspec-expectations (3.7.0)
24
24
  diff-lcs (>= 1.2.0, < 2.0)
25
- rspec-support (~> 3.6.0)
26
- rspec-mocks (3.6.0)
25
+ rspec-support (~> 3.7.0)
26
+ rspec-mocks (3.7.0)
27
27
  diff-lcs (>= 1.2.0, < 2.0)
28
- rspec-support (~> 3.6.0)
29
- rspec-support (3.6.0)
30
- simplecov (0.15.0)
28
+ rspec-support (~> 3.7.0)
29
+ rspec-support (3.7.0)
30
+ simplecov (0.15.1)
31
31
  docile (~> 1.1.0)
32
32
  json (>= 1.8, < 3)
33
33
  simplecov-html (~> 0.10.0)
34
34
  simplecov-html (0.10.2)
35
- yard (0.9.9)
35
+ yard (0.9.12)
36
36
 
37
37
  PLATFORMS
38
38
  ruby
@@ -1,4 +1,4 @@
1
1
 
2
2
  module NeverBounce; module API
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-api
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: bin
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: httparty