Merge branch 'release/v0.0.6'

This commit is contained in:
2010-12-01 13:41:44 +00:00
3 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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