redis-activesupport-with-cas 0.0.1 → 0.0.2

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: 4abb278597b98f98b1c3cd0a48e5ab19483c7e49
4
- data.tar.gz: 93388de649c88393897dd81f98a8dbfd6ac8616d
3
+ metadata.gz: c428ba45210cf50e937fbd6a843fe7da743b8929
4
+ data.tar.gz: d0b795e603fee22a9771a95839a8f4369b5772af
5
5
  SHA512:
6
- metadata.gz: a718347768ba3d70de2b1fd1d621aaaee364bc730ab1079bc450437161bba2f2b889d865c7ba49187e3a11ff73c90cc5c4d8300cb41255c7e80a8a81e25ae554
7
- data.tar.gz: 80291ac50fa93373fe0701fc9f432da8b22776a90f3fee3293fca476da71b3f648379edbb2f5260e1070b708a4ad2c0815cd450c48342241d3e9c0c2dd9f5746
6
+ metadata.gz: fcfac6c7194ccc4617c8bbacc6b5ad9e117a14da817468fb8bab616c7d5334ec0b4a0792071e0a4966f3b46718a81a9479f6c19d84d555e565db652922b40499
7
+ data.tar.gz: 23309c1c8403d9384560331c3455200f9420108dd4cff4a2ec9c395931f8818166f1cfbbc73606e79142787f8967cb8e2ab778c0a2f05338df324c7cb78105fd
@@ -61,7 +61,7 @@ module ActiveSupport
61
61
  class RedisStoreWithCas < RedisStore
62
62
 
63
63
  def initialize(*adresses)
64
- super adresses
64
+ super
65
65
  check_and_extend_cas
66
66
  end
67
67
 
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'redis-activesupport-with-cas'
6
- s.version = '0.0.1'
6
+ s.version = '0.0.2'
7
7
  s.authors = ['Rajko Albrecht']
8
8
  s.email = ['ral@alwins-world.de']
9
9
  s.homepage = 'https://git.alwin-it.de/alwin/redis-activesupport-with-cas'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redis-activesupport-with-cas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rajko Albrecht
@@ -229,7 +229,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
229
229
  version: '0'
230
230
  requirements: []
231
231
  rubyforge_project: redis-activesupport-with-cas
232
- rubygems_version: 2.6.11
232
+ rubygems_version: 2.5.1
233
233
  signing_key:
234
234
  specification_version: 4
235
235
  summary: Extend redis activesupport for Ruby frameworks with cas