Update binding_of_caller: 0.7.2 → 0.8.0 (major) #100
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?
✳️ binding_of_caller (0.7.2 → 0.8.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 43 commits:
version 0.8.0 release with Ruby 2.5.0 support
Merge pull request #69 from D1ceWard/master
Merge pull request #1 from redtachyons/patch-1
Ruby 2.5.0 fix
Update .travis.yml
Update .travis.yml
bump gemspec
Prepare for 0.7.3 release by bumping version number
1.9.3 build errors are driving me crazy, let's remove it
properly specify 1.9.3 patchlevel
tweak .travis.yml
add 2.4 support to travis
Merge pull request #67 from marcandre/doc
Merge pull request #60 from thedrow/patch-1
Merge pull request #66 from marcandre/rubygems
Amend doc for compatibility with version of MRI [ci-skip]
Tweak option -rubygems that's no longer supported in Ruby 2.5
Remove trailing whitespace
Merge pull request #63 from amatsuda/mri_2_on_toplevel
Don't pollute toplevel with mri_2? method
Added ruby 2.2 and 2.3 to the build.
Merge pull request #54 from cprice404/jruby-frame-type-desc
Merge pull request #55 from chrismar035/patch-1
Add license to gemspec
Add support for frame_type and frame_description in JRuby
Release version 0.7.3.pre1
Notice that only JRuby 1.7.x series is compatible
Add HISTORY file
Merge pull request #44 from davidcelis/master
Remove executability from non-executable files
Merge pull request #41 from DevL/master
Add MRI 2.1 as working Ruby implementation.
Use loop for getting frames, fix for jruby 1.7.6
Get previous binding if scopeIndex < index
Fix JRUBY_OPTS argument
Add allowed failure to jruby on travis
Add instructions to experimental jruby support
Only compile extensions when MRI version is 1.9.x
Add benchmark file
Use map instead of loop in #callers for jruby
Reuse code that sets up binding from location
Avoid using unnecessary #callers call
Add experimental jruby support /thx @headius
Sorry, we couldn't find anything useful about this release.
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
.