# -*- encoding: utf-8 -*-
# stub: rubypython 0.2.9 ruby lib�ext/rubypython_bridge
# stub: ext/rubypython_bridge/extconf.rb

Gem::Specification.new do |s|
  s.name = "rubypython".freeze
  s.version = "0.2.9".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze, "ext/rubypython_bridge".freeze]
  s.authors = ["Zach Raines".freeze]
  s.date = "2009-10-19"
  s.description = "A bridge between ruby and python".freeze
  s.email = ["achatesavc+rubypython@gmail.com".freeze]
  s.extensions = ["ext/rubypython_bridge/extconf.rb".freeze]
  s.extra_rdoc_files = ["History.txt".freeze, "License.txt".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.txt".freeze, "website/index.txt".freeze]
  s.files = ["History.txt".freeze, "License.txt".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "config/hoe.rb".freeze, "config/requirements.rb".freeze, "ext/rubypython_bridge/cbridge.c".freeze, "ext/rubypython_bridge/cbridge.h".freeze, "ext/rubypython_bridge/config.h".freeze, "ext/rubypython_bridge/extconf.rb".freeze, "ext/rubypython_bridge/ptor.c".freeze, "ext/rubypython_bridge/ptor.h".freeze, "ext/rubypython_bridge/rp_blankobject.c".freeze, "ext/rubypython_bridge/rp_blankobject.h".freeze, "ext/rubypython_bridge/rp_class.c".freeze, "ext/rubypython_bridge/rp_class.h".freeze, "ext/rubypython_bridge/rp_error.c".freeze, "ext/rubypython_bridge/rp_error.h".freeze, "ext/rubypython_bridge/rp_function.c".freeze, "ext/rubypython_bridge/rp_function.h".freeze, "ext/rubypython_bridge/rp_instance.c".freeze, "ext/rubypython_bridge/rp_instance.h".freeze, "ext/rubypython_bridge/rp_module.c".freeze, "ext/rubypython_bridge/rp_module.h".freeze, "ext/rubypython_bridge/rp_object.c".freeze, "ext/rubypython_bridge/rp_object.h".freeze, "ext/rubypython_bridge/rp_util.c".freeze, "ext/rubypython_bridge/rp_util.h".freeze, "ext/rubypython_bridge/rtop.c".freeze, "ext/rubypython_bridge/rtop.h".freeze, "ext/rubypython_bridge/rubypython_bridge.c".freeze, "ext/rubypython_bridge/rubypython_bridge.h".freeze, "lib/rubypython.rb".freeze, "lib/rubypython/session.rb".freeze, "lib/rubypython/version.rb".freeze, "lib/rubypython/wrapper_extensions.rb".freeze, "script/console".freeze, "script/destroy".freeze, "script/generate".freeze, "script/txt2html".freeze, "setup.rb".freeze, "tasks/deployment.rake".freeze, "tasks/environment.rake".freeze, "tasks/extconf.rake".freeze, "tasks/extconf/rubypython_bridge.rake".freeze, "tasks/website.rake".freeze, "test/python_helpers/objects.py".freeze, "test/python_helpers/objects.pyc".freeze, "test/test.wav".freeze, "test/test_helper.rb".freeze, "test/test_rubypython.rb".freeze, "test/test_rubypython_bridge_extn.rb".freeze, "test/test_session.rb".freeze, "website/index.html".freeze, "website/index.txt".freeze, "website/javascripts/rounded_corners_lite.inc.js".freeze, "website/stylesheets/screen.css".freeze, "website/template.html.erb".freeze]
  s.homepage = "http://rubypython.rubyforge.org".freeze
  s.post_install_message = "\nFor more information on RubyPython, see http://rubypython.rubyforge.org\n\nIf you find a bug, or have any suggestions, email me at: raineszm+rubypython@gmail.com\n\nIf you would like to help develop RubyPython, also send me an email.\n\n\n".freeze
  s.rdoc_options = ["--main".freeze, "README.txt".freeze]
  s.requirements = ["Python, ~>2.4".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "A bridge between ruby and python".freeze
  s.test_files = ["test/test_rubypython.rb".freeze, "test/test_helper.rb".freeze, "test/test_session.rb".freeze, "test/test_rubypython_bridge_extn.rb".freeze]

  s.specification_version = 2

  s.add_development_dependency(%q<hoe>.freeze, [">= 2.3.3".freeze])
end