sipgate 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/init.rb +0 -2
  2. data/lib/sipgate.rb +3 -2
  3. metadata +5 -5
data/init.rb CHANGED
@@ -1,4 +1,2 @@
1
1
  require File.dirname(__FILE__) + '/lib/sipgate'
2
- require File.dirname(__FILE__) + '/lib/sipgate/exception'
3
- require File.dirname(__FILE__) + '/lib/sipgate/response'
4
2
 
@@ -1,5 +1,4 @@
1
1
  require 'xmlrpc/client'
2
-
3
2
  class Sipgate
4
3
 
5
4
  cattr_accessor :user, :password
@@ -54,4 +53,6 @@ class Sipgate
54
53
  end
55
54
  end
56
55
 
57
- end
56
+ end
57
+ require File.dirname(__FILE__) + '/sipgate/exception'
58
+ require File.dirname(__FILE__) + '/sipgate/response'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sipgate
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Corny
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2009-08-21 00:00:00 +02:00
19
+ date: 2010-02-02 00:00:00 +01:00
20
20
  default_executable:
21
21
  dependencies: []
22
22
 
@@ -65,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  requirements: []
66
66
 
67
67
  rubyforge_project:
68
- rubygems_version: 1.4.1
68
+ rubygems_version: 1.4.2
69
69
  signing_key:
70
70
  specification_version: 3
71
71
  summary: send fax through sipgate and check their sending status.