haml-edge 3.1.64 → 3.1.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/EDGE_GEM_VERSION +1 -1
- data/README.md +3 -2
- data/VERSION +1 -1
- metadata +2 -2
data/EDGE_GEM_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.
|
|
1
|
+
3.1.65
|
data/README.md
CHANGED
|
@@ -29,8 +29,9 @@ For more information on these commands, check out
|
|
|
29
29
|
haml --help
|
|
30
30
|
sass --help
|
|
31
31
|
|
|
32
|
-
To install Haml and Sass
|
|
33
|
-
just
|
|
32
|
+
To install Haml and Sass in Rails 2,
|
|
33
|
+
just add `gem "haml"` to `config/environment.rb`.
|
|
34
|
+
In Rails 3, add `gem "haml"` to your Gemfile instead.
|
|
34
35
|
and both Haml and Sass will be installed.
|
|
35
36
|
Views with the `.html.haml` extension will automatically use Haml.
|
|
36
37
|
Sass is a little more complicated;
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.
|
|
1
|
+
3.1.65
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: haml-edge
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.65
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Weizenbaum
|
|
@@ -11,7 +11,7 @@ autorequire:
|
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
13
|
|
|
14
|
-
date: 2010-08-
|
|
14
|
+
date: 2010-08-16 00:00:00 -04:00
|
|
15
15
|
default_executable:
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|