elektronaut-apparat_client 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.2
1
+ 1.0.3
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{apparat_client}
5
- s.version = "1.0.2"
5
+ s.version = "1.0.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Inge J\303\270rgensen"]
9
- s.date = %q{2009-05-20}
9
+ s.date = %q{2009-08-20}
10
10
  s.email = %q{inge@manualdesign.no}
11
11
  s.extra_rdoc_files = [
12
12
  "LICENSE",
@@ -26,7 +26,7 @@ module Apparat
26
26
 
27
27
  def cleanup_msisdn( msisdn )
28
28
  msisdn.gsub!( /[^\d]/, '' )
29
- if msisdn.length = 8
29
+ if msisdn.length == 8
30
30
  msisdn = "47"+msisdn
31
31
  end
32
32
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elektronaut-apparat_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Inge J\xC3\xB8rgensen"
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-20 00:00:00 -07:00
12
+ date: 2009-08-20 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -35,6 +35,7 @@ files:
35
35
  - test/test_helper.rb
36
36
  has_rdoc: true
37
37
  homepage: http://github.com/elektronaut/apparat_client
38
+ licenses:
38
39
  post_install_message:
39
40
  rdoc_options:
40
41
  - --charset=UTF-8
@@ -55,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
55
56
  requirements: []
56
57
 
57
58
  rubyforge_project:
58
- rubygems_version: 1.2.0
59
+ rubygems_version: 1.3.5
59
60
  signing_key:
60
61
  specification_version: 2
61
62
  summary: Ruby SOAP interface for apparat.no's SMS service