josh-splat 0.0.2 → 0.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.
- data/LICENSE +1 -1
- metadata +6 -4
data/LICENSE
CHANGED
metadata
CHANGED
|
@@ -5,11 +5,13 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.0.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Gautam Rege
|
|
13
|
+
- Jiren Patel
|
|
14
|
+
- Sethupathi Asokan
|
|
13
15
|
autorequire:
|
|
14
16
|
bindir: bin
|
|
15
17
|
cert_chain: []
|
|
@@ -29,7 +31,7 @@ dependencies:
|
|
|
29
31
|
version: "0"
|
|
30
32
|
type: :development
|
|
31
33
|
version_requirements: *id001
|
|
32
|
-
description: "\n SPlat is an integration platform to make use of SMS integration really easy. Using this platform has the following advantages
|
|
34
|
+
description: "\n SPlat is an integration platform to make use of SMS integration really easy. Using this platform has the following advantages:\n\n * Single point of integration\n * Change vendors without changing code.\n * Send and receive SMS. \n * Generic Exception Handling.\n * Standardized reports.\n * SMS tagged user groups.\n * SMS bogus gateway for testing.\n * Scheduling SMS for delivery.\n "
|
|
33
35
|
email: info@joshsoftware.com
|
|
34
36
|
executables: []
|
|
35
37
|
|
|
@@ -68,7 +70,7 @@ files:
|
|
|
68
70
|
- lib/splat.rb
|
|
69
71
|
- test.rb
|
|
70
72
|
has_rdoc: true
|
|
71
|
-
homepage: http://github.com/
|
|
73
|
+
homepage: http://github.com/joshsoftware/Splat
|
|
72
74
|
licenses: []
|
|
73
75
|
|
|
74
76
|
post_install_message:
|