tal_style.gemspec in tal_style-1.0.0 vs tal_style.gemspec in tal_style-1.0.1

- old
+ new

@@ -1,21 +1,17 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = %q{tal_style} - spec.version = '1.0.0' + spec.version = '1.0.1' spec.authors = ['The Appraisal Lane', 'Esteban Bordon'] spec.email = ['developers@theappraisallane.com', 'ebordon@gmail.com'] spec.summary = %q{Style guides to develop TAL applications in rails} spec.description = 'Configuration files and other snippets to help you apply standards across multiple projects' spec.homepage = 'https://github.com/theappraisallane/rails-tal-style' spec.license = 'MIT' - - spec.post_install_message = <<-ENDOFMESSAGE -TAL styles were installed! - ENDOFMESSAGE spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.require_paths = ['lib'] spec.add_dependency 'rubocop', '~> 0.51', '< 0.65'