active_record_shards 2.6.4 → 2.6.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.md +2 -2
  2. metadata +8 -2
data/README.md CHANGED
@@ -4,7 +4,7 @@ ActiveRecord Shards is an extension for ActiveRecord that provides support for s
4
4
  switch between database connection. We've made the implementation very small, and have tried not to reinvent any wheels already present in ActiveRecord.
5
5
 
6
6
  ActiveRecord Shards has only been used and tested on Rails 2.3.x, and has in some form or another been used on in production on a large rails app for
7
- more than a year.
7
+ more than a year!
8
8
 
9
9
  ## Installation
10
10
 
@@ -95,4 +95,4 @@ This will perform the query on the slave, and mark the returned instances as rea
95
95
  Copyright (c) 2011 Zendesk. See LICENSE for details.
96
96
 
97
97
  ## Authors
98
- Mick Staugaard, Eric Chapweske
98
+ Mick Staugaard, Eric Chapweske
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_record_shards
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.4
4
+ version: 2.6.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2012-06-07 00:00:00.000000000 Z
14
+ date: 2012-06-18 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activerecord
@@ -224,12 +224,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
224
224
  - - ! '>='
225
225
  - !ruby/object:Gem::Version
226
226
  version: '0'
227
+ segments:
228
+ - 0
229
+ hash: 1805531677850049369
227
230
  required_rubygems_version: !ruby/object:Gem::Requirement
228
231
  none: false
229
232
  requirements:
230
233
  - - ! '>='
231
234
  - !ruby/object:Gem::Version
232
235
  version: '0'
236
+ segments:
237
+ - 0
238
+ hash: 1805531677850049369
233
239
  requirements: []
234
240
  rubyforge_project:
235
241
  rubygems_version: 1.8.24