aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/plugin/templates
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-05-27 18:44:33 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-05-27 18:44:33 +0000
commite2ad603f52cd2414a104ab75b6d475d6cdd5ca7c (patch)
tree365ed878101bbf4f4ecd4d71c5f53aae582599d2 /railties/lib/rails_generator/generators/components/plugin/templates
parentd3b5db8919c61243c45ebd09254de20f4aa0cf1d (diff)
downloadrails-e2ad603f52cd2414a104ab75b6d475d6cdd5ca7c.tar.gz
rails-e2ad603f52cd2414a104ab75b6d475d6cdd5ca7c.tar.bz2
rails-e2ad603f52cd2414a104ab75b6d475d6cdd5ca7c.zip
Normalize whitespace. Closes #8385 [Time Pope]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6869 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/lib/rails_generator/generators/components/plugin/templates')
-rw-r--r--railties/lib/rails_generator/generators/components/plugin/templates/MIT-LICENSE2
-rw-r--r--railties/lib/rails_generator/generators/components/plugin/templates/README2
-rw-r--r--railties/lib/rails_generator/generators/components/plugin/templates/USAGE2
-rw-r--r--railties/lib/rails_generator/generators/components/plugin/templates/init.rb2
-rw-r--r--railties/lib/rails_generator/generators/components/plugin/templates/plugin.rb2
-rw-r--r--railties/lib/rails_generator/generators/components/plugin/templates/tasks.rake2
6 files changed, 6 insertions, 6 deletions
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