Sha256: 93ef307aee2aa5e24c2dfb895f0f2e946eecad108b23d7196d27cb8b3866a990
Contents?: true
Size: 718 Bytes
Versions: 1
Compression:
Stored size: 718 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/dino/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Austinbv"] gem.email = ["austinbv@gmail.com"] gem.description = %q{A utility library for interfacting with an Arduino. Designed for control, expansion, and with love.} gem.summary = %q{Control your Arduino with Ruby.} gem.homepage = 'https://github.com/austinbv/dino' gem.files = `git ls-files`.split($\) gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "dino" gem.require_paths = ["lib"] gem.version = Dino::VERSION gem.executables = ["dino"] gem.add_dependency 'serialport' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dino-0.11.2 | dino.gemspec |