# -*- encoding: utf-8 -*- # stub: artoo-arduino 1.4.4 ruby lib # stub: ext/Rakefile Gem::Specification.new do |s| s.name = "artoo-arduino".freeze s.version = "1.4.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 = ["Ron Evans".freeze, "Adrian Zankich".freeze, "Rafael Maga\u00F1a".freeze, "Edgar Silva".freeze] s.date = "2014-07-04" s.description = "Artoo adaptor and driver for Arduino".freeze s.email = ["artoo@hybridgroup.com".freeze] s.extensions = ["ext/Rakefile".freeze] s.files = [".gitignore".freeze, ".rvmrc.example".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "artoo-arduino.gemspec".freeze, "examples/analog_sensor.rb".freeze, "examples/blink_led.rb".freeze, "examples/blink_led_with_toggle.rb".freeze, "examples/button_and_led.rb".freeze, "examples/dc_motor_speed.rb".freeze, "examples/dc_motor_speed_h-bridge_2_pins.rb".freeze, "examples/dc_motor_switch.rb".freeze, "examples/dc_motor_switch_h-bridge_2_pins.rb".freeze, "examples/led_brightness.rb".freeze, "examples/led_brightness_with_analog_input.rb".freeze, "examples/led_dance.rb".freeze, "examples/led_with_button_toggle.rb".freeze, "examples/maxbotix.rb".freeze, "examples/motor.rb".freeze, "examples/motor_speed_with_analog_input.rb".freeze, "examples/servo.rb".freeze, "examples/temperature_sensor.rb".freeze, "examples/wiichuck.rb".freeze, "ext/Rakefile".freeze, "lib/artoo-arduino.rb".freeze, "lib/artoo-arduino/version.rb".freeze, "lib/artoo/adaptors/firmata.rb".freeze, "lib/artoo/commands/arduino.rb".freeze, "lib/artoo/commands/firmata.rb".freeze, "lib/artoo/commands/hex/StandardFirmata.cpp.hex".freeze, "test/adaptors/firmata_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/hybridgroup/artoo-arduino".freeze s.licenses = ["Apache 2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Artoo adaptor and driver for Arduino".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.6.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.4.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.5.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.4.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.14.0".freeze]) end