summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Henrik Mai <lars.mai@kontinui.de>2014-09-21 11:23:51 +0200
committerLars Henrik Mai <lars.mai@kontinui.de>2014-09-21 11:23:51 +0200
commit454e1624b45107adb5d140dcdae3e7bfb554c88f (patch)
treeb809ba4e91c3dcfb2e016ef18a03d25ac37196e5
parent35239fc1f4641db1e602383b43cc29b151cde9b9 (diff)
added html2haml gem
-rw-r--r--Gemfile3
-rw-r--r--Gemfile.lock10
2 files changed, 13 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e391030..51aee43 100644
--- a/Gemfile
+++ b/Gemfile
@@ -22,3 +22,6 @@ gem "nokogiri"
# we use bootstrap-sass
gem "bootstrap-sass"
+
+# templating
+gem "html2haml"
diff --git a/Gemfile.lock b/Gemfile.lock
index 17095fc..7a42ab5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -35,6 +35,12 @@ GEM
hike (1.2.3)
hooks (0.4.0)
uber (~> 0.0.4)
+ hpricot (0.8.6)
+ html2haml (1.0.1)
+ erubis (~> 2.7.0)
+ haml (>= 4.0.0.rc.1)
+ hpricot (~> 0.8.6)
+ ruby_parser (~> 3.1.1)
http_parser.rb (0.5.3)
i18n (0.6.9)
json (1.8.1)
@@ -108,7 +114,10 @@ GEM
ffi (>= 0.5.0)
rb-kqueue (0.2.2)
ffi (>= 0.5.0)
+ ruby_parser (3.1.3)
+ sexp_processor (~> 4.1)
sass (3.2.19)
+ sexp_processor (4.4.4)
sprockets (2.12.0)
hike (~> 1.2)
multi_json (~> 1.0)
@@ -134,6 +143,7 @@ PLATFORMS
DEPENDENCIES
bootstrap-sass
builder (~> 3.0)
+ html2haml
middleman (~> 3.3.2)
middleman-blog (~> 3.5.2)
middleman-deploy