Sha256: 74acb5fa66c5b91a541efafc691d2f58176b8ebe61503c196243096d6b543c0f
Contents?: true
Size: 982 Bytes
Versions: 1
Compression:
Stored size: 982 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'ws_light/version' Gem::Specification.new do |spec| spec.name = 'ws_light' spec.version = WSLight::VERSION spec.authors = ['Gerrit Visscher'] spec.email = ['g.visscher@core4.de'] spec.summary = 'A lighting gem for WS2801 led strips.' spec.description = 'Controls one or two WS2801 led strips with a Raspberry Pi or another computer with an SPI interface.' spec.homepage = 'https://github.com/kayssun/ws_light' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(/^bin\//) { |f| File.basename(f) } spec.test_files = spec.files.grep(/^(test|spec|features)\//) spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '~> 1.7' spec.add_runtime_dependency 'pi_piper', '~>1' spec.add_runtime_dependency 'spi', '~>0.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ws_light-0.4.2 | ws_light.gemspec |