Sha256: 9187a7f973b12651d0702db6780d28f9e11930a173ce6a3c7032d5909982d47c

Contents?: true

Size: 144 Bytes

Versions: 11

Compression:

Stored size: 144 Bytes

Contents

require "bundler/gem_tasks"

require 'rspec/core/rake_task'

desc 'Run specs'
RSpec::Core::RakeTask.new do |t|
  t.rspec_opts = %w(--color)
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
trello_cli-0.5.0 Rakefile
trello_cli-0.4.1 Rakefile
trello_cli-0.4.0 Rakefile
trello_cli-0.3.0 Rakefile
trello_cli-0.2.1 Rakefile
trello_cli-0.2.0 Rakefile
trello_cli-0.1.0 Rakefile
trello_cli-0.0.4 Rakefile
trello_cli-0.0.3 Rakefile
trello_cli-0.0.2 Rakefile
trello_cli-0.0.1 Rakefile