Skip to content

Instantly share code, notes, and snippets.

@laxman01
Created December 6, 2011 04:31
Show Gist options
  • Save laxman01/1436756 to your computer and use it in GitHub Desktop.
Save laxman01/1436756 to your computer and use it in GitHub Desktop.
# -*- 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