Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed May 14, 2012
1 parent ef95c20 commit f583a27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

Please also have a look at the [Haml Coffee Changelog](https://github.com/9elements/haml-coffee/blob/master/CHANGELOG.md).

## 0.9.1 - Mail 14, 2012

- Upgrade to Haml Coffee 0.7.1

## 0.9.0 - Mail 9, 2012

- Upgrade to Haml Coffee 0.7.0
Expand Down
2 changes: 1 addition & 1 deletion lib/haml_coffee_assets/version.rb
@@ -1,5 +1,5 @@
# coding: UTF-8

module HamlCoffeeAssets
VERSION = '0.9.0' unless defined?(HamlCoffeeAssets::VERSION)
VERSION = '0.9.1' unless defined?(HamlCoffeeAssets::VERSION)
end
2 changes: 1 addition & 1 deletion lib/js/haml-coffee.js
Expand Up @@ -1087,7 +1087,7 @@ require.define("/nodes/haml.js", function (require, module, exports, __dirname,
doctype: doctype
};
}
tokens = exp.match(/^((?:[#%\.][a-z0-9_:\-]*[\/]?)+)(?:([\(\{].*[\)\}])?([\<\>]{0,2})(?=[=&!~])(.*)?|([\(\{].*[\)\}])?([\<\>]{0,2}))(.*)?/i);
tokens = exp.match(/^((?:[#%\.][a-z0-9_:\-]*[\/]?)+)(?:([\(].*[\)]|[\{].*[\}])?([\<\>]{0,2})(?=[=&!~])(.*)?|([\(].*[\)]|[\{].*[\}])?([\<\>]{0,2}))(.*)?/i);

This comment has been minimized.

Copy link
@AlexanderPavlenko

AlexanderPavlenko May 14, 2012

omg, it's serious shit %)

haml = tokens[1];
attributes = tokens[2] || tokens[5];
whitespace = tokens[3] || tokens[6];
Expand Down

0 comments on commit f583a27

Please sign in to comment.