rab.gemspec in rab-0.0.1 vs rab.gemspec in rab-0.1.0

- old
+ new

@@ -6,10 +6,10 @@ Gem::Specification.new do |spec| spec.name = "rab" spec.version = Rab::VERSION spec.authors = ["Jingwen Owen Ou"] spec.email = ["jingweno@gmail.com"] - spec.summary = %q{Rails Assets Buidler (RAB) builds Rails asset from a bower project.} + spec.summary = %q{Rails Assets Buidler (RAB) builds Rails asset as a gem from a bower project.} spec.homepage = "https://github.com/jingweno/rab" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }