Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate docs for Ruby 2.7 #94

Merged
merged 1 commit into from
Jan 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Generate docs for Ruby 2.7
  • Loading branch information
havenwood committed Jan 3, 2020
commit dfff60fe8b587cd7152152ce104bbccbb754378c
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,8 @@ desc "Generate the latest Ruby 2.6 docs"
task "gen26" do
generate_docs_for('26', Latest.ruby26)
end

desc "Generate the latest Ruby 2.7 docs"
task "gen27" do
generate_docs_for('27', Latest.ruby27)
end
506 changes: 506 additions & 0 deletions lib/pry-doc/docs/27/checksums

Large diffs are not rendered by default.

Empty file added lib/pry-doc/docs/27/complete
Empty file.
Binary file added lib/pry-doc/docs/27/object_types
Binary file not shown.
Binary file added lib/pry-doc/docs/27/objects/root.dat
Binary file not shown.
Binary file added lib/pry-doc/docs/27/proxy_types
Binary file not shown.
2 changes: 1 addition & 1 deletion pry-doc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DESCR

s.add_dependency 'yard', "~> 0.9.11"
s.add_dependency 'pry', "~> 0.11"
s.add_development_dependency 'latest_ruby', '~> 1.0.0'
s.add_development_dependency 'latest_ruby', '~> 2.0'
s.add_development_dependency 'rspec', '~> 3.5'
s.add_development_dependency 'rake', "~> 10.0"
end