Sha256: 25307e8296151002429986820e782758bba6d7232561c41c38f63f838ca65af3

Contents?: true

Size: 343 Bytes

Versions: 7

Compression:

Stored size: 343 Bytes

Contents

require "bundler/gem_tasks"
require 'rspec/core/rake_task'

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

task :default => [:spec, :typecheck, :"example:typecheck"]

task :typecheck do
  sh "bundle exec steep check --strict lib"
end

namespace :example do
  task :typecheck do
    sh "bundle exec steep check --strict -I sig -I example example"
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
strong_json-2.1.0 Rakefile
strong_json-2.0.0 Rakefile
strong_json-1.1.0 Rakefile
strong_json-1.0.1 Rakefile
strong_json-1.0.0 Rakefile
strong_json-0.9.0 Rakefile
strong_json-0.8.0 Rakefile