pry-byebug.gemspec in pry-byebug-1.3.3 vs pry-byebug.gemspec in pry-byebug-2.0.0
- old
+ new
@@ -6,18 +6,18 @@
gem.authors = ['David RodrÃguez', 'Gopal Patel']
gem.email = 'deivid.rodriguez@gmail.com'
gem.license = 'MIT'
gem.homepage = 'https://github.com/deivid-rodriguez/pry-byebug'
gem.summary = 'Fast debugging with Pry.'
- gem.description = %q{Combine 'pry' with 'byebug'. Adds 'step', 'next', and
- 'continue' commands to control execution.}
+ gem.description = "Combine 'pry' with 'byebug'. Adds 'step', 'next',
+ 'finish', 'continue' and 'break' commands to control execution."
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- test/*`.split("\n")
gem.require_paths = ['lib']
# Dependencies
gem.required_ruby_version = '>= 2.0.0'
gem.add_runtime_dependency 'pry', '~> 0.10'
- gem.add_runtime_dependency 'byebug', '~> 2.7'
+ gem.add_runtime_dependency 'byebug', '~> 3.4'
end