Sha256: f45ffc2aafaa58741ce8de5e5d0047c48a7ec7c128d07c1a97c72162ae00fdaa
Contents?: true
Size: 943 Bytes
Versions: 1
Compression:
Stored size: 943 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'draw_erd/version' Gem::Specification.new do |spec| spec.name = "draw_erd" spec.version = DrawErd::VERSION spec.authors = ["ogom"] spec.email = ["ogom@hotmail.co.jp"] spec.summary = %q{Drawing the Entity-Relationship Diagram.} spec.description = %q{Drawing the Entity-Relationship Diagram of Rails.} spec.homepage = "https://github.com/ogom/draw_erd" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_dependency 'rails' spec.add_dependency 'rails-erd' spec.add_development_dependency 'bundler' spec.add_development_dependency 'rake' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
draw_erd-0.0.1 | draw_erd.gemspec |