-
Notifications
You must be signed in to change notification settings - Fork 1
/
wyatt_netsuite.gemspec
38 lines (29 loc) · 1.29 KB
/
wyatt_netsuite.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
Gem::Specification.new do |s|
s.specification_version = 2 if s.respond_to? :specification_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.rubygems_version = '2.0.3'
s.name = 'wyatt_netsuite'
s.version = '0.0.0'
s.date = '2013-05-17'
s.description = %q{NetSuite plugin for wyatt}
s.summary = %q{NetSuite plugin for wyatt}
s.authors = ["James Christie", "Christopher M. Hobbs", "Alex Williams", "Brad Simmons"]
s.homepage = "https://github.com/acumenbrands/wyatt_netsuite"
s.require_paths = %w[lib]
s.extra_rdoc_files = %w[README.md LICENSE.md]
s.add_dependency 'addressable'
s.add_dependency 'faraday'
s.add_dependency 'faraday_middleware'
s.add_development_dependency 'pry'
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
## Leave this section as-is. It will be automatically generated from the
## contents of your Git repository via the gemspec task. DO NOT REMOVE
## THE MANIFEST COMMENTS, they are used as delimiters by the task.
# = MANIFEST =
s.files = %w[
]
# = MANIFEST =
s.test_files = s.files.grep(%r{^spec/})
end