snapstats 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eece7c49770b47faa4ddbbcfceac38deac8b3609
4
- data.tar.gz: 472bdc6c237d80e9013309acbaf0ec4b8ea48f23
3
+ metadata.gz: ffc02865734c12cb306c2c32bd439cf17499179b
4
+ data.tar.gz: 9e1e897b0beb60482dc1c500a6b58de565db0924
5
5
  SHA512:
6
- metadata.gz: bceab64fbc63c1e0ae7c677b6d949605b8b3940a6dd9fbecd55f1ca7025ebe61a636aed6267345e9b02e76c7b04338232ee297ed868879d9e7f6b9b6f4689bec
7
- data.tar.gz: 780d1c312e68e970ce374165c8456b82cb7528ba85e40b6ad7696b77a4b325d544a1401682ecc5f4b2fac5340fb5453e889af19a9d8d92f9e6d63e21844f45e6
6
+ metadata.gz: 9d4c95a2511de658510462d811b1e389d61dd37376251442fd1a0c7b9fbc6edcbd937c1ed817199067c0b097088da21a29e556bc171287b7a6fd5040e208ebf6
7
+ data.tar.gz: 400c8554843d3b8013fcbeb5322d8c4aeba51db652b741ac476da9dd03b399daf237c292848c30e94421ce0db6ba767b34fde64929213a0bf2e7b01b87cf282e
data/lib/ext/redis.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Snapstats
2
-
2
+
3
3
  def self.redis
4
- @@redis # ||= Redis.new(:host => 'localhost', :port => 6379)
4
+ @@redis ||= nil # ||= Redis.new(:host => 'localhost', :port => 6379)
5
5
  end
6
6
 
7
7
  def self.set_redis opt={}
@@ -1,3 +1,3 @@
1
1
  module Snapstats
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snapstats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - s3k