From e2ad603f52cd2414a104ab75b6d475d6cdd5ca7c Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 27 May 2007 18:44:33 +0000 Subject: Normalize whitespace. Closes #8385 [Time Pope] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6869 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../rails_generator/generators/components/plugin/templates/MIT-LICENSE | 2 +- .../lib/rails_generator/generators/components/plugin/templates/README | 2 +- .../lib/rails_generator/generators/components/plugin/templates/USAGE | 2 +- .../lib/rails_generator/generators/components/plugin/templates/init.rb | 2 +- .../rails_generator/generators/components/plugin/templates/plugin.rb | 2 +- .../rails_generator/generators/components/plugin/templates/tasks.rake | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'railties/lib/rails_generator/generators/components/plugin') diff --git a/railties/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE b/railties/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE index 6600438d64..570ecf8706 100644 --- a/railties/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE +++ b/railties/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE @@ -17,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/railties/lib/rails_generator/generators/components/plugin/templates/README b/railties/lib/rails_generator/generators/components/plugin/templates/README index c2e3fad36e..0a3378f1b9 100644 --- a/railties/lib/rails_generator/generators/components/plugin/templates/README +++ b/railties/lib/rails_generator/generators/components/plugin/templates/README @@ -10,4 +10,4 @@ Example Example goes here. -Copyright (c) 2007 [name of plugin creator], released under the MIT license \ No newline at end of file +Copyright (c) 2007 [name of plugin creator], released under the MIT license diff --git a/railties/lib/rails_generator/generators/components/plugin/templates/USAGE b/railties/lib/rails_generator/generators/components/plugin/templates/USAGE index f927799428..ea9f4f12cc 100644 --- a/railties/lib/rails_generator/generators/components/plugin/templates/USAGE +++ b/railties/lib/rails_generator/generators/components/plugin/templates/USAGE @@ -5,4 +5,4 @@ Example: ./script/generate <%= file_name %> Thing This will create: - what/will/it/create \ No newline at end of file + what/will/it/create diff --git a/railties/lib/rails_generator/generators/components/plugin/templates/init.rb b/railties/lib/rails_generator/generators/components/plugin/templates/init.rb index ada2eece96..3c19a743c9 100644 --- a/railties/lib/rails_generator/generators/components/plugin/templates/init.rb +++ b/railties/lib/rails_generator/generators/components/plugin/templates/init.rb @@ -1 +1 @@ -# Include hook code here \ No newline at end of file +# Include hook code here diff --git a/railties/lib/rails_generator/generators/components/plugin/templates/plugin.rb b/railties/lib/rails_generator/generators/components/plugin/templates/plugin.rb index 1fa5b9028f..d8d908a959 100644 --- a/railties/lib/rails_generator/generators/components/plugin/templates/plugin.rb +++ b/railties/lib/rails_generator/generators/components/plugin/templates/plugin.rb @@ -1 +1 @@ -# <%= class_name %> \ No newline at end of file +# <%= class_name %> diff --git a/railties/lib/rails_generator/generators/components/plugin/templates/tasks.rake b/railties/lib/rails_generator/generators/components/plugin/templates/tasks.rake index 5222b22c27..72920a9d3a 100644 --- a/railties/lib/rails_generator/generators/components/plugin/templates/tasks.rake +++ b/railties/lib/rails_generator/generators/components/plugin/templates/tasks.rake @@ -1,4 +1,4 @@ # desc "Explaining what the task does" # task :<%= file_name %> do # # Task goes here -# end \ No newline at end of file +# end -- cgit v1.2.3