sipgate 0.1.0 → 0.1.1

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/init.rb CHANGED
@@ -1,3 +1,4 @@
1
- require 'sipgate'
2
- require 'response'
3
- require 'error'
1
+ require File.dirname(__FILE__) + '/lib/sipgate'
2
+ require File.dirname(__FILE__) + '/lib/sipgate/exception'
3
+ require File.dirname(__FILE__) + '/lib/sipgate/response'
4
+
@@ -1,4 +1,4 @@
1
- class Sipgate::Exception < Exception
1
+ class Sipgate::Exception < ::Exception
2
2
 
3
3
  attr_reader :code
4
4
 
File without changes
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sipgate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ hash: 25
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 1
10
+ version: 0.1.1
5
11
  platform: ruby
6
12
  authors:
7
13
  - Corny
@@ -15,7 +21,7 @@ default_executable:
15
21
  dependencies: []
16
22
 
17
23
  description: send fax through sipgate and check their sending status.
18
- email: github@digineo.de
24
+ email: mail@digineo.de
19
25
  executables: []
20
26
 
21
27
  extensions: []
@@ -27,8 +33,8 @@ files:
27
33
  - README
28
34
  - init.rb
29
35
  - lib/sipgate.rb
30
- - lib/response.rb
31
- - lib/error.rb
36
+ - lib/sipgate/response.rb
37
+ - lib/sipgate/exception.rb
32
38
  has_rdoc: true
33
39
  homepage: http://github.com/corny/sipgate
34
40
  licenses: []
@@ -39,21 +45,27 @@ rdoc_options: []
39
45
  require_paths:
40
46
  - lib
41
47
  required_ruby_version: !ruby/object:Gem::Requirement
48
+ none: false
42
49
  requirements:
43
50
  - - ">="
44
51
  - !ruby/object:Gem::Version
52
+ hash: 3
53
+ segments:
54
+ - 0
45
55
  version: "0"
46
- version:
47
56
  required_rubygems_version: !ruby/object:Gem::Requirement
57
+ none: false
48
58
  requirements:
49
59
  - - ">="
50
60
  - !ruby/object:Gem::Version
61
+ hash: 3
62
+ segments:
63
+ - 0
51
64
  version: "0"
52
- version:
53
65
  requirements: []
54
66
 
55
67
  rubyforge_project:
56
- rubygems_version: 1.3.5
68
+ rubygems_version: 1.4.1
57
69
  signing_key:
58
70
  specification_version: 3
59
71
  summary: send fax through sipgate and check their sending status.