handy-css-rails.gemspec in handy-css-rails-0.0.6 vs handy-css-rails.gemspec in handy-css-rails-0.0.7

- old
+ new

@@ -3,10 +3,10 @@ Gem::Specification.new do |gem| gem.authors = ["Krishnaprasad Varma"] gem.email = ["krshnaprsad@gmail.com"] gem.description = %q{A rails gem to integrate handyCSS styles to your rails project.} - gem.summary = %q{HandyCSS is a bunch of helpful styles, developed with SCSS along with the famous Normalize.css which makes it easier to kick start any project. Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. } + gem.summary = %q{HandyCSS is a bunch of helpful styles, developed with SCSS which makes it easier to kick start any project. } gem.homepage = "https://github.com/kpvarma/handy-css-rails" 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)/})