Sha256: 554880e153cea67a029e37dc4a17123a63c054137b24160fc1f60788936464a8
Contents?: true
Size: 1.28 KB
Versions: 5
Compression:
Stored size: 1.28 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'lifx/version' Gem::Specification.new do |spec| spec.name = "lifx" spec.version = LIFX::VERSION spec.authors = ["Jack Chen (chendo)"] spec.email = ["chendo+lifx-gem@lifx.co"] spec.description = %q{A Ruby gem that allows easy interaction with LIFX devices.} spec.summary = %q{A Ruby gem that allows easy interaction with LIFX devices. Handles discovery, rate limiting, tags, gateway connections and provides an object-based API for interacting with LIFX devices. } spec.homepage = "https://github.com/LIFX/lifx-gem" spec.license = "MIT" spec.files = `git ls-files`.split($/).reject { |f| f =~ /^script\// } spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.required_ruby_version = ">= 2.0" spec.add_dependency "bindata", "~> 2.0" spec.add_dependency "timers", "~> 1.0" spec.add_dependency "configatron", "~> 3.0" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake", "~> 10.1" spec.add_development_dependency "rspec", "~> 2.14" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
lifx-0.4.11 | lifx.gemspec |
lifx-0.4.10 | lifx.gemspec |
lifx-0.4.8 | lifx.gemspec |
lifx-0.4.7 | lifx.gemspec |
lifx-0.4.6.1 | lifx.gemspec |