summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #55 from banister/release-0-9-2v0.9.2Kyrylo Silin2018-11-122-5/+5
|\ | | | | Release v0.9.2
| * Release v0.9.2Kyrylo Silin2018-11-122-5/+5
|/
* Merge pull request #54 from banister/52-jruby-patch-removalKyrylo Silin2018-11-123-27/+3
|\ | | | | Revert "method_source: fix broken Procs on JRuby 9.2.0.0"
| * Revert "method_source: fix broken Procs on JRuby 9.2.0.0"Kyrylo Silin2018-11-123-27/+3
|/ | | | | | | Fixes #52 (Revert the JRuby 9.2.0.0 source_location hack once the newest version is out) This reverts commit 20fb1efde4530c78f7627d8b5b4e0b3f43cf821d.
* bump version number to 0.9.1v0.9.1John Mair2018-11-022-5/+5
|
* Merge pull request #51 from kyrylo/jruby-9200-fixJohn Mair2018-11-023-3/+27
|\ | | | | method_source: fix broken Procs on JRuby 9.2.0.0
| * method_source: fix broken Procs on JRuby 9.2.0.0Kyrylo Silin2018-11-023-3/+27
|/ | | | | | | | | | | | | | | Fixes https://github.com/pry/pry/issues/1804 (JRuby 9.2.0.0 breaks `source_location` and therefore our test suite) JRuby 9.2.0.0 fails to fetch source code for procs because of the bug: https://github.com/jruby/jruby/pull/5262 The problem is that source_location is reported at the end of the proc, instead of the beginning. The way I fix it is rather dumb (rewinding back and checking if it's complete expression) but it's isolated only to 9.2.0.0 and likely won't be needed when another JRuby is released. However, so far it's the latest release.
* Merge pull request #50 from mensfeld/masterJohn Mair2017-11-212-1/+3
|\ | | | | #49 fix - Licence missing in the rubygems version and in the gemspec
| * remove gemfile lockMaciej Mensfeld2017-11-211-34/+0
| |
| * license for the gemspecMaciej Mensfeld2017-11-213-1/+37
|/
* tweaks to .travis.ymlJohn Mair2017-10-221-1/+2
| | | | | * allow jruby failures * bump to 2.4.2
* Run rake gemspec task to bump gemspec data (incl version number)John Mair2017-10-221-21/+21
|
* Version 0.9.0 releasev0.9.0John Mair2017-09-261-1/+1
| | | | ruby 2.4 support
* Merge pull request #35 from mlarraz/patch-1John Mair2017-09-261-1/+1
|\ | | | | Add Travis CI status badge
| * Add Travis CI status badgeMatt Larraz2016-01-221-1/+1
| | | | | | [ci skip]
* | Merge pull request #46 from petems/patch-1John Mair2017-09-261-0/+1
|\ \ | | | | | | Add MIT License to Gemfile
| * | Add MIT License to GemfilePeter Souter2017-07-031-0/+1
| | |
* | | Merge pull request #45 from junaruga/feature/rspecJohn Mair2017-09-266-49/+61
|\ \ \ | |/ / |/| | Replace Bacon to RSpec 3
| * | Replace Bacon to RSpec 3.Jun Aruga2017-05-316-49/+61
|/ / | | | | | | Because Bacon stopped the development.
* | Merge pull request #42 from junaruga/feature/travis-ruby-headJohn Mair2017-04-241-3/+15
|\ \ | | | | | | Update .travis.yml
| * | Update .travis.ymlJun Aruga2017-04-241-3/+15
|/ / | | | | | | | | | | | | | | | | | | | | * Update rubies to latest version. * Add ruby-head and jruby-head to Travis as allow_failures. * It's good to know new version Ruby's issue as faster before the release. * fast_finish is to get the Travis result as faster without waiting the result of the "allow_failures" items. See https://blog.travis-ci.com/2013-11-27-fast-finishing-builds/ * Add logic to update Bundler because of below issue. http://stackoverflow.com/questions/33733476/nomethoderror-undefined-method-spec-for-nilnilclass-active-utils-factory
* | Merge pull request #40 from koic/use_latest_rubiesJohn Mair2017-02-021-0/+2
|\ \ | | | | | | Use the latest rubies on Travis
| * | CI against Ruby 2.4.0Koichi ITO2017-01-111-0/+1
| | |
| * | CI against Ruby 2.3Koichi ITO2017-01-111-0/+1
| |/
* | Merge pull request #39 from koic/integer_unificationJohn Mair2017-02-023-6/+6
|\ \ | |/ |/| Integer Unification for Ruby 2.4.0+
| * Integer Unification for Ruby 2.4.0+Koichi ITO2017-01-113-6/+6
|/
* Merge pull request #29 from nicolasleger/add_ruby_2_1_and_2_2Conrad Irwin2015-05-011-0/+2
|\ | | | | Add new Ruby 2.1 and 2.2 versions
| * Add new Ruby 2.1 and 2.2 versionsNicolas Leger2015-05-011-0/+2
|/
* Merge pull request #24 from petergoldstein/feature/add_ruby_2_to_travisRyan Fitzgerald2013-07-282-2/+2
|\ | | | | Add Ruby 2 to Travis CI matrix
| * Add Ruby 2 to Travis CI matrix. Eliminate warning.Peter M. Goldstein2013-07-282-2/+2
|/
* Bump to v0.8.2v0.8.2Ryan Fitzgerald2013-07-271-1/+1
|
* Bump to v0.8.2pre1Ryan Fitzgerald2013-07-271-1/+1
|
* Be more careful about separating out the rbx-only regexesRyan Fitzgerald2013-07-271-6/+6
|
* Remove master-only restriction from TravisRyan Fitzgerald2013-07-271-4/+0
|
* Remove colons from rbx regexps, separate from generic onesRyan Fitzgerald2013-07-271-4/+19
|
* Merge pull request #21 from jacknagel/patch-1John Mair2013-05-101-1/+1
|\ | | | | Fix 'assigned but unused variable' warning
| * Fix 'assigned but unused variable' warningJack Nagel2013-04-061-1/+1
|/
* version 0.8.1 release, ruby 2.0 supportv0.8.1John Mair2012-10-173-7/+7
|
* Basic ruby-2.0 supportConrad Irwin2012-09-111-1/+1
|
* version 0.8v0.8Conrad Irwin2012-07-052-6/+6
|
* Allow embedded documents in incomplete expressions [Fixes pry#622]Conrad Irwin2012-07-024-2/+45
| | | | Also import complete_expression? tests from Pry.
* properly documented :consume parameterJohn Mair2012-07-023-8/+14
|
* define a consume parameter for expression_at and extract_first_expressionJohn Mair2012-06-291-5/+11
| | | | | | When consume is > 0 it prefills the expression buffer with `consume` lines of input. This enables you to rapidly check a large chunk of code for validity as you skip over the initial portion you know is valid without having to perform an expensive eval() on each line.
* Fix procs/lambdasConrad Irwin2012-06-033-4/+4
|
* Make rake gemspec dtrtv0.8.pre.1Conrad Irwin2012-06-031-0/+3
|
* Bump to version 0.8.pre.1Conrad Irwin2012-06-032-6/+6
|
* Improve error messagesConrad Irwin2012-06-031-9/+12
|
* Import some CodeHelpers from Pry.Conrad Irwin2012-06-032-96/+168
| | | | | The hope is that they can live in this gem permanently, and Pry can also include MethodSource::CodeHelpers in the relevant places.
* Allow source_location to work in eval on 1.8.7Conrad Irwin2012-06-021-1/+1
|
* Added SourceNotFoundError classReginald Tan2012-06-022-8/+10
|