Sha256: 8ff75a62adf98dd918e1ec6eb2fec01ce73f00d787755fe83bdae349c212c830

Contents?: true

Size: 682 Bytes

Versions: 2

Compression:

Stored size: 682 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/graph_builder/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Thomas Sonntag"]
  gem.email         = ["git@sonntagsbox.de"]
  gem.description   = %q{DSL for building directed graphs}
  gem.summary       = %q{DSL for building directed graphs}
  gem.homepage      = ""

  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.name          = "graph_builder"
  gem.require_paths = ["lib"]
  gem.version       = GraphBuilder::VERSION
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
graph_builder-1.0.1 graph_builder.gemspec
graph_builder-1.0.0 graph_builder.gemspec