-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathspotlight.gemspec
More file actions
24 lines (20 loc) · 918 Bytes
/
spotlight.gemspec
File metadata and controls
24 lines (20 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- encoding: utf-8 -*-
#require File.expand_path(__FILE__)
Gem::Specification.new do |gem|
gem.authors = ["youpy"]
gem.email = ["youpy@buycheapviagraonlinenow.com"]
gem.description = %q{Library to use Spotlight from Ruby}
gem.summary = %q{Library to use Spotlight from Ruby}
gem.homepage = ""
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = "spotlight"
gem.extensions = ["ext/md_item_native/extconf.rb", "ext/md_query_native/extconf.rb"]
gem.require_paths = ["lib"]
gem.version = '0.0.8'
gem.add_dependency('plist')
gem.add_development_dependency('rake', '< 11.0')
gem.add_development_dependency('rspec', ['~> 2.8.0'])
gem.add_development_dependency('spotlight')
end