Sha256: e8d55b4ebb129c1a8a5c34814702902b480102a52192ff5ca81ebe934b6be376

Contents?: true

Size: 993 Bytes

Versions: 1

Compression:

Stored size: 993 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($INPUT_RECORD_SEPARATOR)
  s.test_files    = s.files.grep(%r{^(test|spec|features)/})
  s.require_paths = ["lib"]

  s.add_dependency "swt", "~>4.4.0"
  s.add_dependency "after_do", "~>0.4.0"
  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.pre7 shoes-swt.gemspec