Skip to content

Commit

Permalink
Merge branch 'stable' of git://github.com/nex3/haml into stable
Browse files Browse the repository at this point in the history
Conflicts:
	doc-src/HAML_CHANGELOG.md
  • Loading branch information
nex3 committed Sep 28, 2009
2 parents e1a9fd6 + dd250ff commit 812e728
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc-src/HAML_CHANGELOG.md
Expand Up @@ -12,6 +12,8 @@
as apparently happens sometimes in TextMate
(thanks to [Karl Varga](http://github.com/kjvarga).

* Add "Sass" to the `--version` string for the executables.

* Raise an exception when commas are omitted in static attributes
(e.g. `%p{:foo => "bar" :baz => "bang"}`).

Expand Down
2 changes: 2 additions & 0 deletions doc-src/SASS_CHANGELOG.md
Expand Up @@ -9,6 +9,8 @@
as apparently happens sometimes in TextMate
(thanks to [Karl Varga](http://github.com/kjvarga).

* Add "Sass" to the `--version` string for the executables.

## [2.2.5](http://github.com/nex3/haml/commit/2.2.5)

There were no changes made to Sass between versions 2.2.4 and 2.2.5.
Expand Down
2 changes: 1 addition & 1 deletion lib/haml/exec.rb
Expand Up @@ -73,7 +73,7 @@ def set_opts(opts)
end

opts.on_tail("-v", "--version", "Print version") do
puts("Haml #{::Haml.version[:string]}")
puts("Haml/Sass #{::Haml.version[:string]}")
exit
end
end
Expand Down

0 comments on commit 812e728

Please sign in to comment.