From 53c0bc1cf7602ff5f9ee54b18484fb0e232c8ce7 Mon Sep 17 00:00:00 2001 From: Philippe Weber Date: Tue, 24 May 2016 23:10:47 +0200 Subject: [PATCH] fix to allow direct execution of 'bundle install' Fixes #5355 --- .../templates/filter-plugin/logstash-filter-example.gemspec.erb | 2 +- .../templates/input-plugin/logstash-input-example.gemspec.erb | 2 +- .../templates/output-plugin/logstash-output-example.gemspec.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 ada485d36fb..5f910dc40fb 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 435fdcf875f..9f8543887b2 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 1d8613225f2..db396e1ff1c 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']