Sha256: 434d4a90ca5944f670cf737e6954e45ada3ecde8076adb4666b404351927a18c

Contents?: true

Size: 261 Bytes

Versions: 6

Compression:

Stored size: 261 Bytes

Contents

require 'fwtoolkit/tasks'

FWToolkit::Rake.new_all

namespace :services do
  task :seed do
    # define any seeds to use with rake services:run here
    # t = TestObject.new
    # t.save!
  end
end

task :cruise => ["test:ci:frank"]
task :default => ["cruise"]

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fwtoolkit-1.0.6 templates/default_project/xcode/Rakefile.tt
fwtoolkit-1.0.5 templates/default_project/xcode/Rakefile.tt
fwtoolkit-1.0.4 templates/default_project/xcode/Rakefile.tt
fwtoolkit-1.0.3 templates/default_project/xcode/Rakefile.tt
fwtoolkit-1.0.2 templates/default_project/xcode/Rakefile.tt
fwtoolkit-1.0.1 templates/default_project/xcode/Rakefile.tt