Skip to content

Commit e05e54a

Browse files
committed
doc(gemspec): updating authors list, summary, and description
1 parent 68704f3 commit e05e54a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

sqlite3.gemspec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ Gem::Specification.new do |s|
1010
s.name = "sqlite3"
1111
s.version = defined?(SQLite3::VERSION) ? SQLite3::VERSION : "0.0.0"
1212

13-
s.summary = "This module allows Ruby programs to interface with the SQLite3 database engine (http://www.sqlite.org)"
14-
s.description = "This module allows Ruby programs to interface with the SQLite3\ndatabase engine (http://www.sqlite.org). You must have the\nSQLite engine installed in order to build this module.\n\nNote that this module is only compatible with SQLite 3.6.16 or newer."
13+
s.summary = "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org)."
14+
s.description = <<~TEXT
15+
Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled
16+
binaries are available for common platforms for recent versions of Ruby.
17+
TEXT
1518

16-
s.authors = ["Jamis Buck", "Luis Lavena", "Aaron Patterson"]
19+
s.authors = ["Jamis Buck", "Luis Lavena", "Aaron Patterson", "Mike Dalessio"]
1720

1821
s.licenses = ["BSD-3-Clause"]
1922

0 commit comments

Comments
 (0)