actionview-component.gemspec in actionview-component-1.16.0 vs actionview-component.gemspec in actionview-component-1.17.0

- old
+ new

@@ -9,12 +9,11 @@ spec.name = "actionview-component" spec.version = ViewComponent::VERSION::STRING spec.authors = ["GitHub Open Source"] spec.email = ["opensource+view_component@github.com"] - spec.summary = %q{View components for Rails} - spec.description = %q{View components for Rails} + spec.summary = %q{MOVED to view_component.} spec.homepage = "https://github.com/github/view_component" spec.license = "MIT" # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host. @@ -32,15 +31,17 @@ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.required_ruby_version = ">= 2.3.0" - spec.add_runtime_dependency "capybara", ">= 3" - spec.add_development_dependency "bundler", ">= 1.14" + spec.add_runtime_dependency "capybara", "~> 3" + spec.add_development_dependency "bundler", "~> 1.14" spec.add_development_dependency "rake", "~> 13.0" spec.add_development_dependency "minitest", "= 5.1.0" spec.add_development_dependency "haml", "~> 5" spec.add_development_dependency "slim", "~> 4.0" spec.add_development_dependency "better_html", "~> 1" spec.add_development_dependency "rubocop", "= 0.74" spec.add_development_dependency "rubocop-github", "~> 0.13.0" + + spec.post_install_message = "WARNING: actionview-component has been renamed to view_component, and will no longer be published in this namespace. Please update your Gemfile to use view_component." end