Sha256: 6622401e85013cf8334ef3b924990c3465f3bc485ce7057f433ef232a96ae5d8

Contents?: true

Size: 162 Bytes

Versions: 29

Compression:

Stored size: 162 Bytes

Contents

# encoding: utf-8

require "bundler/gem_tasks"

FileList['tasks/**/*.rake'].each(&method(:import))

task default: :spec

desc 'Run all specs'
task ci: %w[ spec ]

Version data entries

29 entries across 29 versions & 3 rubygems

Version Path
tty-editor-0.1.2 Rakefile
tty-command-0.3.1 Rakefile
tty-file-0.2.0 Rakefile
tty-command-0.3.0 Rakefile
tty-editor-0.1.1 Rakefile
tty-editor-0.1.0 Rakefile
tty-file-0.1.0 Rakefile
tty-command-0.2.0 Rakefile
tty-command-0.1.0 Rakefile