Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We've updated a dependency and here is what you need to know:
Additionally, the update changed a few other dependencies as well:
You should probably take a good look at the info here and the test results before merging this pull request, of course.
What changed?
✳️ sdoc (0.4.1 → 0.4.2) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 57 commits:
Add task for building rails edge docs
d'oh need to use 1.8 hash syntax
Use bundler to select rdoc master from git
:bomb:
Add json to rdoc deps
Move rdoc-install to before bundle install
Add rdoc master to allowed failures
Move rake and hoe installation, with other rdoc dependencies to script
Ugh haha, too many gems
Move `:rdoc_master` task to bash script for CI use
Merge pull request #93 from krautcomputing/a_instead_of_h1_fixup
fix styling and behaviour of search results
Remove read attribute for `rel_prefix` to try to fix #92
Any rake before version 11 should work, and fix a gem install error
Install rdoc rake dependencies first
That should be equality check ;)
In case of CI this path _wont_ exist and we can ignore having to support legacy path lookup
Try testing against rdoc master /cc #80
Fix documentation for RDoc::Task and add some more detail
Revert more of 06ccf3ebce6b285239e5c9f4d0e10a9e324dc67d to fix build
Revert part of 06ccf3ebce6b285239e5c9f4d0e10a9e324dc67d and add `rel_prefix` reader
Add note for `rdoc_dir` option
Revert part of 5e2eaaac7eabe818924fe210b3bf07b81146f94a which still used Erubis
Clean up documentation in README
Bump version for upcoming release
Update homepage and email [ci skip]
Merge branch 'xuhao' from #65
Merge branch 'master' of https://github.com/Xuhao/sdoc into xuhao
Add jruby-19mode back, since we're still testing old rubies for this release
Ensure latest bundler is used
Use Rake 10 until support for older Rubies is dropped
Remove json_pure dependency, just use plain-old json
Merge branch 'master' of github.com:voloko/sdoc
Merge branch 'master' of github.com:zzak/sdoc
Add Ruby 2.2 and 2.3 to test matrix, update notification email address
Just move development dependencies to Gemfile so bundler will stop complaining
Remove development restriction on bundler version
Merge pull request #91 from krautcomputing/a_instead_of_h1
Merge pull request #84 from gajon/master
Add CHANGELOG entry for upcoming stable release
Fix warnings
use <a>s instead of <h1>s in panel
Merge pull request #86 from jaredbeck/add_changelog
#69 Runtime error fix
#69 Gemspec upgrade
Use Erubis implement erb tempalte #69
#65 part of javascript revert
Generator templates corrections
Review of changes in 0.4.1
Formatting [ci skip]
Remove jruby-19mode
Any 2.1 patch level is ok
:scissors:
Simple spelling fixes for -s option description
Merge pull request #78 from claudiob/add-breakline-on-call-seq
Add <br> between multiple call-seq on a method
Update copyright
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.