forked from thiesen/pipedrive-ruby
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpipedrive-ruby.gemspec
More file actions
85 lines (80 loc) · 2.71 KB
/
pipedrive-ruby.gemspec
File metadata and controls
85 lines (80 loc) · 2.71 KB
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
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: pipedrive-ruby 0.3.3 ruby lib
Gem::Specification.new do |s|
s.name = 'pipedrive-ruby'
s.version = '0.3.6'
s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=
s.require_paths = ['lib']
s.authors = ['Jan Schwenzien', 'Waldemar Kusnezow', 'Joel Courtney']
s.date = '2017-03-15'
s.description = 'Ruby wrapper for the Pipedrive API'
s.email = 'jan@general-scripting.com'
s.extra_rdoc_files = [
'README.md'
]
s.files = [
'.document',
'Gemfile',
'Gemfile.lock',
'README.md',
'Rakefile',
'VERSION',
'lib/pipedrive-ruby.rb',
'lib/pipedrive/activity-type.rb',
'lib/pipedrive/activity.rb',
'lib/pipedrive/authorization.rb',
'lib/pipedrive/base.rb',
'lib/pipedrive/currency.rb',
'lib/pipedrive/deal-field.rb',
'lib/pipedrive/deal.rb',
'lib/pipedrive/file.rb',
'lib/pipedrive/filter.rb',
'lib/pipedrive/goal.rb',
'lib/pipedrive/note.rb',
'lib/pipedrive/organization-field.rb',
'lib/pipedrive/organization.rb',
'lib/pipedrive/permission-set.rb',
'lib/pipedrive/person-field.rb',
'lib/pipedrive/person.rb',
'lib/pipedrive/pipeline.rb',
'lib/pipedrive/product-field.rb',
'lib/pipedrive/product.rb',
'lib/pipedrive/push-notification.rb',
'lib/pipedrive/role.rb',
'lib/pipedrive/search-result.rb',
'lib/pipedrive/stage.rb',
'lib/pipedrive/user-connection.rb',
'lib/pipedrive/user-setting.rb',
'lib/pipedrive/user.rb',
'lib/pipedrive/webhook.rb',
'pipedrive-ruby.gemspec',
'test/data/create_deal_body.json',
'test/data/create_note_body.json',
'test/data/create_organization_body.json',
'test/data/create_person_body.json',
'test/data/create_stages_body.json',
'test/helper.rb',
'test/test_pipedrive_authentication.rb',
'test/test_pipedrive_deal.rb',
'test/test_pipedrive_note.rb',
'test/test_pipedrive_organization.rb',
'test/test_pipedrive_person.rb',
'test/test_pipedrive_stage.rb'
]
s.homepage = 'https://github.com/GeneralScripting/pipedrive-ruby.git'
s.licenses = ['MIT']
s.rubygems_version = '2.4.8'
s.summary = 'Ruby wrapper for the Pipedrive API'
if s.respond_to?(:metadata)
s.metadata['allowed_push_host'] = 'https://resultadosdigitais.jfrog.io/resultadosdigitais/api/gems/gems'
else
raise 'RubyGems 2.0 or newer is required to protect against ' \
'public gem pushes.'
end
s.add_runtime_dependency('httparty', ['>= 0'])
s.add_runtime_dependency('json', ['>= 1.7.7'])
s.add_runtime_dependency('multi_xml', ['>= 0.5.2'])
end