# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "pry-stack_explorer" s.version = "0.4.8pre1" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["John Mair (banisterfiend)"] s.date = "2013-01-30" s.description = "Walk the stack in a Pry session" s.email = "jrmair@gmail.com" s.files = [".gemtest", ".gitignore", ".travis.yml", ".yardopts", "CHANGELOG", "Gemfile", "LICENSE", "README.md", "Rakefile", "examples/example.rb", "examples/example2.rb", "examples/example3.rb", "lib/pry-stack_explorer.rb", "lib/pry-stack_explorer/commands.rb", "lib/pry-stack_explorer/frame_manager.rb", "lib/pry-stack_explorer/version.rb", "lib/pry-stack_explorer/when_started_hook.rb", "pry-stack_explorer.gemspec", "test/helper.rb", "test/test_commands.rb", "test/test_frame_manager.rb", "test/test_stack_explorer.rb", "tester.rb"] s.homepage = "https://github.com/banister" s.require_paths = ["lib"] s.rubygems_version = "1.8.24" s.summary = "Walk the stack in a Pry session" s.test_files = ["test/helper.rb", "test/test_commands.rb", "test/test_frame_manager.rb", "test/test_stack_explorer.rb"] if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["~> 0.6.8"]) s.add_development_dependency(%q, ["~> 1.1.0"]) s.add_development_dependency(%q, ["~> 0.9"]) else s.add_dependency(%q, ["~> 0.6.8"]) s.add_dependency(%q, ["~> 1.1.0"]) s.add_dependency(%q, ["~> 0.9"]) end else s.add_dependency(%q, ["~> 0.6.8"]) s.add_dependency(%q, ["~> 1.1.0"]) s.add_dependency(%q, ["~> 0.9"]) end end