active_record_shards 4.0.0.beta1 → 4.0.0.beta2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 88819bbec3c2e39bc44c5f6172aa5bf9a3a7e097
4
- data.tar.gz: bc407bce7e0f3ae6bc7bcf9041ac49cd6c8077a8
3
+ metadata.gz: a2fa1cef4e992613120d9086e74b63e66dced4c5
4
+ data.tar.gz: f2c4b6803b79b8a57a8b2185f885014a765c6776
5
5
  SHA512:
6
- metadata.gz: e5f4fb85b1321bdb55edf8118ea944fb7fd1188a56350c87ebf2a560e5ad63e145da065eb9859532bc4bdb545b89ac22d8d65ec2810028fa995e84c88030ab6f
7
- data.tar.gz: b8bc4ac010819230082d490c2e2850b80ce5ea5018d1f5323536894e58005d17cfb018b6757a339444864d71e76484c22d9517ca197211bf90db1229306e6777
6
+ metadata.gz: 8209a7c1087b43dc0ee28dbe73f7e6cbce46f150391c0ecd9a6df82273c5b63e46889481d252cf9780b1fbc55f2ca8ab9a26bbc7d258606536a153cece223cd9
7
+ data.tar.gz: 9501418bf06020a5b941b058aba92f5699b5423d0b24df6cda7b772a0c1b88ed2be8614a083fb1ff931da705955ab240bc5631584f80d210ffde5deeb6fbc22d
@@ -3,10 +3,10 @@
3
3
  module ActiveRecordShards
4
4
  module Model
5
5
  def not_sharded
6
- ActiveSupport::Deprecation.warn("Calling not_sharded is deprecated. "\
7
- "Please ensure to still read from the "\
8
- "account db slave after removing the "\
9
- "call.")
6
+ ActiveRecord::Logger.warn("Calling not_sharded is deprecated. "\
7
+ "Please ensure to still read from the "\
8
+ "account db slave after removing the "\
9
+ "call.")
10
10
  end
11
11
 
12
12
  def is_sharded? # rubocop:disable Naming/PredicateName
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: 4.0.0.beta1
4
+ version: 4.0.0.beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mick Staugaard
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-10-26 00:00:00.000000000 Z
13
+ date: 2017-10-31 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activerecord