Sha256: df516c1afcdd643cd3bc77ca008ded11a05a99339f48db85211638e60de6c331

Contents?: true

Size: 270 Bytes

Versions: 8

Compression:

Stored size: 270 Bytes

Contents

load "lib/overapp.rb"

dir = File.expand_path(File.dirname(__FILE__))

Dir["#{dir}/output/**/*.*"].each do |f|
  `rm #{f}`
end

#Overapp::Files.write_combined "#{dir}/input/base","#{dir}/input/top","#{dir}/output"
Overapp.write_project "#{dir}/input/top","#{dir}/output"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
overapp-0.5.1 vol/test_write.rb
overapp-0.5.0 vol/test_write.rb
overapp-0.4.2 vol/test_write.rb
overapp-0.4.1 vol/test_write.rb
overapp-0.4.0 vol/test_write.rb
overapp-0.3.1 vol/test_write.rb
overapp-0.3.0 vol/test_write.rb
overapp-0.2.0 vol/test_write.rb