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

- old
+ new

@@ -8,10 +8,10 @@ gem.version = Microformats::Helper::VERSION gem.authors = ["Alexandre Coppens"] gem.email = ["alexcppns@gmail.com"] gem.description = "Helper for microformats, possibility of nesting." gem.summary = "Helper for microformats, possibility of nesting." - gem.homepage = "" + gem.homepage = "http://github.com/AlexCppns/microformats-helper" gem.add_runtime_dependency "activesupport" 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"]