thomler.gemspec in thomler-0.0.4 vs thomler.gemspec in thomler-0.0.5

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Thomler::VERSION spec.authors = ["Thomas Osborn"] spec.email = ["trosborn@gmail.com"] spec.description = %q{Ruby on Thomler} spec.summary = %q{Thomler is an opinionated MVC framework written in the Ruby programming language. All credit to Rebuilding Rails.} - spec.homepage = "" + spec.homepage = "http://www.trosborn.com" 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)/})