pg_connection 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/VERSION +1 -1
- data/lib/certs/cacert.pem +2633 -0
- data/pg_connection.gemspec +63 -0
- metadata +5 -3
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
# Generated by jeweler
|
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
|
+
# -*- encoding: utf-8 -*-
|
|
5
|
+
|
|
6
|
+
Gem::Specification.new do |s|
|
|
7
|
+
s.name = %q{pg_connection}
|
|
8
|
+
s.version = "0.1.1"
|
|
9
|
+
|
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
|
+
s.authors = ["Simon Chiu"]
|
|
12
|
+
s.date = %q{2010-11-23}
|
|
13
|
+
s.description = %q{This library is adapted from ActiveMerchant. It is used to connect to Psigate's server via Net/HTTP.}
|
|
14
|
+
s.email = %q{skhchiu@gmail.com}
|
|
15
|
+
s.extra_rdoc_files = [
|
|
16
|
+
"LICENSE.txt",
|
|
17
|
+
"README.rdoc"
|
|
18
|
+
]
|
|
19
|
+
s.files = [
|
|
20
|
+
".document",
|
|
21
|
+
"Gemfile",
|
|
22
|
+
"Gemfile.lock",
|
|
23
|
+
"LICENSE.txt",
|
|
24
|
+
"README.rdoc",
|
|
25
|
+
"Rakefile",
|
|
26
|
+
"VERSION",
|
|
27
|
+
"lib/certs/cacert.pem",
|
|
28
|
+
"lib/pg_connection.rb",
|
|
29
|
+
"lib/ruby_psigate/connection.rb",
|
|
30
|
+
"pg_connection.gemspec",
|
|
31
|
+
"test/helper.rb",
|
|
32
|
+
"test/test_pg_connection.rb"
|
|
33
|
+
]
|
|
34
|
+
s.homepage = %q{http://github.com/drchiu/pg_connection}
|
|
35
|
+
s.licenses = ["MIT"]
|
|
36
|
+
s.require_paths = ["lib"]
|
|
37
|
+
s.rubygems_version = %q{1.3.7}
|
|
38
|
+
s.summary = %q{Dependency library to connect to psigate}
|
|
39
|
+
s.test_files = [
|
|
40
|
+
"test/helper.rb",
|
|
41
|
+
"test/test_pg_connection.rb"
|
|
42
|
+
]
|
|
43
|
+
|
|
44
|
+
if s.respond_to? :specification_version then
|
|
45
|
+
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
46
|
+
s.specification_version = 3
|
|
47
|
+
|
|
48
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
49
|
+
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
|
|
50
|
+
s.add_development_dependency(%q<jeweler>, ["~> 1.5.1"])
|
|
51
|
+
s.add_development_dependency(%q<rcov>, [">= 0"])
|
|
52
|
+
else
|
|
53
|
+
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
|
|
54
|
+
s.add_dependency(%q<jeweler>, ["~> 1.5.1"])
|
|
55
|
+
s.add_dependency(%q<rcov>, [">= 0"])
|
|
56
|
+
end
|
|
57
|
+
else
|
|
58
|
+
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
|
|
59
|
+
s.add_dependency(%q<jeweler>, ["~> 1.5.1"])
|
|
60
|
+
s.add_dependency(%q<rcov>, [">= 0"])
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Simon Chiu
|
|
@@ -77,8 +77,10 @@ files:
|
|
|
77
77
|
- README.rdoc
|
|
78
78
|
- Rakefile
|
|
79
79
|
- VERSION
|
|
80
|
+
- lib/certs/cacert.pem
|
|
80
81
|
- lib/pg_connection.rb
|
|
81
82
|
- lib/ruby_psigate/connection.rb
|
|
83
|
+
- pg_connection.gemspec
|
|
82
84
|
- test/helper.rb
|
|
83
85
|
- test/test_pg_connection.rb
|
|
84
86
|
has_rdoc: true
|
|
@@ -95,7 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
95
97
|
requirements:
|
|
96
98
|
- - ">="
|
|
97
99
|
- !ruby/object:Gem::Version
|
|
98
|
-
hash:
|
|
100
|
+
hash: 3585676548399205053
|
|
99
101
|
segments:
|
|
100
102
|
- 0
|
|
101
103
|
version: "0"
|