diff --git a/lib/pluginmanager/templates/filter-plugin/logstash-filter-example.gemspec.erb b/lib/pluginmanager/templates/filter-plugin/logstash-filter-example.gemspec.erb index ada485d36..5f910dc40 100644 --- a/lib/pluginmanager/templates/filter-plugin/logstash-filter-example.gemspec.erb +++ b/lib/pluginmanager/templates/filter-plugin/logstash-filter-example.gemspec.erb @@ -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'] diff --git a/lib/pluginmanager/templates/input-plugin/logstash-input-example.gemspec.erb b/lib/pluginmanager/templates/input-plugin/logstash-input-example.gemspec.erb index 435fdcf87..9f8543887 100644 --- a/lib/pluginmanager/templates/input-plugin/logstash-input-example.gemspec.erb +++ b/lib/pluginmanager/templates/input-plugin/logstash-input-example.gemspec.erb @@ -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'] diff --git a/lib/pluginmanager/templates/output-plugin/logstash-output-example.gemspec.erb b/lib/pluginmanager/templates/output-plugin/logstash-output-example.gemspec.erb index 1d8613225..db396e1ff 100644 --- a/lib/pluginmanager/templates/output-plugin/logstash-output-example.gemspec.erb +++ b/lib/pluginmanager/templates/output-plugin/logstash-output-example.gemspec.erb @@ -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']