1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Get rid of the FSSM submodule.

This commit is contained in:
Nathan Weizenbaum 2010-08-22 16:07:26 -07:00
parent fd9a367bff
commit 0537bc252e
4 changed files with 2 additions and 12 deletions

3
.gitmodules vendored
View file

@ -1,6 +1,3 @@
[submodule "test/haml/spec"]
path = test/haml/spec
url = git://github.com/norman/haml-spec.git
[submodule "vendor/fssm"]
path = vendor/fssm
url = git://github.com/ttilley/fssm

View file

@ -119,11 +119,6 @@ task :submodules do
if File.exist?(File.dirname(__FILE__) + "/.git")
sh %{git submodule sync}
sh %{git submodule update --init}
elsif !File.exist?(File.dirname(__FILE__) + "/vendor/fssm/lib")
warn <<WARN
WARNING: vendor/fssm doesn't exist, and this isn't a git repository so
I can't get it automatically!
WARN
end
end

View file

@ -26,9 +26,8 @@ HAML_GEMSPEC = Gem::Specification.new do |spec|
readmes = Dir['*'].reject{ |x| x =~ /(^|[^.a-z])[a-z]+/ || x == "TODO" }
spec.executables = ['haml', 'html2haml']
spec.files = Dir['rails/init.rb', 'lib/**/*', 'vendor/**/*',
'bin/*', 'test/**/*', 'extra/**/*', 'Rakefile', 'init.rb',
'.yardopts'] + readmes
spec.files = Dir['rails/init.rb', 'lib/**/*', 'bin/*', 'test/**/*',
'extra/**/*', 'Rakefile', 'init.rb', '.yardopts'] + readmes
spec.homepage = 'http://haml-lang.com/'
spec.has_rdoc = false
spec.test_files = Dir['test/**/*_test.rb']

1
vendor/fssm vendored

@ -1 +0,0 @@
Subproject commit 116ffbea3de69c6c72398b0514f057cabf65cdbb