Hoe.rake in automateit-0.71226.1 vs Hoe.rake in automateit-0.71230

- old
+ new

@@ -23,11 +23,10 @@ title = "AutomateIt: Open source server automation" s.author = "Igal Koshevoy" s.changes = s.paragraphs_of('CHANGES.txt', 0).join("\n") s.description = slogan s.email = "igal@pragmaticraft.com" - # TODO Remove dependency on activesupport and builder - s.extra_deps = [["activesupport", ">= 1.4"], ["builder", ">= 2.0"], ["open4", ">= 0.9"]] + s.extra_deps = [["open4", ">= 0.9"]] s.name = "automateit" s.summary = slogan s.url = "http://automateit.org/" s.spec_extras = { :platform => Gem::Platform::RUBY,