Rakefile in strong_json-2.1.0 vs Rakefile in strong_json-2.1.1
- old
+ new
@@ -4,13 +4,13 @@
RSpec::Core::RakeTask.new(:spec)
task :default => [:spec, :typecheck, :"example:typecheck"]
task :typecheck do
- sh "bundle exec steep check --strict lib"
+ sh "bundle exec steep check"
end
namespace :example do
task :typecheck do
- sh "bundle exec steep check --strict -I sig -I example example"
+ sh "bundle exec steep check --steepfile=example/Steepfile"
end
end