| @@ -2,13 +2,9 @@ | |||||
| require "bundler/setup" | require "bundler/setup" | ||||
| require "uk_planning_scraper" | require "uk_planning_scraper" | ||||
| require "pry" | |||||
| # You can add fixtures and/or initialization code here to make experimenting | # You can add fixtures and/or initialization code here to make experimenting | ||||
| # with your gem easier. You can also use a different console, if you like. | # with your gem easier. You can also use a different console, if you like. | ||||
| # (If you use this, don't forget to add pry to your Gemfile!) | |||||
| # require "pry" | |||||
| # Pry.start | |||||
| require "irb" | |||||
| IRB.start(__FILE__) | |||||
| Pry.start | |||||
| @@ -34,6 +34,7 @@ Gem::Specification.new do |spec| | |||||
| spec.add_development_dependency "simplecov", "~> 0.16.1" | spec.add_development_dependency "simplecov", "~> 0.16.1" | ||||
| spec.add_development_dependency "vcr" | spec.add_development_dependency "vcr" | ||||
| spec.add_development_dependency "webmock" | spec.add_development_dependency "webmock" | ||||
| spec.add_development_dependency "pry" | |||||
| spec.add_runtime_dependency "mechanize", "~> 2.7" | spec.add_runtime_dependency "mechanize", "~> 2.7" | ||||
| spec.add_runtime_dependency "http" | spec.add_runtime_dependency "http" | ||||