Skip to content

Commit e11549b

Browse files
author
azranel
committed
Add new lines at end of some files
1 parent 9806b90 commit e11549b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
= yield
1+
= yield
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
%h1= class_name + "#" + @action
22

33
%p
4-
= @greeting + ", find me in <%= @path %>"
4+
= @greeting + ", find me in <%= @path %>"

lib/haml-rails/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Haml
22
module Rails
3-
VERSION = "0.9.0"
3+
VERSION = "0.9.1"
44
end
5-
end
5+
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
require_generators :haml => ['scaffold', 'controller', 'mailer']
1+
require_generators :haml => ['scaffold', 'controller', 'mailer']

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ def require_generators(generator_list)
7676
MiniTest::Unit.after_tests do
7777
tmp_dir = File.expand_path(File.join(File.dirname(__FILE__), '..', 'tmp'))
7878
FileUtils.rm_r(tmp_dir)
79-
end
79+
end

0 commit comments

Comments
 (0)