Sha256: d09614953cbb3450f86c9da7de0ae160d03cc74de9ac90e5f12f7ad21693f197
Contents?: true
Size: 771 Bytes
Versions: 1
Compression:
Stored size: 771 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'mindapp/version' Gem::Specification.new do |gem| gem.name = "mindapp" gem.version = Mindapp::VERSION gem.authors = ["songrit"] gem.email = ["songrit@gmail.com"] gem.description = %q{generate Ruby on Rails app from mind map} gem.summary = %q{generate Ruby on Rails app from mind map} gem.homepage = "https://github.com/songrit/mindapp" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.license = 'MIT' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mindapp-0.0.5 | mindapp.gemspec |