template_gem.gemspec in template_gem-1.0.1 vs template_gem.gemspec in template_gem-1.0.2

- old
+ new

@@ -8,12 +8,11 @@ spec.version = TemplateGem::VERSION spec.authors = ["Sameer Siruguri"] spec.email = ["sameers.public@gmail.com"] spec.description = %q{This is a template gem that has some teachable moments.} spec.summary = %q{See how Gemfiles, Rakefiles, Gemspecs, and tests are written!} - spec.homepage = "" + spec.homepage = "http://www.github.com/siruguri/template_gem" spec.license = "MIT" - spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"]