Sha256: b6e03a9d182977faed4c934628b02f3871bba4e541b36f2c1eb52bf73b085cd6
Contents?: true
Size: 803 Bytes
Versions: 1
Compression:
Stored size: 803 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require "mono_matrix/version" Gem::Specification.new do |s| s.name = 'mono_matrix' s.version = MonoMatrix::VERSION s.date = '2014-11-26' s.summary = "Control monoprice 4x2 swithcer/splitter via serial" s.description = "A simple way to control your Monoprice 4x2 HDX***" s.authors = ["defektive"] s.email = 'sirbradleyd@gmail.com' s.homepage = 'http://rubygems.org/gems/mono_matrix' s.license = 'MIT' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_runtime_dependency "serialport", '~> 1.3', '>= 1.3.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mono_matrix-0.0.1 | mono_matrix.gemspec |