mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 13:26:39 +00:00
Merge branch 'dev' of github.com:jimeh/redistat into dev
This commit is contained in:
10
Gemfile.lock
10
Gemfile.lock
@@ -1,10 +1,10 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
redistat (0.0.4)
|
||||
redistat (0.0.6)
|
||||
activesupport (>= 2.3.0)
|
||||
json (>= 1.4.6)
|
||||
redis (>= 2.1.1)
|
||||
json (>= 1.4.0)
|
||||
redis (>= 2.1.0)
|
||||
system_timer (>= 1.0.0)
|
||||
time_ext (>= 0.2.8)
|
||||
|
||||
@@ -35,8 +35,8 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
activesupport (>= 2.3.0)
|
||||
json (>= 1.4.6)
|
||||
redis (>= 2.1.1)
|
||||
json (>= 1.4.0)
|
||||
redis (>= 2.1.0)
|
||||
redistat!
|
||||
rspec (>= 2.1.0)
|
||||
system_timer (>= 1.0.0)
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module Redistat
|
||||
VERSION = "0.0.5"
|
||||
VERSION = "0.0.6"
|
||||
end
|
||||
@@ -20,8 +20,8 @@ Gem::Specification.new do |s|
|
||||
s.require_paths = ["lib"]
|
||||
|
||||
s.add_runtime_dependency 'activesupport', '>= 2.3.0'
|
||||
s.add_runtime_dependency 'json', '>= 1.4.6'
|
||||
s.add_runtime_dependency 'redis', '>= 2.1.1'
|
||||
s.add_runtime_dependency 'json', '>= 1.4.0'
|
||||
s.add_runtime_dependency 'redis', '>= 2.1.0'
|
||||
s.add_runtime_dependency 'system_timer', '>= 1.0.0'
|
||||
s.add_runtime_dependency 'time_ext', '>= 0.2.8'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user