Sha256: 9448dfc83205b7fae4a94bb6e1f4b2e93220798e53a8de09e550be1e96c270d3
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 KB
Contents
# -*- encoding: utf-8 -*- require_relative 'lib/shoes/version' require_relative 'manifests/shoes' Gem::Specification.new do |s| s.name = "shoes" s.version = Shoes::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Team Shoes"] s.email = ["shoes@librelist.com"] s.homepage = "https://github.com/shoes/shoes4" s.summary = %q{Shoes is the best little GUI toolkit for Ruby. Shoes runs on JRuby only for now.} s.description = %q{Shoes is the best little GUI toolkit for Ruby. Shoes makes building for Mac, Windows, and Linux super simple. Shoes runs on JRuby only for now.} s.license = 'MIT' s.files = ShoesManifest.files s.test_files = ShoesManifest.test_files s.require_paths = ["lib"] s.add_dependency "shoes-dsl", Shoes::VERSION s.add_dependency "shoes-swt", Shoes::VERSION s.add_dependency "furoshiki", ">=0.1.2" # For packaging s.add_dependency "nokogiri" # For converting the manual to HTML # Curious why we don't install shoes? See ext/Rakefile for the nitty-gritty. s.executables = ['shoes-stub', 'ruby-shoes'] s.extensions = ['ext/install/Rakefile'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-4.0.0.pre2 | shoes.gemspec |