Skip to content

Commit 536a92d

Browse files
committed
Changes to the gemspec
1 parent 9a1eb48 commit 536a92d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csscss.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Gem::Specification.new do |gem|
99
gem.authors = ["Zach Moazeni"]
1010
gem.email = ["zach.moazeni@gmail.com"]
1111
gem.description = %q{A CSS redundancy analyzer that analyzes redundancy.}
12-
gem.summary = %q{A CSS redundancy analyzer that analyzes redundancy.}
13-
gem.homepage = ""
12+
gem.summary = %q{csscss will parse any CSS files you give it and let you know which rulesets have duplicated declarations.}
13+
gem.homepage = "http://zmoazeni.github.com/csscss/"
1414

1515
gem.files = `git ls-files`.split($/)
1616
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)