invoice.gemspec in invoice-1.0.1 vs invoice.gemspec in invoice-1.0.2

- old
+ new

@@ -8,10 +8,10 @@ gem.version = Invoice::VERSION gem.authors = ["drKreso"] gem.email = ["kresimir.bojcic@gmail.com"] gem.description = %q{Simple .pdf invoice generator for Croatia} gem.summary = %q{Generate your invoices with less effort} - gem.homepage = "" + gem.homepage = "https://github.com/drKreso/invoice" 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"]