zebra-zpl.gemspec in zebra-zpl-1.0.0 vs zebra-zpl.gemspec in zebra-zpl-1.0.1

- old
+ new

@@ -8,9 +8,10 @@ spec.version = Zebra::Zpl::VERSION spec.authors = ["Barnabas Bulpett"] spec.email = ["barnabasbulpett@gmail.com"] spec.description = %q{Print labels using ZPL2 and Ruby} spec.summary = %q{Simple DSL to create labels and send them to a Zebra printer using Ruby, ZPL2 and CUPS} + spec.homepage = "https://github.com/bbulpett/zebra-zpl" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }