Sha256: 816980a6dfc9f04a28ad06b2a7bfcefbfa136904e3e5b0239dc693693e45ec8e

Contents?: true

Size: 693 Bytes

Versions: 3

Compression:

Stored size: 693 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name = "ganymed-client"
  s.version = Ganymed::Client::VERSION
  s.authors = ["Benedikt Böhm"]
  s.email = ["bb@xnull.de"]
  s.homepage = "http://github.com/zenops/ganymed-client"
  s.summary = %q{Client library for Ganymed}
  s.description = %q{Client library for Ganymed}

  s.files            = `git ls-files`.split("\n")
  s.test_files       = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables      = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths    = ["lib"]

  s.add_dependency "msgpack"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ganymed-client-0.3.0 ganymed-client.gemspec
ganymed-client-0.2.0 ganymed-client.gemspec
ganymed-client-0.1.0 ganymed-client.gemspec