pools 0.0.7 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/cassandra/pooled.rb +1 -1
  2. metadata +5 -7
@@ -1,5 +1,5 @@
1
1
  require 'pools'
2
- require 'cassandra/0.7'
2
+ require 'cassandra/0.8'
3
3
 
4
4
  class Cassandra
5
5
  class Pooled
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pools
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
+ - 1
8
9
  - 0
9
- - 7
10
- version: 0.0.7
10
+ version: 0.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Rykov
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-22 00:00:00 -07:00
19
- default_executable:
18
+ date: 2011-09-02 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: activesupport
@@ -56,7 +55,6 @@ files:
56
55
  - lib/pools.rb
57
56
  - lib/redis/pooled.rb
58
57
  - lib/redis/pooled_store.rb
59
- has_rdoc: false
60
58
  homepage: http://github.com/rykov/pools
61
59
  licenses: []
62
60
 
@@ -86,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
84
  requirements: []
87
85
 
88
86
  rubyforge_project:
89
- rubygems_version: 1.6.2
87
+ rubygems_version: 1.8.10
90
88
  signing_key:
91
89
  specification_version: 3
92
90
  summary: Generalized connection pooling