fault_tolerant_redis-activesupport 4.0.5 → 4.0.6

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: d9dc554d7d2866f6e7a7e2ec5afc006d98424801
4
- data.tar.gz: 9a6cb34058ba17aa09ee11731936d267916207ae
3
+ metadata.gz: a64b89212666dbeef3df145457b4d718ef9c2fdb
4
+ data.tar.gz: 1dca292d2398b41e85ecb09e0a43ea8417c02d81
5
5
  SHA512:
6
- metadata.gz: cb357549914c458944858004fad366cf20438295ebe8a58a5bdf7edb8a030a1611ac9a6cffed1d9c7adfc3521a39f22ec66898b4fc8ead69c5bb22d8ba337cdc
7
- data.tar.gz: da5f4f436b2922202e5dfd93ac137e3e729dcc9da1a404a799ff4bb43cab1b5070e46fefaddb2c5a7cba69429bd06c39c115547df06fd4a3279f82ab8d9b4222
6
+ metadata.gz: cb9f659c69390c8579a2e54b260b08ca49b92d32a7d2bfbe1bcaa930d5f2244d884d7802b3746a18cc9a76e5e0b7013e6c571629afd67dcb4ce12e17c1684cfd
7
+ data.tar.gz: 52ee639296cd4638c9dde3774f3f6122af66b912b6321380782eb66c88c9aecdde1c760ac77b80c5f4f7991971d6e9d0a237dc061234fb32553e64aedc1bc3b0
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ ruby File.read(".ruby-version").strip
3
3
  gemspec
4
4
 
5
5
  if ::File.directory?(gem_path = '../redis-store')
6
- gem 'redis-store', '~> 1.1.0', path: gem_path
6
+ gem 'redis-store', '~> 1.4', path: gem_path
7
7
  end
8
8
 
9
9
  gem 'i18n'
@@ -4,7 +4,7 @@ require 'redis/activesupport/version'
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'fault_tolerant_redis-activesupport'
7
- s.version = '4.0.5'
7
+ s.version = '4.0.6'
8
8
  s.authors = ['Luca Guidi', 'Jan Renra Gloser', 'Roman Sklenar']
9
9
  s.email = ['me@lucaguidi.com', 'jan.renra.gloser@gmail.com', 'roman@globalwebindex.net']
10
10
  s.homepage = 'https://github.com/globalwebindex/redis-activesupport'
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
20
  s.require_paths = ['lib']
21
21
 
22
- s.add_runtime_dependency 'redis-store', '~> 1.1.0'
22
+ s.add_runtime_dependency 'redis-store', '~> 1.4'
23
23
  s.add_runtime_dependency 'activesupport', '~> 4.1'
24
24
  s.add_runtime_dependency 'maybe_client', '1.2'
25
25
 
@@ -256,11 +256,9 @@ describe ActiveSupport::Cache::FaultTolerantRedisStore do
256
256
 
257
257
  def with_notifications
258
258
  @events = [ ]
259
- ActiveSupport::Cache::FaultTolerantRedisStore.instrument = true
260
259
  ActiveSupport::Notifications.subscribe(/^cache_(.*)\.active_support$/) do |*args|
261
260
  @events << ActiveSupport::Notifications::Event.new(*args)
262
261
  end
263
262
  yield
264
- ActiveSupport::Cache::FaultTolerantRedisStore.instrument = false
265
263
  end
266
264
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fault_tolerant_redis-activesupport
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.5
4
+ version: 4.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luca Guidi
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-11-22 00:00:00.000000000 Z
13
+ date: 2018-03-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: redis-store
@@ -18,14 +18,14 @@ dependencies:
18
18
  requirements:
19
19
  - - "~>"
20
20
  - !ruby/object:Gem::Version
21
- version: 1.1.0
21
+ version: '1.4'
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - "~>"
27
27
  - !ruby/object:Gem::Version
28
- version: 1.1.0
28
+ version: '1.4'
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: activesupport
31
31
  requirement: !ruby/object:Gem::Requirement