mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Add some documentation about haml-edge.
This commit is contained in:
parent
398bbe0304
commit
27891c5a13
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
require 'rubygems'
|
||||
require 'rake'
|
||||
|
||||
# Note that Haml's gem-compilation process requires access to the filesystem.
|
||||
# This means that it cannot be automatically run by e.g. GitHub's gem system.
|
||||
# However, a build server automatically packages the master branch
|
||||
# every time it's pushed to; this is made available as the haml-edge gem.
|
||||
HAML_GEMSPEC = Gem::Specification.new do |spec|
|
||||
spec.rubyforge_project = 'haml'
|
||||
spec.name = File.exist?('EDGE_GEM_VERSION') ? 'haml-edge' : 'haml'
|
||||
|
|
Loading…
Add table
Reference in a new issue