# -*- encoding: utf-8 -*- # stub: rubypython-raspi 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "rubypython-raspi".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Steeve Morin".freeze, "Austin Ziegler".freeze, "Zach Raines".freeze, "Lewis O'Driscoll".freeze] s.date = "2011-10-21" s.description = "RubyPython is a bridge between the Ruby and Python interpreters. It embeds a\nrunning Python interpreter in the Ruby application's process using FFI and\nprovides a means for wrapping, converting, and calling Python objects and\nmethods.\n\nRubyPython uses FFI to marshal the data between the Ruby and Python VMs and\nmake Python calls. You can:\n\n* Inherit from Python classes.\n* Configure callbacks from Python.\n* Run Python generators (on Ruby 1.9.2 or later).".freeze s.email = ["swiuzzz+rubypython@gmail.com".freeze, "austin@rubyforge.org".freeze, "raineszm+rubypython@gmail.com".freeze, "lewis.odriscoll@gmail.com".freeze] s.extra_rdoc_files = ["Manifest.txt".freeze, "PostInstall.txt".freeze, "Contributors.rdoc".freeze, "History.rdoc".freeze, "License.rdoc".freeze, "README.rdoc".freeze] s.files = [".autotest".freeze, ".gitignore".freeze, ".hgignore".freeze, ".hgtags".freeze, ".rspec".freeze, "Contributors.rdoc".freeze, "History.rdoc".freeze, "License.rdoc".freeze, "Manifest.txt".freeze, "PostInstall.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "autotest/discover.rb".freeze, "lib/rubypython.rb".freeze, "lib/rubypython/blankobject.rb".freeze, "lib/rubypython/conversion.rb".freeze, "lib/rubypython/interpreter.rb".freeze, "lib/rubypython/legacy.rb".freeze, "lib/rubypython/macros.rb".freeze, "lib/rubypython/operators.rb".freeze, "lib/rubypython/pygenerator.rb".freeze, "lib/rubypython/pymainclass.rb".freeze, "lib/rubypython/pyobject.rb".freeze, "lib/rubypython/python.rb".freeze, "lib/rubypython/pythonerror.rb".freeze, "lib/rubypython/rubypyproxy.rb".freeze, "lib/rubypython/tuple.rb".freeze, "lib/rubypython/type.rb".freeze, "spec/basic_spec.rb".freeze, "spec/callback_spec.rb".freeze, "spec/conversion_spec.rb".freeze, "spec/legacy_spec.rb".freeze, "spec/pymainclass_spec.rb".freeze, "spec/pyobject_spec.rb".freeze, "spec/python_helpers/basics.py".freeze, "spec/python_helpers/errors.py".freeze, "spec/python_helpers/objects.py".freeze, "spec/pythonerror_spec.rb".freeze, "spec/refcnt_spec.rb".freeze, "spec/rubypyclass_spec.rb".freeze, "spec/rubypyproxy_spec.rb".freeze, "spec/rubypython_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.requirements = ["Python, ~> 2.4".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "RubyPython is a bridge between the Ruby and Python interpreters".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1.1.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.1.2.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12".freeze]) end