phare.gemspec in phare-0.3 vs phare.gemspec in phare-0.4

- old
+ new

@@ -6,18 +6,19 @@ Gem::Specification.new do |spec| spec.name = 'phare' spec.version = Phare::VERSION spec.authors = ['Rémi Prévost'] spec.email = ['remi@exomel.com'] - spec.description = '' - spec.summary = '' + spec.description = 'Phare looks into your files and check for (Ruby, JavaScript and SCSS) coding style errors.' + spec.summary = spec.description spec.homepage = 'https://github.com/mirego/phare' spec.license = 'BSD 3-Clause' 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)/}) spec.require_paths = ["lib"] spec.add_development_dependency 'bundler', '~> 1.3' spec.add_development_dependency 'rake' + spec.add_development_dependency 'rspec', '~> 3.0.0.beta2' end