summaryrefslogtreecommitdiff
path: root/pry.gemspec
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2011-09-27 12:54:48 +1300
committerJohn Mair <jrmair@gmail.com>2011-09-27 12:54:48 +1300
commit791f2958ac0c84d47de41518220e70cc52b061a8 (patch)
treedbdcf46cc475c5db7cf26889d44ed461ba87eb7c /pry.gemspec
parentf832fb99594151457a3296adefaf56bc7041d30c (diff)
downloadpry-791f2958ac0c84d47de41518220e70cc52b061a8.tar.gz
forgot to add gemspec again! need to add this to a raketask
Diffstat (limited to 'pry.gemspec')
-rw-r--r--pry.gemspec50
1 files changed, 25 insertions, 25 deletions
diff --git a/pry.gemspec b/pry.gemspec
index 14999336..87aa4295 100644
--- a/pry.gemspec
+++ b/pry.gemspec
@@ -1,48 +1,48 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
- s.name = "pry"
- s.version = "0.9.6"
+ s.name = %q{pry}
+ s.version = "0.9.6.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
- s.authors = ["John Mair (banisterfiend)"]
- s.date = "2011-09-22"
- s.description = "An IRB alternative and runtime developer console"
- s.email = "jrmair@gmail.com"
- s.executables = ["pry"]
- s.files = [".document", ".gemtest", ".gitignore", ".yardopts", "CHANGELOG", "CONTRIBUTORS", "Gemfile", "LICENSE", "README.markdown", "Rakefile", "TODO", "bin/pry", "examples/example_basic.rb", "examples/example_command_override.rb", "examples/example_commands.rb", "examples/example_hooks.rb", "examples/example_image_edit.rb", "examples/example_input.rb", "examples/example_input2.rb", "examples/example_output.rb", "examples/example_print.rb", "examples/example_prompt.rb", "examples/helper.rb", "lib/pry.rb", "lib/pry/command_context.rb", "lib/pry/command_processor.rb", "lib/pry/command_set.rb", "lib/pry/commands.rb", "lib/pry/completion.rb", "lib/pry/config.rb", "lib/pry/core_extensions.rb", "lib/pry/custom_completions.rb", "lib/pry/default_commands/basic.rb", "lib/pry/default_commands/context.rb", "lib/pry/default_commands/documentation.rb", "lib/pry/default_commands/easter_eggs.rb", "lib/pry/default_commands/gems.rb", "lib/pry/default_commands/input.rb", "lib/pry/default_commands/introspection.rb", "lib/pry/default_commands/ls.rb", "lib/pry/default_commands/shell.rb", "lib/pry/extended_commands/experimental.rb", "lib/pry/extended_commands/user_command_api.rb", "lib/pry/helpers.rb", "lib/pry/helpers/base_helpers.rb", "lib/pry/helpers/command_helpers.rb", "lib/pry/helpers/text.rb", "lib/pry/history.rb", "lib/pry/history_array.rb", "lib/pry/plugins.rb", "lib/pry/pry_class.rb", "lib/pry/pry_instance.rb", "lib/pry/version.rb", "pry.gemspec", "test/helper.rb", "test/test_command_helpers.rb", "test/test_command_processor.rb", "test/test_command_set.rb", "test/test_completion.rb", "test/test_default_commands.rb", "test/test_default_commands/test_context.rb", "test/test_default_commands/test_documentation.rb", "test/test_default_commands/test_gems.rb", "test/test_default_commands/test_input.rb", "test/test_default_commands/test_introspection.rb", "test/test_default_commands/test_shell.rb", "test/test_exception_whitelist.rb", "test/test_history_array.rb", "test/test_input_stack.rb", "test/test_pry.rb", "test/test_pry_history.rb", "test/test_pry_output.rb", "test/test_special_locals.rb", "test/testrc", "wiki/Customizing-pry.md", "wiki/Home.md"]
- s.homepage = "http://pry.github.com"
- s.require_paths = ["lib"]
- s.rubygems_version = "1.8.10"
- s.summary = "An IRB alternative and runtime developer console"
- s.test_files = ["test/helper.rb", "test/test_command_helpers.rb", "test/test_command_processor.rb", "test/test_command_set.rb", "test/test_completion.rb", "test/test_default_commands.rb", "test/test_default_commands/test_context.rb", "test/test_default_commands/test_documentation.rb", "test/test_default_commands/test_gems.rb", "test/test_default_commands/test_input.rb", "test/test_default_commands/test_introspection.rb", "test/test_default_commands/test_shell.rb", "test/test_exception_whitelist.rb", "test/test_history_array.rb", "test/test_input_stack.rb", "test/test_pry.rb", "test/test_pry_history.rb", "test/test_pry_output.rb", "test/test_special_locals.rb", "test/testrc"]
+ s.authors = [%q{John Mair (banisterfiend)}]
+ s.date = %q{2011-09-27}
+ s.description = %q{An IRB alternative and runtime developer console}
+ s.email = %q{jrmair@gmail.com}
+ s.executables = [%q{pry}]
+ s.files = [%q{.document}, %q{.gemtest}, %q{.gitignore}, %q{.travis.yml}, %q{.yardopts}, %q{CHANGELOG}, %q{CONTRIBUTORS}, %q{Gemfile}, %q{LICENSE}, %q{README.markdown}, %q{Rakefile}, %q{TODO}, %q{bin/pry}, %q{examples/example_basic.rb}, %q{examples/example_command_override.rb}, %q{examples/example_commands.rb}, %q{examples/example_hooks.rb}, %q{examples/example_image_edit.rb}, %q{examples/example_input.rb}, %q{examples/example_input2.rb}, %q{examples/example_output.rb}, %q{examples/example_print.rb}, %q{examples/example_prompt.rb}, %q{examples/helper.rb}, %q{lib/pry.rb}, %q{lib/pry/command_context.rb}, %q{lib/pry/command_processor.rb}, %q{lib/pry/command_set.rb}, %q{lib/pry/commands.rb}, %q{lib/pry/completion.rb}, %q{lib/pry/config.rb}, %q{lib/pry/core_extensions.rb}, %q{lib/pry/custom_completions.rb}, %q{lib/pry/default_commands/basic.rb}, %q{lib/pry/default_commands/context.rb}, %q{lib/pry/default_commands/documentation.rb}, %q{lib/pry/default_commands/easter_eggs.rb}, %q{lib/pry/default_commands/gems.rb}, %q{lib/pry/default_commands/input.rb}, %q{lib/pry/default_commands/introspection.rb}, %q{lib/pry/default_commands/ls.rb}, %q{lib/pry/default_commands/shell.rb}, %q{lib/pry/extended_commands/experimental.rb}, %q{lib/pry/extended_commands/user_command_api.rb}, %q{lib/pry/helpers.rb}, %q{lib/pry/helpers/base_helpers.rb}, %q{lib/pry/helpers/command_helpers.rb}, %q{lib/pry/helpers/text.rb}, %q{lib/pry/history.rb}, %q{lib/pry/history_array.rb}, %q{lib/pry/plugins.rb}, %q{lib/pry/pry_class.rb}, %q{lib/pry/pry_instance.rb}, %q{lib/pry/version.rb}, %q{pry.gemspec}, %q{test/helper.rb}, %q{test/test_command_helpers.rb}, %q{test/test_command_processor.rb}, %q{test/test_command_set.rb}, %q{test/test_completion.rb}, %q{test/test_default_commands.rb}, %q{test/test_default_commands/test_context.rb}, %q{test/test_default_commands/test_documentation.rb}, %q{test/test_default_commands/test_gems.rb}, %q{test/test_default_commands/test_input.rb}, %q{test/test_default_commands/test_introspection.rb}, %q{test/test_default_commands/test_shell.rb}, %q{test/test_exception_whitelist.rb}, %q{test/test_history_array.rb}, %q{test/test_input_stack.rb}, %q{test/test_pry.rb}, %q{test/test_pry_history.rb}, %q{test/test_pry_output.rb}, %q{test/test_special_locals.rb}, %q{test/testrc}, %q{wiki/Customizing-pry.md}, %q{wiki/Home.md}]
+ s.homepage = %q{http://pry.github.com}
+ s.require_paths = [%q{lib}]
+ s.rubygems_version = %q{1.8.6}
+ s.summary = %q{An IRB alternative and runtime developer console}
+ s.test_files = [%q{test/helper.rb}, %q{test/test_command_helpers.rb}, %q{test/test_command_processor.rb}, %q{test/test_command_set.rb}, %q{test/test_completion.rb}, %q{test/test_default_commands.rb}, %q{test/test_default_commands/test_context.rb}, %q{test/test_default_commands/test_documentation.rb}, %q{test/test_default_commands/test_gems.rb}, %q{test/test_default_commands/test_input.rb}, %q{test/test_default_commands/test_introspection.rb}, %q{test/test_default_commands/test_shell.rb}, %q{test/test_exception_whitelist.rb}, %q{test/test_history_array.rb}, %q{test/test_input_stack.rb}, %q{test/test_pry.rb}, %q{test/test_pry_history.rb}, %q{test/test_pry_output.rb}, %q{test/test_special_locals.rb}, %q{test/testrc}]
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<ruby_parser>, [">= 2.0.5"])
- s.add_runtime_dependency(%q<coderay>, [">= 0.9.8"])
+ s.add_runtime_dependency(%q<ruby_parser>, ["~> 2.0.5"])
+ s.add_runtime_dependency(%q<coderay>, ["~> 0.9.8"])
s.add_runtime_dependency(%q<slop>, ["~> 2.1.0"])
- s.add_runtime_dependency(%q<method_source>, [">= 0.6.5"])
- s.add_development_dependency(%q<bacon>, [">= 1.1.0"])
+ s.add_runtime_dependency(%q<method_source>, ["~> 0.6.5"])
+ s.add_development_dependency(%q<bacon>, ["~> 1.1.0"])
s.add_development_dependency(%q<open4>, ["~> 1.0.1"])
s.add_development_dependency(%q<rake>, ["~> 0.9"])
else
- s.add_dependency(%q<ruby_parser>, [">= 2.0.5"])
- s.add_dependency(%q<coderay>, [">= 0.9.8"])
+ s.add_dependency(%q<ruby_parser>, ["~> 2.0.5"])
+ s.add_dependency(%q<coderay>, ["~> 0.9.8"])
s.add_dependency(%q<slop>, ["~> 2.1.0"])
- s.add_dependency(%q<method_source>, [">= 0.6.5"])
- s.add_dependency(%q<bacon>, [">= 1.1.0"])
+ s.add_dependency(%q<method_source>, ["~> 0.6.5"])
+ s.add_dependency(%q<bacon>, ["~> 1.1.0"])
s.add_dependency(%q<open4>, ["~> 1.0.1"])
s.add_dependency(%q<rake>, ["~> 0.9"])
end
else
- s.add_dependency(%q<ruby_parser>, [">= 2.0.5"])
- s.add_dependency(%q<coderay>, [">= 0.9.8"])
+ s.add_dependency(%q<ruby_parser>, ["~> 2.0.5"])
+ s.add_dependency(%q<coderay>, ["~> 0.9.8"])
s.add_dependency(%q<slop>, ["~> 2.1.0"])
- s.add_dependency(%q<method_source>, [">= 0.6.5"])
- s.add_dependency(%q<bacon>, [">= 1.1.0"])
+ s.add_dependency(%q<method_source>, ["~> 0.6.5"])
+ s.add_dependency(%q<bacon>, ["~> 1.1.0"])
s.add_dependency(%q<open4>, ["~> 1.0.1"])
s.add_dependency(%q<rake>, ["~> 0.9"])
end