Skip to content

Commit f9955f8

Browse files
author
Carlos Silva
committed
Adjust gemspec
1 parent c8a6b26 commit f9955f8

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

torque_postgresql.gemspec

+11-3
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,25 @@ require 'torque/postgresql/version'
77
Gem::Specification.new do |s|
88
s.name = 'torque-postgresql'
99
s.version = Torque::PostgreSQL::VERSION
10+
s.date = Date.today.to_s
1011
s.authors = ['Carlos Silva']
11-
s.email = ['carlinhus.fsilva@gmail.com']
12+
s.email = ['me@carlosfsilva.com']
1213
s.homepage = 'https://github.com/crashtech/torque-postgresql'
1314
s.summary = 'ActiveRecord extension to access PostgreSQL advanced resources'
1415
s.description = 'Add support to complex resources of PostgreSQL, like data types, array associations, and auxiliary statements (CTE)'
1516
s.license = 'MIT'
17+
s.metadata = {
18+
# 'homepage_uri' => 'https://torque.carlosfsilva.com/postgresql',
19+
"source_code_uri" => 'https://github.com/crashtech/torque-postgresql',
20+
'bug_tracker_uri' => 'https://github.com/crashtech/torque-postgresql/issues',
21+
# 'changelog_uri' => 'https://github.com/crashtech/torque-postgresql/blob/master/CHANGELOG.md',
22+
}
1623

1724
s.require_paths = ['lib']
1825

19-
s.files = Dir['MIT-LICENSE', 'README.rdoc', 'lib/**/*', 'Rakefile']
20-
s.test_files = Dir['spec/**/*']
26+
s.files = Dir['MIT-LICENSE', 'README.rdoc', 'lib/**/*', 'Rakefile']
27+
s.test_files = Dir['spec/**/*']
28+
s.rdoc_options = ['--title', 'Torque PostgreSQL']
2129

2230
s.required_ruby_version = '>= 2.7.2'
2331
s.required_rubygems_version = '>= 1.8.11'

0 commit comments

Comments
 (0)