Sha256: 6740f71c3d44eaa4ce45e2e70192572d0d6e3d44afaaf2b510982462c6a6f036

Contents?: true

Size: 199 Bytes

Versions: 6

Compression:

Stored size: 199 Bytes

Contents

require 'rubygems'
require 'rake'
require 'fileutils'

GTRON_ENV = :real
require 'initialize'

require 'gigantron/tasks/test'
require 'gigantron/tasks/db'

Dir['tasks/**/*.rake'].each {|r| load r }

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
michaelbarton-gigantron-0.1.4 app_generators/gigantron/templates/Rakefile
michaelbarton-gigantron-0.1.7 templates/project/Rakefile
gigantron-0.0.1 app_generators/gigantron/templates/Rakefile
gigantron-0.1.3 app_generators/gigantron/templates/Rakefile
gigantron-0.1.0 app_generators/gigantron/templates/Rakefile
gigantron-0.1.1 app_generators/gigantron/templates/Rakefile