Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13bc1d8

Browse files
author
hamzatayeb
committed
tweaks to gemspec
1 parent 67cdde5 commit 13bc1d8

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

ontraport.gemspec

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
require File.expand_path('../lib/ontraport/version', __FILE__)
22

33
Gem::Specification.new do |s|
4-
s.name = 'ontraport'
5-
s.version = Ontraport::VERSION
6-
s.date = Time.now.strftime('%Y-%m-%d')
7-
s.summary = 'API client for ONTRAPORT - http://ontraport.com'
8-
s.description = <<-eof
9-
This Gem implements the ONTRAPORT JSON API. Basic data manipulation
10-
operations are supported.
4+
s.name = 'ontraport'
5+
s.version = Ontraport::VERSION
6+
s.date = Time.now.strftime('%Y-%m-%d')
7+
s.summary = 'API client for ONTRAPORT - http://ontraport.com'
8+
s.description = <<-eof
9+
This Gem implements the ONTRAPORT JSON API. Basic data retrieval and
10+
manipulation operations are supported.
1111
1212
Full details on the API can be found at https://api.ontraport.com/doc/
1313
eof
14-
s.author = 'Hamza Tayeb'
15-
s.email = '[email protected]'
16-
s.files = Dir.glob("{lib}/**/*") + ['LICENSE.md', 'README.md', __FILE__]
17-
s.homepage = 'https://github.com/hamzatayeb/ontraport-ruby'
18-
s.license = 'MIT'
14+
s.author = 'Hamza Tayeb'
15+
s.email = '[email protected]'
16+
s.extra_rdoc_files = ['README.md', 'LICENSE.md', 'CHANGELOG.md']
17+
s.files = Dir.glob("{lib}/**/*") + s.extra_rdoc_files
18+
s.homepage = 'https://github.com/hamzatayeb/ontraport-ruby'
19+
s.license = 'MIT'
1920
s.required_ruby_version = '~> 2.3.0'
2021
s.add_dependency 'httparty', ['~> 0.13']
2122
end

0 commit comments

Comments
 (0)