ruboty-hibari_bento 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ruboty/hibari_bento/actions/pull.rb +2 -2
- data/lib/ruboty/hibari_bento/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 909e460dd6581209fe36be39452c44649a10b828
|
4
|
+
data.tar.gz: 30f9fdab4b913d3a157996c320ca2861b02520e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19eefb6e17b96782a6a10c7881153a0508ee651513ec016a55a8705bfda2747b32f8d66c48e092a4f0a470dac22b98c8240d025d0f68483944e7cb1e849b0202
|
7
|
+
data.tar.gz: 0217d225d4eae14064e6cc7442a00cf9d392de3817fcbf22b51535bda9c9badcde08df52f292e4546d68feddcacfa441771310d41da7886a3ed4425b4f56e9ce
|
@@ -62,11 +62,11 @@ module Ruboty
|
|
62
62
|
end
|
63
63
|
|
64
64
|
def client
|
65
|
-
return @client ||= Redis::Namespace.new(REDIS_NAMESPACE, redis: redis)
|
65
|
+
return @client ||= ::Redis::Namespace.new(REDIS_NAMESPACE, redis: redis)
|
66
66
|
end
|
67
67
|
|
68
68
|
def redis
|
69
|
-
return Redis.new(url: redis_url)
|
69
|
+
return ::Redis.new(url: redis_url)
|
70
70
|
end
|
71
71
|
|
72
72
|
def redis_url
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruboty-hibari_bento
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Masaki Enjo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-02-
|
11
|
+
date: 2015-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ruboty
|