# -*- encoding: utf-8 -*- # stub: surface_master 0.4.1 ruby lib Gem::Specification.new do |s| s.name = "surface_master".freeze s.version = "0.4.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jon Frisby".freeze] s.date = "2015-09-13" s.description = "This gem provides an interface to access Novation's LaunchPad Mark 2, and Numark's Orbit programmatically. LEDs can be lit and button presses can be read.".freeze s.email = ["jfrisby@mrjoy.com".freeze] s.files = [".gitignore".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "debug_tools/Numark_Orbit_Pad_Coloring.mmon".freeze, "debug_tools/OrbitLightingExample.json".freeze, "debug_tools/Orbit_Color_Test.json".freeze, "debug_tools/Orbit_Colors_And_Reset.1.raw".freeze, "debug_tools/Orbit_Colors_And_Reset.1.txt".freeze, "debug_tools/Orbit_Colors_And_Reset.2.raw".freeze, "debug_tools/Orbit_Colors_And_Reset.2.txt".freeze, "debug_tools/Orbit_Colors_And_Reset.3.raw".freeze, "debug_tools/Orbit_Colors_And_Reset.3.txt".freeze, "debug_tools/Orbit_Colors_And_Reset.mmon".freeze, "debug_tools/Orbit_Preset.1.raw".freeze, "debug_tools/Orbit_Preset.1.txt".freeze, "debug_tools/Orbit_Preset.2.raw".freeze, "debug_tools/Orbit_Preset.2.txt".freeze, "debug_tools/Orbit_Preset.mmon".freeze, "debug_tools/compare.sh".freeze, "debug_tools/decode.rb".freeze, "debug_tools/extract_midi_monitor_sample.sh".freeze, "docs/Numark_Orbit_QuickRef.md".freeze, "examples/launchpad_playground.rb".freeze, "examples/orbit_device.rb".freeze, "examples/orbit_interaction.rb".freeze, "examples/orbit_playground.rb".freeze, "examples/system_monitor.rb".freeze, "examples/touchosc_device.rb".freeze, "lib/surface_master.rb".freeze, "lib/surface_master/device.rb".freeze, "lib/surface_master/errors.rb".freeze, "lib/surface_master/interaction.rb".freeze, "lib/surface_master/launchpad/device.rb".freeze, "lib/surface_master/launchpad/errors.rb".freeze, "lib/surface_master/launchpad/interaction.rb".freeze, "lib/surface_master/launchpad/midi_codes.rb".freeze, "lib/surface_master/logging.rb".freeze, "lib/surface_master/orbit/device.rb".freeze, "lib/surface_master/orbit/interaction.rb".freeze, "lib/surface_master/orbit/midi_codes.rb".freeze, "lib/surface_master/touch_osc/device.rb".freeze, "lib/surface_master/version.rb".freeze, "mappings/Orbit_Preset.json".freeze, "surface_master.gemspec".freeze, "test/helper.rb".freeze, "test/test_device.rb".freeze, "test/test_interaction.rb".freeze] s.homepage = "https://github.com/MrJoy/surface_master".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.2.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A gem for accessing various MIDI control surfaces programmatically.".freeze s.test_files = ["test/helper.rb".freeze, "test/test_device.rb".freeze, "test/test_interaction.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.0.6".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end