# -*- encoding: utf-8 -*- # stub: tuio-ruby 0.2.4 ruby lib Gem::Specification.new do |s| s.name = "tuio-ruby".freeze s.version = "0.2.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["aberant".freeze] s.date = "2009-11-14" s.email = "qzzzq1@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = ["LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "examples/tuio_dump.rb".freeze, "lib/tuio-ruby.rb".freeze, "lib/tuio-ruby/core_ext/float.rb".freeze, "lib/tuio-ruby/core_ext/object.rb".freeze, "lib/tuio-ruby/tuio_client.rb".freeze, "lib/tuio-ruby/tuio_container.rb".freeze, "lib/tuio-ruby/tuio_cursor.rb".freeze, "lib/tuio-ruby/tuio_cursor_parameter.rb".freeze, "lib/tuio-ruby/tuio_object.rb".freeze, "lib/tuio-ruby/tuio_object_parameter.rb".freeze, "lib/tuio-ruby/tuio_parameter.rb".freeze, "lib/tuio-ruby/tuio_point.rb".freeze, "spec/integration/tuio_event_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/tuio_cursor_parameter_spec.rb".freeze, "spec/unit/tuio_cursor_spec.rb".freeze, "spec/unit/tuio_object_parameter_spec.rb".freeze, "spec/unit/tuio_object_spec.rb".freeze, "spec/unit/tuio_parameter_spec.rb".freeze, "spec/unit/tuio_point_spec.rb".freeze] s.homepage = "http://github.com/aberant/tuio-ruby".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "library to interface with TUIO protocol".freeze s.test_files = ["spec/integration/tuio_event_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/tuio_cursor_parameter_spec.rb".freeze, "spec/unit/tuio_cursor_spec.rb".freeze, "spec/unit/tuio_object_parameter_spec.rb".freeze, "spec/unit/tuio_object_spec.rb".freeze, "spec/unit/tuio_parameter_spec.rb".freeze, "spec/unit/tuio_point_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.1.6".freeze]) end