Created
December 6, 2011 04:31
-
-
Save laxman01/1436756 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- encoding: utf-8 -*- | |
$:.push File.expand_path("../lib", __FILE__) | |
Gem::Specification.new do |s| | |
s.name = "siriproxy-macintosh" | |
s.version = "0.0.1" | |
s.authors = ["loris1634"] | |
s.email = [""] | |
s.homepage = "" | |
s.summary = %q{To control your macintosht} | |
s.description = %q{This is largely a demo plugin of a real-world implementation of SiriProxy} | |
s.rubyforge_project = "siriproxy-macintosh" | |
s.files = `git ls-files`.split("\n") | |
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") | |
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } | |
s.require_paths = ["lib"] | |
# specify any dependencies here; for example: | |
# s.add_development_dependency "rspec" | |
s.add_runtime_dependency "json" | |
s.add_runtime_dependency "httparty" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment