Skip to content

Commit 2aae8fd

Browse files
committed
Version 0.9.0
1 parent 137882f commit 2aae8fd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ Haml-rails provides Haml generators for Rails 4. It also enables Haml as the tem
44

55
To use it, add this line to your Gemfile:
66

7-
gem "haml-rails", "~> 0.8"
7+
gem "haml-rails", "~> 0.9"
88

99
This ensures that:
10-
* Any time you generate a controller or scaffold, you'll get Haml templates (instead of ERB)
10+
11+
* Any time you generate a resource, view, or mailer, you'll get Haml templates (instead of ERB)
1112
* When your Rails application loads, Haml will be loaded and initialized automatically
1213
* Haml templates will be respected by the view template cache digestor
1314

lib/haml-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Haml
22
module Rails
3-
VERSION = "0.8.2"
3+
VERSION = "0.9.0"
44
end
55
end

0 commit comments

Comments
 (0)