diff --git a/titan.gemspec b/titan.gemspec index 2e696ae..efa4eb0 100644 --- a/titan.gemspec +++ b/titan.gemspec @@ -19,18 +19,5 @@ Gem::Specification.new do |s| s.summary = %q{Helps you creating and managing daemon threads with Ruby.} s.add_dependency("thor") - - if s.respond_to? :specification_version then - current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION - s.specification_version = 3 - - if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_development_dependency(%q, [">= 2.0.0"]) - else - s.add_dependency(%q, [">= 2.0.0"]) - end - else - s.add_dependency(%q, [">= 2.0.0"]) - end + s.add_development_dependency("rspec") end -