aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/actionview.gemspec
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2016-03-10 07:54:36 +0100
committerXavier Noria <fxn@hashref.com>2016-03-10 07:55:42 +0100
commit841c74ccba78f7d300a87835649a949da18879ad (patch)
tree976e3db41546a7348bb692dcb633d79ab26a9fb7 /actionview/actionview.gemspec
parent1eb27fafa9453527d72100e7af83c4993924945d (diff)
downloadrails-841c74ccba78f7d300a87835649a949da18879ad.tar.gz
rails-841c74ccba78f7d300a87835649a949da18879ad.tar.bz2
rails-841c74ccba78f7d300a87835649a949da18879ad.zip
revises whitespace in the gemspec of AV [ci skip]
Diffstat (limited to 'actionview/actionview.gemspec')
-rw-r--r--actionview/actionview.gemspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/actionview/actionview.gemspec b/actionview/actionview.gemspec
index f34739de7a..8b0e031dee 100644
--- a/actionview/actionview.gemspec
+++ b/actionview/actionview.gemspec
@@ -9,11 +9,11 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.2.2'
- s.license = 'MIT'
+ s.license = 'MIT'
- s.author = 'David Heinemeier Hansson'
- s.email = 'david@loudthinking.com'
- s.homepage = 'http://rubyonrails.org'
+ s.author = 'David Heinemeier Hansson'
+ s.email = 'david@loudthinking.com'
+ s.homepage = 'http://rubyonrails.org'
s.files = Dir['CHANGELOG.md', 'README.rdoc', 'MIT-LICENSE', 'lib/**/*']
s.require_path = 'lib'