Sha256: 92a445a0f27e9bcd98f6572c168d358d241a743a748fa4a54d9a4685a0e74da2

Contents?: true

Size: 800 Bytes

Versions: 11

Compression:

Stored size: 800 Bytes

Contents

require './lib/qtbindings_version'

spec = Gem::Specification.new do |s|
  s.authors = ['Richard Dale', 'Arno Rehn', 'Ryan Melton']
  s.email = 'kde-bindings@kde.org'
  s.rubyforge_project = 'qtbindings'
  s.platform = Gem::Platform::CURRENT
  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.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

11 entries across 11 versions & 1 rubygems

Version Path
qtbindings-4.8.3.0-x86-mingw32 qtbindingsnative.gemspec
qtbindings-4.8.3.0 qtbindingsnative.gemspec
qtbindings-4.6.3.4-x86-mingw32 qtbindingsnative.gemspec
qtbindings-4.6.3.4 qtbindingsnative.gemspec
qtbindings-4.6.3.3 qtbindingsnative.gemspec
qtbindings-4.6.3.2-x86-mingw32 qtbindingsnative.gemspec
qtbindings-4.6.3.2 qtbindingsnative.gemspec
qtbindings-4.6.3.1 qtbindingsnative.gemspec
qtbindings-4.6.3.1-x86-mingw32 qtbindingsnative.gemspec
qtbindings-4.6.3.0 qtbindingsnative.gemspec
qtbindings-4.6.3.0-x86-mingw32 qtbindingsnative.gemspec