forked from batchblue/batchbook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
batchbook.gemspec
22 lines (20 loc) · 875 Bytes
/
batchbook.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Gem::Specification.new do |s|
s.name = %q{batchbook}
s.version = "1.0.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Will Larson"]
s.date = %q{2009-01-08}
s.description = %q{Wrapper for BatchBook XML API}
s.email = ["[email protected]"]
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
s.files = ["History.txt", "Manifest.txt", "README.txt", "Rakefile", "lib/batchbook.rb"]
s.has_rdoc = true
s.homepage = %q{http://github.com/batchblue/batchbook}
s.rdoc_options = ["--main", "README.txt"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{batchbook}
s.rubygems_version = %q{1.2.0}
s.signing_key = %q{/Users/will/.gem/gem-private_key.pem}
s.summary = %q{Wrapper for BatchBook XML API}
s.add_dependency(%q<activeresource>, ["= 2.3.5"])
end