microformats-helper.gemspec in microformats-helper-0.3.1 vs microformats-helper.gemspec in microformats-helper-0.4.0

- old
+ new

@@ -10,9 +10,10 @@ gem.email = ["alexcppns@gmail.com"] gem.description = "Helper for microformats, possibility of nesting." gem.summary = "Helper for microformats, possibility of nesting." gem.homepage = "http://github.com/AlexCppns/microformats-helper" gem.add_runtime_dependency "activesupport" + gem.add_dependency "actionpack" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] end