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