mirror of https://github.com/rails/rails
Remove comment from `actiontext/actiontext.gemspec`
This comment was autogenerated, see `railties/lib/rails/generators/rails/plugin/templates/%name%.gemspec.tt` Since actiontext is well described in this file, I think we shouldn't keep this comment. Note that this commit is more like cosmetic change, so it is OK if we don't merge this.
This commit is contained in:
parent
86517942e4
commit
b04b008b3d
|
@ -2,7 +2,6 @@
|
|||
|
||||
version = File.read(File.expand_path("../RAILS_VERSION", __dir__)).strip
|
||||
|
||||
# Describe your gem and declare its dependencies:
|
||||
Gem::Specification.new do |s|
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.name = "actiontext"
|
||||
|
|
Loading…
Reference in New Issue