concerned_inheritance.gemspec in concerned_inheritance-0.0.1 vs concerned_inheritance.gemspec in concerned_inheritance-0.0.2

- old
+ new

@@ -8,10 +8,10 @@ gem.version = ConcernedInheritance::VERSION gem.authors = ["Jason Waldrip"] gem.email = ["jason@waldrip.net"] gem.description = %q{Place inheritance callbacks within your concerns.} gem.summary = %q{ConcernedInheritance, allows you to place inheritance callbacks within your concerns.} - gem.homepage = "" + gem.homepage = "https://github.com/jwaldrip/concerned_inheritance" 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"]