Sha256: 45cefb3e1221233d60e845b09f83d7fc414a5d70d66fc37aee2628c9d228b6eb

Contents?: true

Size: 264 Bytes

Versions: 2

Compression:

Stored size: 264 Bytes

Contents

# Installs a rake task for generating the specification.
desc "Generate doc/specification/specification.html"
task :genspec do
  Kernel.exec("ruby -Ilib bin/wlang --methodize --output doc/specification/specification.html doc/specification/specification.wtpl")
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wlang-0.10.2 tasks/genspec.rake
wlang-0.10.1 ./tasks/genspec.rake