mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Revert e84c34b17a
This commit is contained in:
parent
4d56ace896
commit
333c2a9281
5 changed files with 17 additions and 2 deletions
2
LICENSE
2
LICENSE
|
@ -3,7 +3,7 @@ License
|
|||
|
||||
(The MIT License)
|
||||
|
||||
Copyright (c) 2011-2019 The Pry Team
|
||||
Copyright (c) 2018 John Mair (banisterfiend)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
|
|
|
@ -9,6 +9,8 @@ Pry
|
|||
|
||||
![Pry logo](https://www.dropbox.com/s/zp8o63kquby2rln/pry_logo_350.png?raw=1)
|
||||
|
||||
© John Mair ([banisterfiend](https://twitter.com/banisterfiend)) 2018<br>
|
||||
|
||||
* http://pryrepl.org/
|
||||
* [YARD API documentation](http://www.rubydoc.info/gems/pry)
|
||||
* [Wiki](https://github.com/pry/pry/wiki)
|
||||
|
@ -426,3 +428,10 @@ License
|
|||
-------
|
||||
|
||||
The project uses the MIT License. See LICENSE.md for details.
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
||||
Pry is primarily the work of [John Mair (banisterfiend)](https://github.com/banister), for full list
|
||||
of contributors see the
|
||||
[contributors graph](https://github.com/pry/pry/graphs/contributors).
|
||||
|
|
3
bin/pry
3
bin/pry
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/env ruby
|
||||
# frozen_string_literal: true
|
||||
|
||||
# (C) John Mair (banisterfiend)
|
||||
# MIT license
|
||||
|
||||
$0 = 'pry'
|
||||
|
||||
require 'pry'
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
# (C) John Mair (banisterfiend) 2016
|
||||
# MIT License
|
||||
|
||||
require 'pry/version'
|
||||
require 'pry/last_exception'
|
||||
|
|
|
@ -138,7 +138,8 @@ Pry::CLI.add_options do
|
|||
banner(
|
||||
"Usage: pry [OPTIONS]\n" \
|
||||
"Start a Pry session.\n" \
|
||||
"See http://pryrepl.org/ for more information.\n"
|
||||
"See http://pryrepl.org/ for more information.\n" \
|
||||
"Copyright (c) 2016 John Mair (banisterfiend)" \
|
||||
)
|
||||
|
||||
on(
|
||||
|
|
Loading…
Add table
Reference in a new issue