Sha256: 218a6ba70955abc8e4b6f09db7fa20ff844b9d958dc8920c5f564460654ab300

Contents?: true

Size: 953 Bytes

Versions: 1

Compression:

Stored size: 953 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      = "http://ogom.github.io/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', '~> 1.4.0'

  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.4.0 draw_erd.gemspec