This commit is contained in:
Kyrylo Silin 2019-11-07 14:08:00 +08:00
parent 4d56ace896
commit 333c2a9281
5 changed files with 17 additions and 2 deletions

View File

@ -3,7 +3,7 @@ License
(The MIT 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 Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the

View File

@ -9,6 +9,8 @@ Pry
![Pry logo](https://www.dropbox.com/s/zp8o63kquby2rln/pry_logo_350.png?raw=1) ![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/ * http://pryrepl.org/
* [YARD API documentation](http://www.rubydoc.info/gems/pry) * [YARD API documentation](http://www.rubydoc.info/gems/pry)
* [Wiki](https://github.com/pry/pry/wiki) * [Wiki](https://github.com/pry/pry/wiki)
@ -426,3 +428,10 @@ License
------- -------
The project uses the MIT License. See LICENSE.md for details. 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).

View File

@ -1,6 +1,9 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
# frozen_string_literal: true # frozen_string_literal: true
# (C) John Mair (banisterfiend)
# MIT license
$0 = 'pry' $0 = 'pry'
require 'pry' require 'pry'

View File

@ -1,4 +1,6 @@
# frozen_string_literal: true # frozen_string_literal: true
# (C) John Mair (banisterfiend) 2016
# MIT License
require 'pry/version' require 'pry/version'
require 'pry/last_exception' require 'pry/last_exception'

View File

@ -138,7 +138,8 @@ Pry::CLI.add_options do
banner( banner(
"Usage: pry [OPTIONS]\n" \ "Usage: pry [OPTIONS]\n" \
"Start a Pry session.\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( on(