Skip to content

Commit

Permalink
Same gemspec formats everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Dec 18, 2015
1 parent eb5ca8e commit 83e3a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actioncable/actioncable.gemspec
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'

s.author = ['Pratik Naik', 'David Heinemeier Hansson']
s.email = ['pratiknaik@gmail.com', 'david@heinemeierhansson.com']
s.email = ['pratiknaik@gmail.com', 'david@loudthinking.com']
s.homepage = 'http://rubyonrails.org'

s.files = Dir['CHANGELOG.md', 'MIT-LICENSE', 'README.md', 'lib/**/*']
Expand Down
2 changes: 1 addition & 1 deletion actionmailer/actionmailer.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|

s.author = 'David Heinemeier Hansson'
s.email = 'david@loudthinking.com'
s.homepage = 'http://www.rubyonrails.org'
s.homepage = 'http://rubyonrails.org'

s.files = Dir['CHANGELOG.md', 'README.rdoc', 'MIT-LICENSE', 'lib/**/*']
s.require_path = 'lib'
Expand Down

0 comments on commit 83e3a17

Please sign in to comment.