11require File . expand_path ( '../lib/ontraport/version' , __FILE__ )
22
33Gem ::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- 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+ 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' ]
2122end
0 commit comments