Sha256: 88448d664c3338c9d68f092d589b313f8f28833b67797ac8c15a6d941d056bee

Contents?: true

Size: 810 Bytes

Versions: 12

Compression:

Stored size: 810 Bytes

Contents

require './lib/qtbindings_version'

spec = Gem::Specification.new do |s|
  s.authors = ['Ryan Melton', 'Jason Thomas', 'Richard Dale', 'Arno Rehn']
  s.email = 'kde-bindings@kde.org'
  s.rubyforge_project = 'qtbindings'
  s.summary = "Qt bindings for ruby"
  s.homepage = "http://github.com/ryanmelt/qtbindings"
  s.name = 'qtbindings'
  s.version = QTBINDINGS_VERSION
  s.requirements << 'none'
  s.require_path = 'lib'
  s.files = Dir['lib/**/*', 'bin/**/*', 'examples/**/*', 'ext/**/*', '*.txt', 'extconf.rb', '*.gemspec', 'Rakefile'].to_a
  s.extensions = ['extconf.rb']
  s.executables = ['smokeapi', 'smokedeptool', 'rbrcc', 'rbuic4', 'rbqtapi']
  s.description = 'qtbindings provides ruby bindings to QT4.x. It is derived from the kdebindings project.'
  s.licenses = ['LGPLv2.1']
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
qtbindings-4.8.6.2-x64-mingw32 qtbindings.gemspec
qtbindings-4.8.6.2-x86-mingw32 qtbindings.gemspec
qtbindings-4.8.6.2 qtbindings.gemspec
qtbindings-4.8.6.1-x64-mingw32 qtbindings.gemspec
qtbindings-4.8.6.1-x86-mingw32 qtbindings.gemspec
qtbindings-4.8.6.1 qtbindings.gemspec
qtbindings-4.8.6.0 qtbindings.gemspec
qtbindings-4.8.6.0-x86-mingw32 qtbindings.gemspec
qtbindings-4.8.5.2 qtbindings.gemspec
qtbindings-4.8.5.2-x86-mingw32 qtbindings.gemspec
qtbindings-4.8.5.1 qtbindings.gemspec
qtbindings-4.8.5.0 qtbindings.gemspec