# -*- encoding: utf-8 -*- # stub: monome_serial 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "monome_serial".freeze s.version = "1.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sam Aaron".freeze] s.date = "2010-01-21" s.description = "Communicate directly with your monome with this handy Ruby library.".freeze s.email = "samaaron@gmail.com".freeze s.extra_rdoc_files = ["README".freeze] s.files = [".gitignore".freeze, "README".freeze, "Rakefile".freeze, "VERSION".freeze, "assets/monome_serial_final.png".freeze, "assets/monome_serial_logo.graffle".freeze, "docs/CONTRIBUTORS".freeze, "docs/LICENSE".freeze, "docs/TODO".freeze, "examples/toggler.rb".freeze, "lib/monome_serial.rb".freeze, "lib/monome_serial/examples/toggle.rb".freeze, "lib/monome_serial/monome_communicator.rb".freeze, "lib/monome_serial/serial_communicator.rb".freeze, "lib/monome_serial/serial_communicator/binary_patterns/fourtyh.rb".freeze, "lib/monome_serial/serial_communicator/binary_patterns/series.rb".freeze, "lib/monome_serial/serial_communicator/communicator.rb".freeze, "lib/monome_serial/serial_communicator/dummy_communicator.rb".freeze, "lib/monome_serial/serial_communicator/real_communicator.rb".freeze, "monome_serial.gemspec".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/unit/monome_communicator_spec.rb".freeze, "spec/unit/monome_serial_spec.rb".freeze] s.homepage = "http://sam.aaron.name/projects/ruby_monome_serial.html".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby serial library for communicating with a monome.".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/unit/monome_communicator_spec.rb".freeze, "spec/unit/monome_serial_spec.rb".freeze, "examples/toggler.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.3.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.9.6".freeze]) end