summaryrefslogtreecommitdiff
path: root/pry.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* Complete Style/ExpandPathArguments todoDouglas Eichelberger2022-09-111-1/+1
|
* Remove support for Ruby 1.9.3André Luis Leal Cardoso Junior2022-03-101-1/+1
|
* Merge pull request #2110 from pry/method-source-bumpKyrylo Silin2020-03-191-1/+1
|\ | | | | gemspec: bump method_source to `~> 1.0`
| * gemspec: bump method_source to `~> 1.0`Kyrylo Silin2020-03-191-1/+1
| | | | | | | | This should finally fix our build on Ruby 2.7.
* | update website domainSai Ram Kunala2020-03-181-1/+1
|/
* gemspec: fix the 'pessimistic dependency on coderay' warningKyrylo Silin2019-08-091-1/+1
|
* gemspec: fix the 'identical summary' warning when buildingKyrylo Silin2019-08-091-2/+7
|
* rubocop: enable the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-081-0/+2
| | | | This will greatly ease Pry support on Ruby 3.0 (when it's out).
* make source code url the canonical urlMichael Grosser2019-02-081-1/+1
| | | | ` <link rel="canonical" href="https://github.com/grosser/pry" data-pjax-transient>`
* Add rubygems metadata (#1869)Stanisław Pitucha2018-11-131-0/+4
| | | | | | * Add rubygems metadata Add metadata links for quick access from the rubygems catalogue.
* gemspec: change method_source back to '~> 0.9.0'Kyrylo Silin2018-11-051-1/+1
| | | | | | The change in d14f76500a676eab0d54ea87a3d751d132933084 wasn't really necessary. I actually forgot that you don't have to do it since `~>` installs 0.9.x. The `>=` requirement may bit us in the future.
* gemspec: don't depend on bundlerKyrylo Silin2018-11-041-1/+0
|
* gemspec: bump require method_source >= 0.9.1Kyrylo Silin2018-11-031-2/+1
| | | | | Fixes #1804 (JRuby 9.2.0.0 breaks `source_location` and therefore our test suite)
* Update copyrightsKyrylo Silin2018-10-281-2/+12
| | | | | * Added myself (should've done that years ago) * Made it look like Pry is a team effort
* version 0.11.1 releasev0.11.1John Mair2017-09-261-1/+1
| | | | With updated method_source dependency to ensure ruby 2.4 support
* remove runtime dependency on slop ~> v3.4, fix specs that depended on itstrcmp2015-12-111-1/+0
|
* Explicitly declare the required Ruby versionSasha Gerrand2014-07-231-0/+2
|
* Using licences instead of licenceDavid Workman2014-05-301-1/+1
| | | | | #1238 s.license isn't used by rubygems.org for some reason, s.licenses is.
* Require method_source >= 0.8.1 for Ruby 2.0+ compatabilityAndrew Meyer2014-04-271-1/+1
| | | | | | Ensure that multi-line input works correctly on Ruby 2.0 and later. Fixes #1197.
* move development dependencies to Gemfile, & use Bundler.require().Robert Gleeson2014-03-151-7/+0
|
* Remove code made obsolete by Bundler dependencyRyan Fitzgerald2014-03-141-0/+1
| | | | | | | Since 2cdf739baa1a7c1a0aa86649c1b0ca902f9f4bad started always loading bundler/setup during tests, we can get rid of some manual load path setup and dependency checking. We should also explicitly add bundler as a development dependency.
* Stop including unnecessary files in .gemRyan Fitzgerald2014-03-091-1/+1
| | | | | As suggested by Rob Gleeson in discussion on #1147. Also removed an obsolete dotfile, because why not.
* Minor gemspec fixupsRyan Fitzgerald2014-03-091-2/+1
| | | | | The `test_files` gemspec option seems to be pretty obsolete. I also updated the homepage URL.
* Clean up gem dependencies (fix #1148)gem-deps-cleanupRyan Fitzgerald2014-03-091-6/+5
| | | | | | | | | | * Remove unused development dependency on open4 * Use pessimistic versioning for coderay, rake, and simplecov * Bump versions of rake and mocha * Loosen pessimistic versioning on mocha and bond The only remaining warning from RubyGems is on coderay -- we chose not to use '~> 1.1' because there were breaking changes between 1.0 and 1.1.
* change bond gem version in pry.gemspec, from 0.4.2 to 0.5.0yui-knk2014-01-021-1/+1
|
* Bump CodeRay dependency to 1.1.0Ryan Fitzgerald2013-10-271-1/+1
|
* Remove guardConrad Irwin2013-10-191-1/+0
| | | | | It breaks travis as it transitively depends on celluloid which has stringent ruby version requirements.
* Coderay version updatedGeraud Puechaldou2013-09-041-1/+1
|
* Allow rake 10 and greaterConrad Irwin2013-06-261-1/+1
|
* Add SimpleCovRyan Fitzgerald2013-04-271-0/+1
|
* Added license to config in gemspecAlex Manelis2013-01-241-0/+1
|
* [GEM] Depend on Slop "~> 3.4"Kyrylo Silin2013-01-141-1/+1
| | | | | Slop v3.4.0 includes new syntax for subcommands. And we're going to utilise it.
* Make the .gemspec canonical instead of generatedRyan Fitzgerald2013-01-011-44/+19
|
* Update baconRyan Fitzgerald2012-12-271-6/+6
|
* rake gemspec☈king2012-12-121-3/+3
|
* Add Mocha for mockingRyan Fitzgerald2012-12-081-4/+7
|
* pry.gemspec update☈king2012-11-291-5/+5
|
* update gemspecConrad Irwin2012-11-181-2/+2
|
* regemspecConrad Irwin2012-10-311-3/+3
|
* Rerun `rake gemspec` after 735e057e.☈king2012-09-171-3/+3
|
* Colorize test output if use_ansi_codesRyan Fitzgerald2012-09-081-1/+1
|
* Add simple GuardfileRyan Fitzgerald2012-09-081-1/+4
|
* Add self to author listRyan Fitzgerald2012-09-071-3/+3
|
* Add Bond completion (when available) cirwin++☈king2012-08-181-1/+4
|
* Add new files to `files` arrayKyrylo Silin2012-08-161-2/+2
| | | | Signed-off-by: Kyrylo Silin <kyrylosilin@gmail.com>
* Include "lib/pry/pager" file to the gemspecKyrylo Silin2012-08-101-3/+3
| | | | Signed-off-by: Kyrylo Silin <kyrylosilin@gmail.com>
* version 0.9.10 releasev0.9.10John Mair2012-07-151-3/+3
|
* passing extra prompt data via an OpenStructJohn Mair2012-07-131-3/+3
|
* version 0.10.pre.1Conrad Irwin2012-07-051-7/+7
|
* Regenerate gemspecConrad Irwin2012-06-231-3/+3
|