Sha256: 6867ab9f240a6091338a3d1334e546a907bf9feb11ed5f228b5a1dc2e74b8306

Contents?: true

Size: 991 Bytes

Versions: 1

Compression:

Stored size: 991 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      = "https://github.com/gregors/graphml2json"
  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 "rspec", "~> 2.14.1"
  spec.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
graphml2json-0.0.2 graphml2json.gemspec