esendex 0.3.0 → 0.3.1
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.
- data/lib/esendex/version.rb +1 -1
- data/readme.md +2 -2
- metadata +6 -6
data/lib/esendex/version.rb
CHANGED
data/readme.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Esendex Ruby SDK
|
|
2
2
|
|
|
3
|
-
Ruby Gem for interacting with the Esendex API
|
|
3
|
+
Ruby Gem for interacting with the Esendex API. Full docs for the API can be found at [developers.esendex.com](http://developers.esendex.com).
|
|
4
4
|
|
|
5
|
-
This is in early stages of development but supports the primary requirements around sending and receiving messages.
|
|
5
|
+
This is in early stages of development but supports the primary requirements around sending and receiving messages as well as push notifications.
|
|
6
6
|
|
|
7
7
|
## Usage
|
|
8
8
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: esendex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,24 +9,24 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-04-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: nestful
|
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
|
-
- -
|
|
19
|
+
- - ~>
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.0.
|
|
21
|
+
version: 0.0.8
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
none: false
|
|
26
26
|
requirements:
|
|
27
|
-
- -
|
|
27
|
+
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.0.
|
|
29
|
+
version: 0.0.8
|
|
30
30
|
- !ruby/object:Gem::Dependency
|
|
31
31
|
name: nokogiri
|
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|