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:
parent
fd9a367bff
commit
0537bc252e
4 changed files with 2 additions and 12 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
5
Rakefile
5
Rakefile
|
@ -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
|
||||
|
||||
|
|
|
@ -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
vendor/fssm
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit 116ffbea3de69c6c72398b0514f057cabf65cdbb
|
Loading…
Add table
Reference in a new issue