Sha256: 93a0f27e9973f52e7caee7893dd8396aed3540918d2e354f6b20cb8789b94593
Contents?: true
Size: 796 Bytes
Versions: 1
Compression:
Stored size: 796 Bytes
Contents
# -*- encoding: utf-8 -*- require_relative 'lib/shoes/version' require_relative 'manifests/shoes-dsl' Gem::Specification.new do |s| s.name = "shoes-dsl" 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{The best little DSL for the best little GUI toolkit for Ruby.} s.description = %q{Shoes is the best little GUI toolkit for Ruby. Shoes makes building for Mac, Windows, and Linux super simple. This is the DSL for writing your app. You'll need a backend to run it.} s.license = 'MIT' s.files = ShoesDslManifest.files s.test_files = ShoesDslManifest.test_files s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-dsl-4.0.0.pre2 | shoes-dsl.gemspec |