Skip to content

Commit

Permalink
Add sord task and RBI file
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Mar 5, 2024
1 parent 002e402 commit d1fe661
Show file tree
Hide file tree
Showing 2 changed files with 2,199 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ YARD::Rake::YardocTask.new(:doc) do |t|
# miscellaneous documentation files that contain no code
t.files = ["lib/**/*.rb", "-", "LICENSE.txt", "IMPLEMENTATION_DETAILS.md"]
end

RSpec::Core::RakeTask.new(:spec)
task default: [:spec, :standard]

task :generate_typedefs do
`bundle exec sord rbi/zip_kit.rbi`
end

task default: [:spec, :standard, :generate_typedefs]
Loading

0 comments on commit d1fe661

Please sign in to comment.