fix to allow direct execution of 'bundle install'

Fixes #5355
This commit is contained in:
Philippe Weber 2016-05-24 23:10:47 +02:00 committed by Suyog Rao
parent 1d5fc5735a
commit 53c0bc1cf7
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.licenses = ['Apache License (2.0)']
s.summary = 'TODO: Write a short summary, because Rubygems requires one.'
s.description = 'TODO: Write a longer description or delete this line.'
s.homepage = 'TODO: Put your plugin's website or public repo URL here.'
s.homepage = 'TODO: Put your plugin''s website or public repo URL here.'
s.authors = ['<%= author %>']
s.email = '<%= email %>'
s.require_paths = ['lib']

View file

@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.licenses = ['Apache License (2.0)']
s.summary = 'TODO: Write a short summary, because Rubygems requires one.'
s.description = '{TODO: Write a longer description or delete this line.'
s.homepage = 'TODO: Put your plugin's website or public repo URL here.'
s.homepage = 'TODO: Put your plugin''s website or public repo URL here.'
s.authors = ['<%= author %>']
s.email = '<%= email %>'
s.require_paths = ['lib']

View file

@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.licenses = ['Apache License (2.0)']
s.summary = 'TODO: Write a short summary, because Rubygems requires one.'
s.description = 'TODO: Write a longer description or delete this line.'
s.homepage = 'TODO: Put your plugin's website or public repo URL here.'
s.homepage = 'TODO: Put your plugin''s website or public repo URL here.'
s.authors = ['<%= author %>']
s.email = '<%= email %>'
s.require_paths = ['lib']