mredis 1.0.3 → 1.0.5

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MDEzMDY1MDhkZmNjNWFiMDMxMTZlNjc0MGY3ZmQ0NTVjYmIwZjE3Mw==
4
+ MzEzNmU3ZjNiZDU4NjAwMmEwMDcwNmM4Y2EyYzE1ODU3NjNhODljNA==
5
5
  data.tar.gz: !binary |-
6
- M2YwZWYxZjUwNzJmOWM3ZTA4ZWFhNDlhMjg0YTk5OWZmOGZmMzA0MQ==
6
+ N2U3NjA2MDljMzY1ZWZlOTdmMzk2M2YzOGI1ZmJjMDM0NWRiYmU0Mg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZjI5OTRmMzIwMGVkMGY1ZDQ0ZjQ2MmEzZTEzNTAyZjhiNzA1NTk2MDVhZTEy
10
- M2FlZTM5YjdhZjZjOWVmYWQwZmQ1NzBlMWVkOWQ4OTA5YzI3MzA5Mzc1ZDk5
11
- N2ViZDE0ODYwZWFmZDY2MWIzZjEwODgzNjBiODc4NTIwY2M2MmI=
9
+ YTU1ZDA3MjE3YWZhNzU2MDg3MDY0YjFkNWUyNmYyZTkzNzE1MDM4NTAyZTIw
10
+ ZTk3NGYwYjdhZDE1MmVjZTFhMzAwNWM0ZmM2ZWI0YmZmYzE5OTY5ZDE3ZWM3
11
+ Mjk2MjJjOTdjM2RmMzZhNzczNzI3Njg0YmRjMjZjYmZjNjViNTY=
12
12
  data.tar.gz: !binary |-
13
- YWFhYmUzYmJhNjg1YjU1ZTIyMTRlZTBkMDE5YzBiZGIyMGQ2NzA5ZjhjYzQ4
14
- YWY5YjRmZThhMGFmMDQ4ODc0ZjVjYzE3YjU5ODFkMTU3OGMwZTE5Y2MyZTZj
15
- ZTU4MTQyMzYwODRjNGY0ZmFlODc4ZDJkMDk2MDVlNjRhODc5YjQ=
13
+ MDM0NTk0NmEyYmMwMzAzYzA0YjFmZmE1ZDVmYmE5MGNjMTY0Nzk5YWM4NzQ5
14
+ ODhjYWJlYTBjYWU2YzA2MTY5MTk5ZjUwOTYwMWFmN2VhYjNmOTRhZmRjZTVl
15
+ NjU2ZmM5Y2I1MzRlY2NhNGZmMTk4MmYyZGRmM2MzZTY1MWFjYWE=
@@ -1,11 +1,11 @@
1
1
  # encoding: utf-8
2
2
  require "mredis/version"
3
3
 
4
- #require "mredis/config"
4
+ require "mredis/config"
5
5
  require "mredis/fetch"
6
6
  require "mredis/mget"
7
7
  require "redis"
8
8
 
9
9
  module Mredis
10
- #extend Config
10
+ extend Config
11
11
  end
@@ -9,7 +9,7 @@ module Mredis
9
9
 
10
10
  def configure
11
11
  yield self
12
- $redis = Redis.new(:host => host, :port => port, :db => db)
12
+ $mredis = Redis.new(:host => host, :port => port, :db => db)
13
13
  end
14
14
  end
15
15
  end
@@ -1,3 +1,3 @@
1
1
  module Mredis
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.5"
3
3
  end
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Mredis::VERSION
9
9
  spec.authors = ["Dao Anh Khoa"]
10
10
  spec.email = ["khoada@lifetimetech.vn"]
11
- spec.description = "Use redis to save and suggestion keyword"
12
- spec.summary = "Search suggestion"
11
+ spec.description = "Multi method for redis (get, set, mget, incr, desc counter)"
12
+ spec.summary = "Redis method support"
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mredis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dao Anh Khoa
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ! '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: Use redis to save and suggestion keyword
41
+ description: Multi method for redis (get, set, mget, incr, desc counter)
42
42
  email:
43
43
  - khoada@lifetimetech.vn
44
44
  executables: []
@@ -79,5 +79,5 @@ rubyforge_project:
79
79
  rubygems_version: 2.2.2
80
80
  signing_key:
81
81
  specification_version: 4
82
- summary: Search suggestion
82
+ summary: Redis method support
83
83
  test_files: []