Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJonne Haß <me@jhass.eu>2015-08-23 14:21:53 +0300
committerJonne Haß <me@jhass.eu>2015-08-23 14:21:53 +0300
commita7b854e74365e2661e41e2bb951faf480c18679c (patch)
tree9c967d885e343efe186d1a1651093c6923422f1b /bin
parenteddfa7cb5c868a8f13e6f3c86d56b753cf8c6406 (diff)
add haml-lint
Diffstat (limited to 'bin')
-rwxr-xr-xbin/haml-lint16
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/haml-lint b/bin/haml-lint
new file mode 100755
index 000000000..db990c177
--- /dev/null
+++ b/bin/haml-lint
@@ -0,0 +1,16 @@
+#!/usr/bin/env ruby
+#
+# This file was generated by Bundler.
+#
+# The application 'haml-lint' is installed as part of a gem, and
+# this file is here to facilitate running it.
+#
+
+require 'pathname'
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
+ Pathname.new(__FILE__).realpath)
+
+require 'rubygems'
+require 'bundler/setup'
+
+load Gem.bin_path('haml_lint', 'haml-lint')