forked from hack2learn/siriproxy-hue
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsiriproxy-hue.gemspec
More file actions
21 lines (18 loc) · 819 Bytes
/
siriproxy-hue.gemspec
File metadata and controls
21 lines (18 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
s.name = "siriproxy-hue"
s.version = "0.0.1"
s.authors = "interstateone"
s.email = "brandon@brandonevans.ca"
s.homepage = "http://www.brandonevans.ca"
s.summary = %q{Hue got me babe}
s.description = %q{This lets you control Philips Hue lights with Siri}
s.files = `git ls-files 2> /dev/null`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/* 2> /dev/null`.split("\n")
s.executables = `git ls-files -- bin/* 2> /dev/null`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
# specify any dependencies here; for example:
s.add_runtime_dependency "rest-client"
s.add_runtime_dependency "json"
end