Sha256: 7d7a1ba185d6399f660a613c5c6a1bc70854ddb83989d8b1634758c70762758e

Contents?: true

Size: 815 Bytes

Versions: 4

Compression:

Stored size: 815 Bytes

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'gliffynator/version'

Gem::Specification.new do |spec|
  spec.name = 'gliffynator'
  spec.version = Gliffynator::VERSION
  spec.authors = ['Tim Zwolak']
  spec.email = ['timothypage@gmail.com']
  spec.summary = "Generate Gliffy diagrams in .gliffy format in Ruby"
  spec.description = <<-eos
    Simple DSL for generating Gliffy diagrams in ruby and exporting in .gliffy format.
    Includes some basic shapes from the UML library
  eos

  spec.homepage = 'https://github.com/timothypage/gliffynator'
  spec.license = 'MIT'
  spec.files = `git ls-files -z`.split("\x0")
  spec.require_paths = ['lib']
  spec.add_development_dependency 'rake', '10.4.2'
  spec.add_development_dependency 'rspec', '3.4.0'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gliffynator-0.0.4 gliffynator.gemspec
gliffynator-0.0.3 gliffynator.gemspec
gliffynator-0.0.2 gliffynator.gemspec
gliffynator-0.0.1 gliffynator.gemspec