salted-rails.gemspec in salted-rails-0.0.2 vs salted-rails.gemspec in salted-rails-0.0.4

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |spec| spec.name = "salted-rails" spec.version = SaltedRails::VERSION spec.authors = ["Ian Heggie"] spec.email = ["ian@heggie.biz"] - spec.description = %q{Provision rails using salt for vagrant or capistrano controlled systems} - spec.summary = %q{Provision rails using salt for vagrant or capistrano controlled systems} + spec.description = %q{Provision rails using salt to vagrant or capistrano controlled systems} + spec.summary = %q{Provision rails using salt to vagrant or capistrano controlled systems. Uses details from .ruby-version, config/database.yml, Gemfile and Gemfile.lock to configure system} spec.homepage = "https://github.com/ianheggie/salted-rails" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }