Sha256: de54225eb15c00eb4012983e34fff7e7f6ab5959fc2242eb16b515a582a43773
Contents?: true
Size: 897 Bytes
Versions: 1
Compression:
Stored size: 897 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'graphml2json/version' Gem::Specification.new do |spec| spec.name = "graphml2json" spec.version = Graphml2Json::VERSION spec.authors = ["Gregory Ostermayr"] spec.email = ["<gregory.ostermayr@gmail.com>"] spec.description = %q{Convert graphml to json} spec.summary = %q{Convert graphml to json} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files`.split($/) 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_runtime_dependency "nokogiri", "~> 1.6.0" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
graphml2json-0.0.1 | graphml2json.gemspec |