Sha256: 039bc77ddc3f43be9e7e8577b5f993c8413185c2719fc12222523e08d58422ad

Contents?: true

Size: 846 Bytes

Versions: 1

Compression:

Stored size: 846 Bytes

Contents

require File.expand_path('lib/qtbindings_version', __dir__)

spec = Gem::Specification.new do |s|
  s.authors = ['Ryan Melton', 'Jason Thomas', 'Richard Dale', 'Arno Rehn']
  s.email = 'Sylvain Joyeux <sylvain.joyeux@tidewise.io>'
  s.rubyforge_project = 'qtbindings'
  s.summary = "Qt bindings for ruby"
  s.homepage = "http://github.com/rock-core/qtbindings"
  s.name = 'rock-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

1 entries across 1 versions & 1 rubygems

Version Path
rock-qtbindings-4.8.6.5 rock-qtbindings.gemspec