Sha256: 22eb00476ba245099611c0eadd1c54acdb7c0e353384cd9ac7ccd3b04faf0ac6

Contents?: true

Size: 792 Bytes

Versions: 7

Compression:

Stored size: 792 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 = ['LGPL-2.1']
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
qtbindings-4.8.6.5 qtbindings.gemspec
qtbindings-4.8.6.5-x86-mingw32 qtbindings.gemspec
qtbindings-4.8.6.5-x64-mingw32 qtbindings.gemspec
qtbindings-4.8.6.4-x86-mingw32 qtbindings.gemspec
qtbindings-4.8.6.4-x64-mingw32 qtbindings.gemspec
qtbindings-4.8.6.4 qtbindings.gemspec
qtbindings-4.8.6.3 qtbindings.gemspec