mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 13:26:39 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 24112e4705 | |||
| b9752ff92f | |||
| 14a093d79b | |||
| 84a05363dd |
10
Gemfile.lock
10
Gemfile.lock
@@ -1,10 +1,10 @@
|
|||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
redistat (0.0.4)
|
redistat (0.0.6)
|
||||||
activesupport (>= 2.3.0)
|
activesupport (>= 2.3.0)
|
||||||
json (>= 1.4.6)
|
json (>= 1.4.0)
|
||||||
redis (>= 2.1.1)
|
redis (>= 2.1.0)
|
||||||
system_timer (>= 1.0.0)
|
system_timer (>= 1.0.0)
|
||||||
time_ext (>= 0.2.8)
|
time_ext (>= 0.2.8)
|
||||||
|
|
||||||
@@ -35,8 +35,8 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activesupport (>= 2.3.0)
|
activesupport (>= 2.3.0)
|
||||||
json (>= 1.4.6)
|
json (>= 1.4.0)
|
||||||
redis (>= 2.1.1)
|
redis (>= 2.1.0)
|
||||||
redistat!
|
redistat!
|
||||||
rspec (>= 2.1.0)
|
rspec (>= 2.1.0)
|
||||||
system_timer (>= 1.0.0)
|
system_timer (>= 1.0.0)
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module Redistat
|
module Redistat
|
||||||
VERSION = "0.0.5"
|
VERSION = "0.0.6"
|
||||||
end
|
end
|
||||||
@@ -20,8 +20,8 @@ Gem::Specification.new do |s|
|
|||||||
s.require_paths = ["lib"]
|
s.require_paths = ["lib"]
|
||||||
|
|
||||||
s.add_runtime_dependency 'activesupport', '>= 2.3.0'
|
s.add_runtime_dependency 'activesupport', '>= 2.3.0'
|
||||||
s.add_runtime_dependency 'json', '>= 1.4.6'
|
s.add_runtime_dependency 'json', '>= 1.4.0'
|
||||||
s.add_runtime_dependency 'redis', '>= 2.1.1'
|
s.add_runtime_dependency 'redis', '>= 2.1.0'
|
||||||
s.add_runtime_dependency 'system_timer', '>= 1.0.0'
|
s.add_runtime_dependency 'system_timer', '>= 1.0.0'
|
||||||
s.add_runtime_dependency 'time_ext', '>= 0.2.8'
|
s.add_runtime_dependency 'time_ext', '>= 0.2.8'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user