NeverBounce 0.1.3 → 0.1.4
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 +4 -4
- data/libs/Neverbounce.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d20868f403a0a5acab8760b4b738d25d61bd716c
|
4
|
+
data.tar.gz: b37c3d10f3a2d8605d9a3dc244ee5fa2062a8550
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cff26d766e752dd8560f951e00dca5080d0384b48b472f1b9da86f6e5732e6d9d6f03c4e926c7ad0e93f27dc48b37898282c056de233a82abec2507c6f9d5d54
|
7
|
+
data.tar.gz: 2d29bd352029f0aa5b53797bae11879241420ed72dc84ba0d52cdfa0f373b21aaf5175847c2010cbf8433d82727152f4bf5adee182b108969116cff51dc34924
|
data/libs/Neverbounce.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
require '
|
1
|
+
require 'httparty'
|
2
2
|
require 'json';
|
3
3
|
|
4
4
|
require __FILE__ + '/../NeverBounce/Errors'
|
@@ -6,7 +6,7 @@ require __FILE__ + '/../NeverBounce/Single'
|
|
6
6
|
|
7
7
|
module NeverBounce
|
8
8
|
|
9
|
-
VERSION = "0.1.
|
9
|
+
VERSION = "0.1.4"
|
10
10
|
|
11
11
|
class API
|
12
12
|
include HTTParty
|
@@ -104,4 +104,4 @@ module NeverBounce
|
|
104
104
|
Single.new(self)
|
105
105
|
end
|
106
106
|
end
|
107
|
-
end
|
107
|
+
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: NeverBounce
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Mollick
|
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
86
|
rubyforge_project:
|
87
|
-
rubygems_version: 2.0.14
|
87
|
+
rubygems_version: 2.0.14.1
|
88
88
|
signing_key:
|
89
89
|
specification_version: 4
|
90
90
|
summary: The official NeverBounce API library for Ruby
|