maria_db_cluster_pool 0.0.6 → 0.0.7
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/README.md +5 -1
- metadata +6 -6
data/README.md
CHANGED
|
@@ -44,10 +44,14 @@ in the environment.rb
|
|
|
44
44
|
|
|
45
45
|
will not work.
|
|
46
46
|
|
|
47
|
-
##
|
|
47
|
+
## Credits
|
|
48
48
|
|
|
49
49
|
This software is a derived work of https://github.com/bdurand/seamless_database_pool the parts which derives from that codes is copyrighted by Brian Durand
|
|
50
50
|
|
|
51
|
+
## License
|
|
52
|
+
|
|
53
|
+
The MIT License (MIT)
|
|
54
|
+
|
|
51
55
|
Copyright (C) 2013 Microting A/S
|
|
52
56
|
|
|
53
57
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: maria_db_cluster_pool
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 7
|
|
10
|
+
version: 0.0.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- "Ren\xC3\xA9 Schultz Madsen"
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2013-07-
|
|
18
|
+
date: 2013-07-19 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -97,8 +97,8 @@ files:
|
|
|
97
97
|
- lib/maria_db_cluster_pool/connect_timeout.rb
|
|
98
98
|
has_rdoc: true
|
|
99
99
|
homepage: https://github.com/renemadsen/maria_db_cluster_pool
|
|
100
|
-
licenses:
|
|
101
|
-
|
|
100
|
+
licenses:
|
|
101
|
+
- MIT
|
|
102
102
|
post_install_message:
|
|
103
103
|
rdoc_options: []
|
|
104
104
|
|