aspsms 0.97 → 0.98
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
- data/README +1 -1
- data/bin/aspsms +1 -1
- data/lib/aspsms.rb +2 -2
- metadata +5 -5
data/LICENSE
CHANGED
data/README
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Ruby ASPSMS -- aspsms.com short message service gateway library and client
|
|
2
2
|
http://www.roe.ch/ASPSMS
|
|
3
3
|
|
|
4
|
-
Copyright (C) 2005-
|
|
4
|
+
Copyright (C) 2005-2012, Daniel Roethlisberger <daniel@roe.ch>
|
|
5
5
|
All rights reserved.
|
|
6
6
|
|
|
7
7
|
Ruby ASPSMS is both a ruby library and a command line client for painfree,
|
data/bin/aspsms
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# Ruby ASPSMS -- aspsms.com short message service gateway library and client
|
|
5
5
|
# http://www.roe.ch/ASPSMS
|
|
6
6
|
#
|
|
7
|
-
# Copyright (C) 2005-
|
|
7
|
+
# Copyright (C) 2005-2012, Daniel Roethlisberger <daniel@roe.ch>
|
|
8
8
|
# All rights reserved.
|
|
9
9
|
#
|
|
10
10
|
# Redistribution and use, with or without modification, are permitted
|
data/lib/aspsms.rb
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# Ruby ASPSMS -- aspsms.com short message service gateway library and client
|
|
5
5
|
# http://www.roe.ch/ASPSMS
|
|
6
6
|
#
|
|
7
|
-
# Copyright (C) 2005-
|
|
7
|
+
# Copyright (C) 2005-2012, Daniel Roethlisberger <daniel@roe.ch>
|
|
8
8
|
# All rights reserved.
|
|
9
9
|
#
|
|
10
10
|
# Redistribution and use, with or without modification, are permitted
|
|
@@ -73,8 +73,8 @@ module ASPSMS
|
|
|
73
73
|
rescue Errno::ENOENT
|
|
74
74
|
# ignore if not found
|
|
75
75
|
end
|
|
76
|
-
raise "No configuration file found (#{FILES.join(' ')})"
|
|
77
76
|
end
|
|
77
|
+
raise "No configuration file found (#{FILES.join(' ')})"
|
|
78
78
|
end
|
|
79
79
|
|
|
80
80
|
def load(fn)
|
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aspsms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 207
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: "0.
|
|
8
|
+
- 98
|
|
9
|
+
version: "0.98"
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Daniel Roethlisberger
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date:
|
|
17
|
+
date: 2012-09-16 00:00:00 Z
|
|
18
18
|
dependencies: []
|
|
19
19
|
|
|
20
20
|
description: aspsms.com SMS gateway library and client
|
|
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
59
59
|
requirements: []
|
|
60
60
|
|
|
61
61
|
rubyforge_project:
|
|
62
|
-
rubygems_version: 1.
|
|
62
|
+
rubygems_version: 1.8.11
|
|
63
63
|
signing_key:
|
|
64
64
|
specification_version: 3
|
|
65
65
|
summary: aspsms.com SMS gateway library and client
|