Skip to content

Commit

Permalink
Revert "Set Pry::Slop equal to Slop (v2.4.4)"
Browse files Browse the repository at this point in the history
This reverts commit e306ff5.
  • Loading branch information
ConradIrwin committed May 30, 2012
1 parent 9847daa commit 4824314
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1,083 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def apply_spec_defaults(s)
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- test/*`.split("\n")
s.add_dependency('coderay', '~> 1.0.5')
s.add_dependency('slop', ['>= 2.4.4', '< 3'])
s.add_dependency('method_source','~> 0.7.1')
s.add_development_dependency('bacon', '~> 1.1')
s.add_development_dependency('open4', '~> 1.3')
Expand Down
2 changes: 1 addition & 1 deletion lib/pry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ module ExtendCommandBundle
require "stringio"
require "coderay"
require "optparse"
require "slop"
require "rbconfig"

if Pry::Helpers::BaseHelpers.jruby?
Expand All @@ -190,7 +191,6 @@ module ExtendCommandBundle
end
end

require "pry/slop"
require "pry/version"
require "pry/rbx_method"
require "pry/rbx_path"
Expand Down
Loading

0 comments on commit 4824314

Please sign in to comment.