seamless_database_pool 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,72 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: seamless_database_pool
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Brian Durand
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-04-24 00:00:00 -05:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: brian@embellishedvisions.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - README
24
+ files:
25
+ - lib/active_record
26
+ - lib/seamless_database_pool
27
+ - lib/seamless_database_pool.rb
28
+ - lib/active_record/connection_adapters
29
+ - lib/active_record/connection_adapters/seamless_database_pool_adapter.rb
30
+ - lib/seamless_database_pool/connect_timeout.rb
31
+ - lib/seamless_database_pool/connection_statistics.rb
32
+ - lib/seamless_database_pool/controller_filter.rb
33
+ - init.rb
34
+ - MIT-LICENSE
35
+ - Rakefile
36
+ - README
37
+ has_rdoc: true
38
+ homepage: http://seamlessdbpool.rubyforge.org
39
+ post_install_message:
40
+ rdoc_options:
41
+ - --title
42
+ - Seamless Database Pool
43
+ - --line-numbers
44
+ - --inline-source
45
+ - --main
46
+ - README
47
+ require_paths:
48
+ - lib
49
+ required_ruby_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: "0"
54
+ version:
55
+ required_rubygems_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: "0"
60
+ version:
61
+ requirements:
62
+ - rspec 1.0.8 or higher is needed to run the tests
63
+ rubyforge_project: seamlessdbpool
64
+ rubygems_version: 1.0.1
65
+ signing_key:
66
+ specification_version: 2
67
+ summary: Support for master/slave database clusters in ActiveRecord
68
+ test_files:
69
+ - spec/connection_statistics_spec.rb
70
+ - spec/filter_spec.rb
71
+ - spec/seamless_database_pool_adapter_spec.rb
72
+ - spec/seamless_database_pool_spec.rb