Sha256: 916681de9b42f146741703f2106bc5a94d57b3f4a0b01292748b7f7acd46f62b
Contents?: true
Size: 861 Bytes
Versions: 1
Compression:
Stored size: 861 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('lib/shoes/package/version') Gem::Specification.new do |s| s.name = "shoes-package" s.version = Shoes::Package::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Team Shoes"] s.email = ["shoes@librelist.com"] s.homepage = "https://github.com/shoes/shoes4" s.summary = 'Application packaging for Shoes, the best little GUI toolkit for Ruby.' s.description = 'Application packaging 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 "shoes-core", Shoes::Package::VERSION s.add_dependency "furoshiki", "~> 0.3.1" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-package-4.0.0.pre4 | shoes-package.gemspec |