Sha256: 543f715f1d35312549a7cfff34d4ff686ca8664508252e505980d9c0516ccfe5

Contents?: true

Size: 271 Bytes

Versions: 20

Compression:

Stored size: 271 Bytes

Contents

require_relative './gemspec'

Gem::Specification.new do |s|
  common_spec(s)

  s.files.reject! { |fn| fn =~ /^ext\/sqlite3/ }
  s.name        = 'extralite'
  s.summary     = 'Extra-lightweight SQLite3 wrapper for Ruby'
  s.extensions  = ["ext/extralite/extconf.rb"]
end

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
extralite-bundle-2.6 extralite.gemspec
extralite-2.6 extralite.gemspec
extralite-bundle-2.5 extralite.gemspec
extralite-2.5 extralite.gemspec
extralite-bundle-2.4 extralite.gemspec
extralite-2.4 extralite.gemspec
extralite-bundle-2.3 extralite.gemspec
extralite-2.3 extralite.gemspec
extralite-bundle-2.2 extralite.gemspec
extralite-2.2 extralite.gemspec
extralite-bundle-2.1 extralite.gemspec
extralite-2.1 extralite.gemspec
extralite-bundle-2.0 extralite.gemspec
extralite-2.0 extralite.gemspec
extralite-bundle-1.27 extralite.gemspec
extralite-1.27 extralite.gemspec
extralite-bundle-1.26 extralite.gemspec
extralite-1.26 extralite.gemspec
extralite-bundle-1.25 extralite.gemspec
extralite-1.25 extralite.gemspec