Sha256: 3d8fb8109b1eba6f196d378250a8c8d49063c949313e245498f965623bdc1238
Contents?: true
Size: 684 Bytes
Versions: 1
Compression:
Stored size: 684 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "macgap" s.version = "0.0.7" s.authors = ["Alex MacCaw"] s.email = ["info@eribium.org"] s.homepage = "http://github.com/maccman/macgap-rb" s.summary = %q{Generate MacGap applications} s.description = %q{Command line utility for generating MacGap applications} s.rubyforge_project = "macgap" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
macgap-0.0.7 | macgap.gemspec |