smshelper 0.4.0 → 0.4.5
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/README.rdoc +1 -1
- data/VERSION +1 -1
- data/lib/smshelper/api/base.rb +7 -6
- data/smshelper.gemspec +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -20,7 +20,7 @@ A utility library to do SMS-MT
|
|
|
20
20
|
* NEW HLR lookup support via my-cool-sms
|
|
21
21
|
* unicode support - all operators
|
|
22
22
|
* send message
|
|
23
|
-
* check balance
|
|
23
|
+
* check balance, all except vianett
|
|
24
24
|
* check sent message status - select operators only
|
|
25
25
|
== Installation
|
|
26
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.5
|
data/lib/smshelper/api/base.rb
CHANGED
|
@@ -32,13 +32,14 @@ module Smshelper
|
|
|
32
32
|
instance_variable_set("@service", self.class.name.split('::')[2])
|
|
33
33
|
end
|
|
34
34
|
|
|
35
|
-
#
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
#TODO: Find out why is this needed!
|
|
36
|
+
define_method("_dump".to_sym) do |level|
|
|
37
|
+
self.to_yaml
|
|
38
|
+
end
|
|
38
39
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
def self._load(str)
|
|
41
|
+
YAML.load str
|
|
42
|
+
end
|
|
42
43
|
|
|
43
44
|
end
|
|
44
45
|
end
|
data/smshelper.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smshelper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -261,7 +261,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
261
261
|
version: '0'
|
|
262
262
|
segments:
|
|
263
263
|
- 0
|
|
264
|
-
hash:
|
|
264
|
+
hash: 2671716086035374482
|
|
265
265
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
266
266
|
none: false
|
|
267
267
|
requirements:
|