We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1eb48 commit 536a92dCopy full SHA for 536a92d
csscss.gemspec
@@ -9,8 +9,8 @@ Gem::Specification.new do |gem|
9
gem.authors = ["Zach Moazeni"]
10
gem.email = ["zach.moazeni@gmail.com"]
11
gem.description = %q{A CSS redundancy analyzer that analyzes redundancy.}
12
- gem.summary = %q{A CSS redundancy analyzer that analyzes redundancy.}
13
- gem.homepage = ""
+ gem.summary = %q{csscss will parse any CSS files you give it and let you know which rulesets have duplicated declarations.}
+ gem.homepage = "http://zmoazeni.github.com/csscss/"
14
15
gem.files = `git ls-files`.split($/)
16
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
0 commit comments