Sha256: 2f7effd727e2426053d4a363b06efce630094c796d5721929f42afe3756b96cd

Contents?: true

Size: 961 Bytes

Versions: 2

Compression:

Stored size: 961 Bytes

Contents

# frozen_string_literal: true

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "milight/v6/version"

Gem::Specification.new do |spec|
  spec.name          = "milight-v6"
  spec.version       = Milight::V6::VERSION
  spec.authors       = ["Peter Postma"]
  spec.email         = ["peter.postma@gmail.com"]

  spec.summary       = "Ruby API for the Milight Wifi Bridge v6"
  spec.description   = "Ruby API for the Milight Wifi Bridge (or Wifi iBOX controller) version 6."
  spec.homepage      = "https://github.com/ppostma/milight-v6-api"
  spec.license       = "MIT"

  spec.files = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.executables   = ["milight"]
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.16"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
milight-v6-0.1.1 milight-v6.gemspec
milight-v6-0.1.0 milight-v6.gemspec