Sha256: 13d187f9ca88a8a68a2f35a203e5bcec6c27a3965be5cb4bbd18e96ce677b3c1

Contents?: true

Size: 957 Bytes

Versions: 2

Compression:

Stored size: 957 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'and-son/version'

Gem::Specification.new do |gem|
  gem.name          = "and-son"
  gem.version       = AndSon::VERSION
  gem.authors       = ["Collin Redding", "Kelly Redding"]
  gem.email         = ["collin.redding@me.com", "kelly@kellyredding.com"]
  gem.description   = "Simple Sanford client for Ruby."
  gem.summary       = "Simple Sanford client for Ruby."
  gem.homepage      = "https://github.com/redding/and-son"

  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.require_paths = ["lib"]

  gem.add_dependency("sanford-protocol",  ["~>0.5"])

  gem.add_development_dependency("assert",        ["~>2.0"])
  gem.add_development_dependency("assert-mocha",  ["~>1.0"])
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
and-son-0.3.1 and-son.gemspec
and-son-0.3.0 and-son.gemspec