-
Notifications
You must be signed in to change notification settings - Fork 1
/
upland_mobile_commons_rest.gemspec
93 lines (88 loc) · 3.48 KB
/
upland_mobile_commons_rest.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Generated by juwelier
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: upland_mobile_commons_rest 0.3.1 ruby lib
Gem::Specification.new do |s|
s.name = "upland_mobile_commons_rest".freeze
s.version = "0.3.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Kathy Lu".freeze, "Diego Marcet".freeze, "Grey Moore".freeze, "Nathan Woodhull".freeze]
s.date = "2022-07-29"
s.description = "A simple ruby API client gem for the Upland Mobile Commons REST API".freeze
s.email = "[email protected]".freeze
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
]
s.files = [
".document",
".github/workflows/ci.yml",
".rubocop.yml",
".ruby-gemset",
".ruby-version",
"CODE_OF_CONDUCT.md",
"Gemfile",
"LICENSE.txt",
"README.md",
"Rakefile",
"VERSION",
"example.rb",
"lib/upland_mobile_commons_rest.rb",
"lib/upland_mobile_commons_rest/base.rb",
"lib/upland_mobile_commons_rest/campaigns.rb",
"lib/upland_mobile_commons_rest/client.rb",
"lib/upland_mobile_commons_rest/errors.rb",
"lib/upland_mobile_commons_rest/groups.rb",
"lib/upland_mobile_commons_rest/profiles.rb",
"spec/campaigns_spec.rb",
"spec/client_spec.rb",
"spec/fixtures/campaigns/list.xml",
"spec/fixtures/error.xml",
"spec/fixtures/error_profile_not_found.xml",
"spec/fixtures/groups/create.xml",
"spec/fixtures/groups/list.xml",
"spec/fixtures/profiles/get.xml",
"spec/fixtures/profiles/update.xml",
"spec/group_spec.rb",
"spec/profiles_spec.rb",
"spec/spec_helper.rb",
"spec/support/fixtures.rb",
"spec/support/stub_requests.rb",
"spec/upland_mobile_commons_rest_spec.rb",
"upland_mobile_commons_rest.gemspec"
]
s.homepage = "http://github.com/controlshift/upland_mobile_commons_rest".freeze
s.licenses = ["MIT".freeze]
s.rubygems_version = "3.3.7".freeze
s.summary = "API client gem for Upland Mobile Commons".freeze
if s.respond_to? :specification_version then
s.specification_version = 4
end
if s.respond_to? :add_runtime_dependency then
s.add_runtime_dependency(%q<vertebrae>.freeze, [">= 0"])
s.add_development_dependency(%q<bundler>.freeze, ["> 2.0"])
s.add_development_dependency(%q<byebug>.freeze, [">= 0"])
s.add_development_dependency(%q<dotenv>.freeze, [">= 0"])
s.add_development_dependency(%q<juwelier>.freeze, [">= 0"])
s.add_development_dependency(%q<rdoc>.freeze, ["> 3.12"])
s.add_development_dependency(%q<rspec>.freeze, [">= 0"])
s.add_development_dependency(%q<rubocop>.freeze, [">= 0"])
s.add_development_dependency(%q<shoulda>.freeze, [">= 0"])
s.add_development_dependency(%q<simplecov>.freeze, [">= 0"])
s.add_development_dependency(%q<webmock>.freeze, [">= 0"])
else
s.add_dependency(%q<vertebrae>.freeze, [">= 0"])
s.add_dependency(%q<bundler>.freeze, ["> 2.0"])
s.add_dependency(%q<byebug>.freeze, [">= 0"])
s.add_dependency(%q<dotenv>.freeze, [">= 0"])
s.add_dependency(%q<juwelier>.freeze, [">= 0"])
s.add_dependency(%q<rdoc>.freeze, ["> 3.12"])
s.add_dependency(%q<rspec>.freeze, [">= 0"])
s.add_dependency(%q<rubocop>.freeze, [">= 0"])
s.add_dependency(%q<shoulda>.freeze, [">= 0"])
s.add_dependency(%q<simplecov>.freeze, [">= 0"])
s.add_dependency(%q<webmock>.freeze, [">= 0"])
end
end