Kyrylo Silin
ccf3c3daa9
rubocop: fix offences of the Style/AndOr cop
2018-11-18 00:22:56 +08:00
Kyrylo Silin
04d4f424e3
rubocop: fix offences regarding spaces
...
Fixes offences of the following cops:
* Layout/SpaceAroundEqualsInParameterDefault
* Layout/SpaceAroundOperators
* Layout/SpaceBeforeBlockBraces
* Layout/SpaceInsideBlockBraces
2018-11-04 17:34:24 +08:00
Kyrylo Silin
f33d82779a
rubocop: fix offences of the Style/HashSyntax cop
2018-10-13 03:09:29 +08:00
r-obert
7c1a652c6b
Deprecate Pry::Command#text. Please use black(), white(), etc directly ( #1701 )
...
instead (as you would with helper functions from BaseHelpers and
CommandHelpers)
2017-11-16 17:54:14 +01:00
Ryan Fitzgerald
cd06c88a55
Merge remote-tracking branch 'drwl/fixes-issue-1286' ( fix #1286 )
...
Conflicts:
lib/pry/rubygem.rb
2015-01-14 21:53:36 -08:00
Ahsan Dar
47fac2073a
gem install fails when config doesn't have --user-install set
2014-10-02 16:16:25 +01:00
Andrew Lee
e41f828f30
Fix for NoMethodError when using install-command with no gem configuration
2014-08-24 23:08:03 -07:00
epitron
397d89f01a
Make 'gem-cd' use the most recent gem, not the oldest gem.
2013-11-06 01:37:48 -05:00
Kyrylo Silin
629bb75cc6
Rubygem: fix raising of CommandError for #install
...
Fix issue #870 (gem-install seems broken on jruby)
2013-03-12 20:53:18 +02:00
Conrad Irwin
d6ef67cfa7
Remove warnings [ Fixes #869 ]
2013-03-02 16:01:55 -08:00
Kyrylo Silin
5ff295c283
Command::InstallCommand: honor ".gemrc" switches
...
Fix issue #666 (install-command doesn't seem to honor gemrc)
Also, prettify various messages from "install-command".
2013-02-23 22:43:25 +02:00
Kyrylo Silin
4c56c73e9d
Implement Rubygem::install
...
Use the code of `gem-install` command as a basis.
Signed-off-by: Kyrylo Silin <kyrylosilin@gmail.com>
2013-01-09 02:27:15 +02:00
Kyrylo Silin
3c60ee88e5
Extract out gem related code to Pry::Rubygem
...
And fix some typos, and prettify some lines.
Signed-off-by: Kyrylo Silin <kyrylosilin@gmail.com>
2013-01-09 00:24:53 +02:00