Sha256: f1ba54c56223fbfaf82380b61583f9b139f2c73f76c377b2a05724c919fc0556
Contents?: true
Size: 924 Bytes
Versions: 1
Compression:
Stored size: 924 Bytes
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "yeelight/version" Gem::Specification.new do |spec| spec.name = "yeelight-lamp-client" spec.version = Yeelight::VERSION spec.authors = ["Anton Davydov"] spec.email = ["antondavydov.o@gmail.com"] spec.summary = %q{Ruby client for yeelight lamps} spec.homepage = "https://github.com/davydovanton/yeelight-lamp-client" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.16" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "minitest", "~> 5.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yeelight-lamp-client-0.1.0 | yeelight-lamp-client.gemspec |