Sha256: e3a0dc27b9e92e206745e6b4755b121a83b4af2e6a929f178eec876a638cff43

Contents?: true

Size: 778 Bytes

Versions: 1

Compression:

Stored size: 778 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "xn/version"

Gem::Specification.new do |s|
  s.name        = "xn.rb"
  s.version     = Xn::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["David Colebatch", "Darrick Wiebe"]
  s.email       = ["dc@xnlogic", "dw@xnlogic"]
  s.homepage    = "http://www.xnlogic.com/"
  s.summary     = %q{XN Logic API client - first used by LightMesh utilities}
  s.description = %q{Aims to provide a semantic wrapper for the XN Logic graph-db application framework's REST API.}
  
  s.add_dependency 'highline'

  s.rubyforge_project = "xn.rb"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xn.rb-0.0.2 xn.rb.gemspec