Sha256: 55c29c7b66367d47c485dea0b0b076b09e0701feeaf63fad40b081d215790d50

Contents?: true

Size: 749 Bytes

Versions: 3

Compression:

Stored size: 749 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"]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mindapp-0.0.4 mindapp.gemspec
mindapp-0.0.3 mindapp.gemspec
mindapp-0.0.2 mindapp.gemspec