Sqlite3-ruby 1.3.1, itextomml 1.3.26
Update vendored sqlite3-ruby and tests for latest itextmml.
This commit is contained in:
parent
29224d6bcc
commit
b3aae9b06d
16 changed files with 257 additions and 9 deletions
|
@ -4,13 +4,13 @@ module SQLite3
|
|||
|
||||
MAJOR = 1
|
||||
MINOR = 3
|
||||
TINY = 0
|
||||
TINY = 1
|
||||
BUILD = nil
|
||||
|
||||
STRING = [ MAJOR, MINOR, TINY, BUILD ].compact.join( "." )
|
||||
#:beta-tag:
|
||||
|
||||
VERSION = '1.3.0'
|
||||
VERSION = '1.3.1'
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue