Sha256: 5a46bad29af13e9622d47161ff93317fb743a0a25981fe5f661c5d942c681b19
Contents?: true
Size: 849 Bytes
Versions: 1
Compression:
Stored size: 849 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/graphshaper/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Lucas Dohmen"] gem.email = ["me@moonglum.net"] gem.description = %q{Graphshaper generates graphs for databases} gem.summary = %q{Graphshaper can generate realistic, scale-free graphs of any size. The resulting graph can then be saved into different kinds of databases.} gem.homepage = "http://github.com/moonglum/graphshaper" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "graphshaper" gem.require_paths = ["lib"] gem.version = Graphshaper::VERSION gem.add_development_dependency 'rspec' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
graphshaper-0.0.1 | graphshaper.gemspec |