Sha256: 9282d05ae7a13af5b1f014098fda1cde402ac3dded10f268c63f7e52b2f4a62a
Contents?: true
Size: 941 Bytes
Versions: 3
Compression:
Stored size: 941 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' spec.add_development_dependency 'bundler' spec.add_development_dependency 'rake' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
draw_erd-0.1.2 | draw_erd.gemspec |
draw_erd-0.1.1 | draw_erd.gemspec |
draw_erd-0.1.0 | draw_erd.gemspec |