style_palette.gemspec in style_palette-0.0.3 vs style_palette.gemspec in style_palette-0.0.5

- old
+ new

@@ -8,10 +8,10 @@ spec.version = StylePalette::VERSION spec.authors = ["Fernando Guillen"] spec.email = ["fguillen.mail@gmail.com"] spec.description = "Create collections of stylized labels without effort" spec.summary = "Create collections of stylized labels without effort" - spec.homepage = "https://raw.github.com/fguillen/StylePalette" + spec.homepage = "https://github.com/fguillen/StylePalette" 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)/})