bin/console in pub_grub-0.2.0 vs bin/console in pub_grub-0.3.0

- old
+ new

@@ -14,10 +14,10 @@ end foo = source.get_package("foo") bar = source.get_package("bar") -solver = VersionSolver.new(source: source) +solver = PubGrub::VersionSolver.new(source: source) require 'irb' IRB.setup(__FILE__) workspace = IRB::WorkSpace.new(binding) IRB::Irb.new(workspace).run(IRB.conf)