Sha256: 79a86e669f73e2376ddf52f907756c3729b8aac0b5d6ff61b048291dee205de9

Contents?: true

Size: 395 Bytes

Versions: 27

Compression:

Stored size: 395 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"
require "rspec/core/rake_task"
require "standard/rake"

RSpec::Core::RakeTask.new(:spec)

task default: %i[lint test]

task test: "spec"
task lint: "standard"
task format: "standard:fix"

desc "Open an interactive ruby console"
task :console do
  require "irb"
  require "bundler/setup"
  require "seamapi"
  ARGV.clear
  IRB.start
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
seamapi-2.0.0 Rakefile
seamapi-1.17.0 Rakefile
seamapi-1.16.1 Rakefile
seamapi-1.16.0 Rakefile
seamapi-1.15.0 Rakefile
seamapi-1.14.0 Rakefile
seamapi-1.13.0 Rakefile
seamapi-1.12.1 Rakefile
seamapi-1.12.0 Rakefile
seamapi-1.11.2 Rakefile
seamapi-1.11.1 Rakefile
seamapi-1.11.0 Rakefile
seamapi-1.10.0 Rakefile
seamapi-1.9.0 Rakefile
seamapi-1.8.0 Rakefile
seamapi-1.7.0 Rakefile
seamapi-1.6.0 Rakefile
seamapi-1.5.0 Rakefile
seamapi-1.4.0 Rakefile
seamapi-1.3.2 Rakefile