actionview-component.gemspec in actionview-component-1.3.4 vs actionview-component.gemspec in actionview-component-1.3.5
- old
+ new
@@ -1,13 +1,14 @@
# coding: utf-8
# frozen_string_literal: true
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
+require "action_view/component/version"
Gem::Specification.new do |spec|
spec.name = "actionview-component"
- spec.version = "1.3.4"
+ spec.version = ActionView::Component::VERSION::STRING
spec.authors = ["GitHub Open Source"]
spec.email = ["opensource+actionview-component@github.com"]
spec.summary = %q{View components for Rails}
spec.description = %q{View components for Rails, intended for upstreaming in Rails 6.1}