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 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.0
1
+ 0.4.5
@@ -32,13 +32,14 @@ module Smshelper
32
32
  instance_variable_set("@service", self.class.name.split('::')[2])
33
33
  end
34
34
 
35
- # define_method("marshal_dump".to_sym) do
36
- # self.to_yaml
37
- # end
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
- # define_method("marshal_load".to_sym) do |yaml|
40
- # YAML.load(yaml)
41
- # end
40
+ def self._load(str)
41
+ YAML.load str
42
+ end
42
43
 
43
44
  end
44
45
  end
data/smshelper.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "smshelper"
8
- s.version = "0.4.0"
8
+ s.version = "0.4.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Voip Scout"]
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.0
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: 1710997261661198984
264
+ hash: 2671716086035374482
265
265
  required_rubygems_version: !ruby/object:Gem::Requirement
266
266
  none: false
267
267
  requirements: