forked from batchblue/constant-contact-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconstant-contact-ruby.gemspec
60 lines (55 loc) · 1.62 KB
/
constant-contact-ruby.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{constant-contact-ruby}
s.version = "0.2.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Craig P Jolicoeur"]
s.date = %q{2011-03-26}
s.description = %q{Ruby wrapper around the Constant Contact REST API}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc",
"TODO"
]
s.files = [
".document",
"CHANGELOG",
"LICENSE",
"README.rdoc",
"Rakefile",
"TODO",
"VERSION.yml",
"constant-contact-ruby.gemspec",
"lib/constant_contact.rb",
"lib/constant_contact/activity.rb",
"lib/constant_contact/base_resource.rb",
"lib/constant_contact/contact.rb",
"lib/constant_contact/contact_list.rb",
"test/fixtures/get_contact.xml",
"test/fixtures/get_contacts.xml",
"test/fixtures/post_contacts.xml",
"test/helper.rb",
"test/test_constant-contact-ruby.rb",
"test/test_contacts.rb"
]
s.homepage = %q{http://github.com/cpjolicoeur/constant-contact-ruby}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.5.0}
s.summary = %q{Constant Contact Ruby API Wrapper}
s.test_files = [
"test/helper.rb",
"test/test_constant-contact-ruby.rb",
"test/test_contacts.rb"
]
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end