Sha256: 95335ff252acdad23df2a140816e3123beb712755ce37fd40236f5c4d2b4b4ab

Contents?: true

Size: 313 Bytes

Versions: 12

Compression:

Stored size: 313 Bytes

Contents

# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)

SmalrubyEditor::Application.load_tasks

task(:default).clear
task default: [:rubocop, :spec]

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
smalruby-editor-0.0.12-x86-mingw32 Rakefile
smalruby-editor-0.0.12 Rakefile
smalruby-editor-0.0.11-x86-mingw32 Rakefile
smalruby-editor-0.0.11 Rakefile
smalruby-editor-0.0.10-x86-mingw32 Rakefile
smalruby-editor-0.0.10 Rakefile
smalruby-editor-0.0.9-x86-mingw32 Rakefile
smalruby-editor-0.0.9 Rakefile
smalruby-editor-0.0.8 Rakefile
smalruby-editor-0.0.8-x86-mingw32 Rakefile
smalruby-editor-0.0.7 Rakefile
smalruby-editor-0.0.6 Rakefile