Merge branch 'dev' of github.com:jimeh/redistat into dev

This commit is contained in:
2010-12-09 22:42:55 +00:00
3 changed files with 8 additions and 8 deletions

View File

@@ -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)

View File

@@ -1,3 +1,3 @@
module Redistat
VERSION = "0.0.5"
VERSION = "0.0.6"
end

View File

@@ -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'