sms16client 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Manifest CHANGED
@@ -1,4 +1,5 @@
1
1
  README
2
2
  Rakefile
3
3
  lib/sms16client.rb
4
+ sms16client.gemspec
4
5
  Manifest
data/Rakefile CHANGED
@@ -2,11 +2,11 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('sms16client', '0.0.1') do |p|
6
- p.description = "Sms16 Service Consumer"
7
- p.url = "http://github.com/kohgpat/sms16client"
8
- p.author = "Nikolay Burlov"
9
- p.email = "kohgpat@gmail.com"
10
- p.ignore_pattern = ["tmp/*", "script/*"]
11
- p.development_dependencies = []
12
- end
5
+ Echoe.new('sms16client', '0.0.2') do |p|
6
+ p.description = "Sms16 client"
7
+ p.url = "http://github.com/kohgpat/sms16client/"
8
+ p.author = "Nikolay Burlov"
9
+ p.email = "kohgpat@gmail.com"
10
+ p.ignore_pattern = ["tmp/*", "script/*"]
11
+ p.development_dependencies = []
12
+ end
data/lib/sms16client.rb CHANGED
@@ -7,7 +7,7 @@ require 'net/https'
7
7
  require 'uri'
8
8
 
9
9
  module Sms16Client
10
- VERSION = '0.0.1'
10
+ VERSION = '0.0.2'
11
11
 
12
12
  class Client
13
13
  attr_accessor :login, :password, :query
@@ -19,6 +19,7 @@ module Sms16Client
19
19
  end
20
20
 
21
21
  def get_balance
22
+ @query = String.new
22
23
  xml = Builder::XmlMarkup.new(:target => @query)
23
24
 
24
25
  xml.request {
@@ -32,6 +33,7 @@ module Sms16Client
32
33
  end
33
34
 
34
35
  def send_message(message, destination, source)
36
+ @query = String.new
35
37
  xml = Builder::XmlMarkup.new(:target => @query)
36
38
 
37
39
  xml.request {
@@ -50,6 +52,7 @@ module Sms16Client
50
52
  end
51
53
 
52
54
  def get_message_state(message_id)
55
+ @query = String.new
53
56
  xml = Builder::XmlMarkup.new(:target => @query)
54
57
 
55
58
  xml.request {
data/sms16client.gemspec CHANGED
@@ -2,21 +2,21 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{sms16client}
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Nikolay Burlov"]
9
- s.date = %q{2011-03-22}
10
- s.description = %q{Sms16 Service Consumer}
9
+ s.date = %q{2011-04-04}
10
+ s.description = %q{Sms16 client}
11
11
  s.email = %q{kohgpat@gmail.com}
12
12
  s.extra_rdoc_files = ["README", "lib/sms16client.rb"]
13
- s.files = ["README", "Rakefile", "lib/sms16client.rb", "Manifest", "sms16client.gemspec"]
14
- s.homepage = %q{http://github.com/kohgpat/sms16client}
13
+ s.files = ["README", "Rakefile", "lib/sms16client.rb", "sms16client.gemspec", "Manifest"]
14
+ s.homepage = %q{http://github.com/kohgpat/sms16client/}
15
15
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Sms16client", "--main", "README"]
16
16
  s.require_paths = ["lib"]
17
17
  s.rubyforge_project = %q{sms16client}
18
- s.rubygems_version = %q{1.5.0}
19
- s.summary = %q{Sms16 Service Consumer}
18
+ s.rubygems_version = %q{1.6.2}
19
+ s.summary = %q{Sms16 client}
20
20
 
21
21
  if s.respond_to? :specification_version then
22
22
  s.specification_version = 3
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: sms16client
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Nikolay Burlov
@@ -10,11 +10,11 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-22 00:00:00 -04:00
13
+ date: 2011-04-04 00:00:00 +09:00
14
14
  default_executable:
15
15
  dependencies: []
16
16
 
17
- description: Sms16 Service Consumer
17
+ description: Sms16 client
18
18
  email: kohgpat@gmail.com
19
19
  executables: []
20
20
 
@@ -27,10 +27,10 @@ files:
27
27
  - README
28
28
  - Rakefile
29
29
  - lib/sms16client.rb
30
- - Manifest
31
30
  - sms16client.gemspec
31
+ - Manifest
32
32
  has_rdoc: true
33
- homepage: http://github.com/kohgpat/sms16client
33
+ homepage: http://github.com/kohgpat/sms16client/
34
34
  licenses: []
35
35
 
36
36
  post_install_message:
@@ -58,9 +58,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  requirements: []
59
59
 
60
60
  rubyforge_project: sms16client
61
- rubygems_version: 1.5.0
61
+ rubygems_version: 1.6.2
62
62
  signing_key:
63
63
  specification_version: 3
64
- summary: Sms16 Service Consumer
64
+ summary: Sms16 client
65
65
  test_files: []
66
66