-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmacabee.gemspec
24 lines (20 loc) · 921 Bytes
/
macabee.gemspec
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('../lib/macabee/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Jason May"]
gem.email = ["[email protected]"]
gem.description = %q{Move updates in and out of MacOSX Address Book}
gem.summary = %q{Move updates in and out of MacOSX Address Book}
gem.homepage = ""
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "macabee"
gem.require_paths = ["lib"]
gem.version = Macabee::VERSION
gem.add_dependency 'thor'
# gem.add_development_dependency "rake", "~> 0.9.2"
# gem.add_development_dependency "rspec", "~> 2.9.0"
# gem.add_development_dependency "guard-rspec", "~> 0.7.0"
# gem.add_development_dependency "ruby_gntp", "~> 0.3.4"
end