pg_connection 0.1.1 → 0.1.2

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -1,4 +1,9 @@
1
1
  module RubyPsigate
2
+
3
+ class RubyPsigateError < StandardError; end
4
+ class ConnectionError < RubyPsigateError; end
5
+ class RetriableConnectionError < RubyPsigateError; end
6
+ class CertVerificationFileMissingError < RubyPsigateError; end
2
7
 
3
8
  class Connection
4
9
 
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pg_connection}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Simon Chiu"]
12
- s.date = %q{2010-11-23}
12
+ s.date = %q{2010-11-24}
13
13
  s.description = %q{This library is adapted from ActiveMerchant. It is used to connect to Psigate's server via Net/HTTP.}
14
14
  s.email = %q{skhchiu@gmail.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Simon Chiu
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-23 00:00:00 -05:00
17
+ date: 2010-11-24 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -97,7 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
97
  requirements:
98
98
  - - ">="
99
99
  - !ruby/object:Gem::Version
100
- hash: 3585676548399205053
100
+ hash: -1746856732384435196
101
101
  segments:
102
102
  - 0
103
103
  version: "0"