Sha256: 88247ea6649968e5a7f1029841d32136fc7b88379eb6d240c17e5e9b36020ab7

Contents?: true

Size: 217 Bytes

Versions: 2

Compression:

Stored size: 217 Bytes

Contents

task :dev do
  unless $LOAD_PATH.grep /gitdoc$/
    abort "Run rake with the path to GitDocs's source to use dev mode\n"+
          "Eg. rake -I ~/Projects/gitdoc dev"
  end
  exec "shotgun -I #{$LOAD_PATH.last}"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gitdoc-4.5.0 gitdoc/tasks.rb
gitdoc-4.4.0 gitdoc/tasks.rb