1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
Commit graph

16 commits

Author SHA1 Message Date
Ryan Fitzgerald
e410f0ee16 Clean up gem dependencies (fix #1148)
* 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.
2014-03-09 22:00:52 -07:00
Ryan Fitzgerald
bdbc552bac Merge pull request #1146 from robgleeson/changelog
update CHANGELOG.md
2014-03-09 21:38:33 -07:00
Robert Gleeson
51635d10d2 update CHANGELOG.md
'openstruct' is not a runtime dependency that pry has anymore but it
was not added to the changelog. other two changes include better messages
for older changelog entries related to config.
2014-03-10 04:33:57 +01:00
Robert Gleeson
b4f0770af2 update CHANGELOG.md 2014-03-10 02:59:11 +01:00
Ivo Wever
cf088c32e0 Updated changelog as promised in #1114
Fixes #1114
2014-02-08 12:33:46 +01:00
Conrad Irwin
263ab5bc06 Add watch to CHANGELOG.md 2014-02-04 10:19:56 -08:00
Robert Gleeson
8334cd33ce use 'dev-facing changes' in changelog for command set change. 2014-02-04 05:19:38 +01:00
Robert Gleeson
77a9c00067 rename Pry::CommandSet#commands as Pry::CommandSet#to_hash.
'Pry.commands.commands' gone in favor of 'Pry.commands.to_hash' or as
using a CommandSet as an enumerable (Pry.commands.each etc) instead.
2014-02-04 05:14:41 +01:00
Robert Gleeson
247e4af83c add option to disable to the input completer (ref #1123). 2014-02-03 19:28:47 +01:00
Robert Gleeson
0dd077a838 update CHANGELOG.md 2014-02-03 13:58:46 +01:00
Robert Gleeson
ee94d2029b update CHANGELOG.md to include #1096 2014-02-02 18:52:32 +01:00
Robert Gleeson
421a546194 update CHANGELOG.md to include #1118. 2014-02-02 16:31:32 +01:00
Jonas Arvidsson
a987a8e7c2 Fix bug in edit regarding file names with path but no suffix
There was a bug in Command::Edit#probably_a_file? due to missing
parentheses in a method call followed by an operator.
2014-01-25 22:55:47 +01:00
Robert Gleeson
34b25ef03d update CHANGELOG.md 2014-01-13 00:39:07 +01:00
Ryan Fitzgerald
07fd525886 Add changelog entry for 1.0.0 2013-11-09 19:03:05 -08:00
Ryan Fitzgerald
9ac9280009 Clean up CHANGELOG
* Make it Markdown instead of plain text
* Clean up wording and formatting back to 0.9.0
* Incorporate entries for non-master releases 0.9.11.4 through 0.9.12.2
2013-11-09 18:05:56 -08:00
Renamed from CHANGELOG (Browse further)