Sha256: bdaef5c59f089dc53b2feddeac66fdbe5bac274393bb844a0fe7db2a4457478b
Contents?: true
Size: 970 Bytes
Versions: 1
Compression:
Stored size: 970 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('lib/shoes/swt/version') Gem::Specification.new do |s| s.name = "shoes-swt" s.version = Shoes::Swt::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Team Shoes"] s.email = ["shoes@librelist.com"] s.homepage = "https://github.com/shoes/shoes4" s.summary = 'A JRuby and Swt backend for Shoes, the best little GUI toolkit for Ruby.' s.description = 'A JRuby and Swt backend for Shoes, the best little GUI toolkit for Ruby. Shoes makes building for Mac, Windows, and Linux super simple.' s.license = 'MIT' s.files = `git ls-files`.split($/) s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ["lib"] s.add_dependency "swt", "~>4.4" s.add_dependency "after_do", "~>0.3" s.add_dependency "shoes-core", Shoes::Swt::VERSION s.add_dependency "shoes-package", Shoes::Swt::VERSION s.executables = ['shoes-swt'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-swt-4.0.0.pre4 | shoes-swt.gemspec |