Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
flippingbits committed Feb 7, 2011
1 parent ff553dd commit 4a65902
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions titan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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<rspec>, [">= 2.0.0"])
else
s.add_dependency(%q<rspec>, [">= 2.0.0"])
end
else
s.add_dependency(%q<rspec>, [">= 2.0.0"])
end
s.add_development_dependency("rspec")
end

0 comments on commit 4a65902

Please sign in to comment.