maclight.gemspec in maclight-1.0.0 vs maclight.gemspec in maclight-1.0.1

- old
+ new

@@ -8,10 +8,10 @@ gem.version = MacLight::VERSION gem.authors = ["Moe"] gem.email = ["moe@busyloop.net"] gem.description = %q{Control your Mac keyboard LEDs (capslock, numlock)} gem.summary = %q{Control your Mac keyboard LEDs (capslock, numlock)} - gem.homepage = "" + gem.homepage = "https://github.com/busyloop/maclight" 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"]