craigp-smartcall 0.0.1 → 0.0.2
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/Rakefile +4 -3
- data/VERSION +1 -1
- data/craigp-smartcall.gemspec +5 -4
- metadata +7 -6
data/Rakefile
CHANGED
|
@@ -5,11 +5,12 @@ begin
|
|
|
5
5
|
require 'jeweler'
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
|
7
7
|
gem.name = "craigp-smartcall"
|
|
8
|
-
gem.summary = %Q{Gem to provide SMS functionality through
|
|
8
|
+
gem.summary = %Q{Gem to provide SMS functionality through Smartcall}
|
|
9
9
|
gem.description = <<-DESC
|
|
10
10
|
Gem to provide SMS functionality through the Smartcall Technology Solutions web
|
|
11
|
-
services. Contact http://www.smartcalltech.co.za for an account.
|
|
12
|
-
|
|
11
|
+
services. Contact http://www.smartcalltech.co.za for an account.
|
|
12
|
+
|
|
13
|
+
This gem is based on the smartcall gem written by Armand du Plessis (adp@bank.io).
|
|
13
14
|
DESC
|
|
14
15
|
gem.email = "darksavant@gmail.com"
|
|
15
16
|
gem.homepage = "http://github.com/craigp/smartcall"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
data/craigp-smartcall.gemspec
CHANGED
|
@@ -5,15 +5,16 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{craigp-smartcall}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Craig Paterson"]
|
|
12
12
|
s.date = %q{2011-02-09}
|
|
13
13
|
s.default_executable = %q{smartcall}
|
|
14
14
|
s.description = %q{Gem to provide SMS functionality through the Smartcall Technology Solutions web
|
|
15
|
-
services. Contact http://www.smartcalltech.co.za for an account.
|
|
16
|
-
|
|
15
|
+
services. Contact http://www.smartcalltech.co.za for an account.
|
|
16
|
+
|
|
17
|
+
This gem is based on the smartcall gem written by Armand du Plessis (adp@bank.io).
|
|
17
18
|
}
|
|
18
19
|
s.email = %q{darksavant@gmail.com}
|
|
19
20
|
s.executables = ["smartcall"]
|
|
@@ -43,7 +44,7 @@ on the smartcall gem written by Armand du Plessis (adp@bank.io)
|
|
|
43
44
|
s.homepage = %q{http://github.com/craigp/smartcall}
|
|
44
45
|
s.require_paths = ["lib"]
|
|
45
46
|
s.rubygems_version = %q{1.5.0}
|
|
46
|
-
s.summary = %q{Gem to provide SMS functionality through
|
|
47
|
+
s.summary = %q{Gem to provide SMS functionality through Smartcall}
|
|
47
48
|
s.test_files = [
|
|
48
49
|
"test/test_helper.rb",
|
|
49
50
|
"test/test_smartcall.rb"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: craigp-smartcall
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Craig Paterson
|
|
@@ -36,8 +36,9 @@ dependencies:
|
|
|
36
36
|
version_requirements: *id001
|
|
37
37
|
description: |
|
|
38
38
|
Gem to provide SMS functionality through the Smartcall Technology Solutions web
|
|
39
|
-
services. Contact http://www.smartcalltech.co.za for an account.
|
|
40
|
-
|
|
39
|
+
services. Contact http://www.smartcalltech.co.za for an account.
|
|
40
|
+
|
|
41
|
+
This gem is based on the smartcall gem written by Armand du Plessis (adp@bank.io).
|
|
41
42
|
|
|
42
43
|
email: darksavant@gmail.com
|
|
43
44
|
executables:
|
|
@@ -98,7 +99,7 @@ rubyforge_project:
|
|
|
98
99
|
rubygems_version: 1.5.0
|
|
99
100
|
signing_key:
|
|
100
101
|
specification_version: 3
|
|
101
|
-
summary: Gem to provide SMS functionality through
|
|
102
|
+
summary: Gem to provide SMS functionality through Smartcall
|
|
102
103
|
test_files:
|
|
103
104
|
- test/test_helper.rb
|
|
104
105
|
- test/test_smartcall.rb
|