Skip to content

Commit daeaa7a

Browse files
author
Desi McAdam and Leo Soto
committed
Hashrocket gemspec
1 parent 7d187ba commit daeaa7a

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

hashrocket-efax.gemspec

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Generated by jeweler
2+
# DO NOT EDIT THIS FILE
3+
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
4+
# -*- encoding: utf-8 -*-
5+
6+
Gem::Specification.new do |s|
7+
s.name = %q{hashrocket-efax}
8+
s.version = "1.3.3"
9+
10+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11+
s.authors = ["Szymon Nowak", "Pawel Kozlowski", "Dr Nic Williams", "Desi McAdam", "Leo Soto"]
12+
s.date = %q{2010-03-01}
13+
s.email = %q{szimek@gmail.com}
14+
s.extra_rdoc_files = [
15+
"README.rdoc"
16+
]
17+
s.files = [
18+
".gitignore",
19+
"README.rdoc",
20+
"Rakefile",
21+
"TODO",
22+
"VERSION",
23+
"efax.gemspec",
24+
"lib/efax.rb",
25+
"lib/efax/helpers/inbound_helpers.rb",
26+
"lib/efax/inbound.rb",
27+
"lib/efax/outbound.rb",
28+
"test/efax_inbound_test.rb",
29+
"test/efax_outbound_test.rb",
30+
"test/test_helper.rb"
31+
]
32+
s.homepage = %q{http://github.com/szimek/efax}
33+
s.rdoc_options = ["--charset=UTF-8"]
34+
s.require_paths = ["lib"]
35+
s.rubyforge_project = %q{efax}
36+
s.rubygems_version = %q{1.3.6}
37+
s.summary = %q{Ruby library for accessing the eFax Developer service}
38+
s.test_files = [
39+
"test/efax_inbound_test.rb",
40+
"test/efax_outbound_test.rb",
41+
"test/test_helper.rb"
42+
]
43+
44+
if s.respond_to? :specification_version then
45+
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
46+
s.specification_version = 3
47+
48+
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
49+
s.add_runtime_dependency(%q<hpricot>, [">= 0.8.1"])
50+
s.add_development_dependency(%q<mocha>, [">= 0.9"])
51+
else
52+
s.add_dependency(%q<hpricot>, [">= 0.8.1"])
53+
s.add_dependency(%q<mocha>, [">= 0.9"])
54+
end
55+
else
56+
s.add_dependency(%q<hpricot>, [">= 0.8.1"])
57+
s.add_dependency(%q<mocha>, [">= 0.9"])
58+
end
59+
end

0 commit comments

Comments
 (0)