trinidad_postgresql_dbpool_extension 0.7.0 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +6 -6
- data/lib/trinidad_postgresql_dbpool_extension/postgresql_webapp_extension.rb +2 -0
- metadata +21 -21
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 53f9372e598d17f93d08d6b8c20170dd19808e65
|
4
|
+
data.tar.gz: d20a53ffa6282166ed83549aff1ec50334793f06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 14e36eadeb1307585ed8e6d545be246233506f3b7d643512e6f7bf949ea0e210917abccdddfc9489f57d98262f79e169b49a89f5be9b4460e62bcb7b16860be7
|
7
|
+
data.tar.gz: beed6e55aa7bfa94a508b2477c57f873f64da96d8e9583625a8c23bd7230f881cfed31f57a211707b471b3d572b707918432aa8e19574e8dbbba7c18b90cde6b
|
data/LICENSE
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Copyright (c)
|
1
|
+
Copyright (c) 2014 Team Trinidad and contributors http://github.com/trinidad
|
2
2
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining
|
4
4
|
a copy of this software and associated documentation files (the
|
data/README.md
CHANGED
@@ -30,8 +30,8 @@ http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html
|
|
30
30
|
default:
|
31
31
|
extensions:
|
32
32
|
mysql_dbpool: # EXTENSION NAME AS KEY
|
33
|
-
|
34
|
-
url:
|
33
|
+
name: jdbc/MySampleDB # name (linked with database.yml)
|
34
|
+
url: localhost:3306/sample # database URL (or full jdbc: URL)
|
35
35
|
username: root
|
36
36
|
password: root
|
37
37
|
maxActive: 100 # maximum number of connections managed by the pool
|
@@ -39,9 +39,9 @@ http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html
|
|
39
39
|
maxWait: 10000 # ms the pool waits for a connection to be returned
|
40
40
|
```
|
41
41
|
|
42
|
-
**jndi
|
43
|
-
database server + driver requires authentication), while
|
44
|
-
|
42
|
+
**name** (aliased as **jndi**), **url** are mandatory (as well **username** and
|
43
|
+
**password** if your database server + driver requires authentication), while
|
44
|
+
the other supported options might be found in Tomcat's JDBC pool documentation :
|
45
45
|
|
46
46
|
http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Common_Attributes
|
47
47
|
|
@@ -113,5 +113,5 @@ Beyond standard configuration options there's 2 specific options here :
|
|
113
113
|
|
114
114
|
## Copyright
|
115
115
|
|
116
|
-
Copyright (c)
|
116
|
+
Copyright (c) 2016 [Team Trinidad](https://github.com/trinidad).
|
117
117
|
See LICENSE (http://en.wikipedia.org/wiki/MIT_License) for details.
|
metadata
CHANGED
@@ -1,43 +1,43 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trinidad_postgresql_dbpool_extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Calavera
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-07-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name: trinidad_dbpool
|
15
|
-
version_requirements: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - '>='
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: 0.7.0
|
20
14
|
requirement: !ruby/object:Gem::Requirement
|
21
15
|
requirements:
|
22
|
-
- -
|
16
|
+
- - ">="
|
23
17
|
- !ruby/object:Gem::Version
|
24
|
-
version: 0.
|
18
|
+
version: 0.8.0
|
19
|
+
name: trinidad_dbpool
|
25
20
|
prerelease: false
|
26
21
|
type: :runtime
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: jdbc-postgres
|
29
22
|
version_requirements: !ruby/object:Gem::Requirement
|
30
23
|
requirements:
|
31
|
-
- -
|
24
|
+
- - ">="
|
32
25
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
26
|
+
version: 0.8.0
|
27
|
+
- !ruby/object:Gem::Dependency
|
34
28
|
requirement: !ruby/object:Gem::Requirement
|
35
29
|
requirements:
|
36
|
-
- -
|
30
|
+
- - ">="
|
37
31
|
- !ruby/object:Gem::Version
|
38
32
|
version: '9.2'
|
33
|
+
name: jdbc-postgres
|
39
34
|
prerelease: false
|
40
35
|
type: :runtime
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '9.2'
|
41
41
|
description: Addon to support PostgreSQL database pools in Trinidad
|
42
42
|
email: calavera@apache.org
|
43
43
|
executables: []
|
@@ -47,11 +47,11 @@ extra_rdoc_files:
|
|
47
47
|
- History.txt
|
48
48
|
- LICENSE
|
49
49
|
files:
|
50
|
-
- lib/trinidad_postgresql_dbpool_extension.rb
|
51
|
-
- lib/trinidad_postgresql_dbpool_extension/postgresql_webapp_extension.rb
|
52
|
-
- README.md
|
53
50
|
- History.txt
|
54
51
|
- LICENSE
|
52
|
+
- README.md
|
53
|
+
- lib/trinidad_postgresql_dbpool_extension.rb
|
54
|
+
- lib/trinidad_postgresql_dbpool_extension/postgresql_webapp_extension.rb
|
55
55
|
homepage: http://github.com/trinidad/trinidad_dbpool_extension
|
56
56
|
licenses: []
|
57
57
|
metadata: {}
|
@@ -61,17 +61,17 @@ require_paths:
|
|
61
61
|
- lib
|
62
62
|
required_ruby_version: !ruby/object:Gem::Requirement
|
63
63
|
requirements:
|
64
|
-
- -
|
64
|
+
- - ">="
|
65
65
|
- !ruby/object:Gem::Version
|
66
66
|
version: '0'
|
67
67
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
68
68
|
requirements:
|
69
|
-
- -
|
69
|
+
- - ">="
|
70
70
|
- !ruby/object:Gem::Version
|
71
71
|
version: '0'
|
72
72
|
requirements: []
|
73
73
|
rubyforge_project:
|
74
|
-
rubygems_version: 2.
|
74
|
+
rubygems_version: 2.4.8
|
75
75
|
signing_key:
|
76
76
|
specification_version: 4
|
77
77
|
summary: Addon to support PostgreSQL database pools in Trinidad
|