-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathem-zimbreasy.gemspec
24 lines (21 loc) · 979 Bytes
/
em-zimbreasy.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/em-zimbreasy/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Jordan Prince", "Christopher Rankin"]
gem.email = ["[email protected]"]
gem.description = %q{{A no-nonsense async gem for the nonsensical Zimbra API.}
gem.summary = %q{A no-nonsense async gem for the nonsensical Zimbra API.}
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 = "em-zimbreasy"
gem.require_paths = ["lib"]
gem.version = Em::Zimbreasy::VERSION
gem.add_dependency 'test-unit'
gem.add_dependency 'savon', :git => 'git://github.com/rankin/savon.git'
gem.add_dependency 'em-http-request'
gem.add_dependency 'em-synchrony'
gem.add_dependency 'nokogiri'
gem.add_dependency 'icalendar'
end