Sha256: bb107cf6128675cc2ccd1621c02b8f40b9f062912a47930d2bd14629a9bc1af8

Contents?: true

Size: 751 Bytes

Versions: 1

Compression:

Stored size: 751 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "healthety"
  s.version     = Healthety::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = "Martin Jagusch"
  s.email       = "m@martinjagusch.com"
  s.homepage    = "https://github.com/healthety/ruby_worker"
  s.description = "Sends JSON wrapped data via UDP packets to a given host."
  s.summary     = s.description

  s.add_dependency("json", "~> 1.5.1")
  s.add_dependency("daemons", "~> 1.1.3")
  s.add_development_dependency("rspec", "~> 2.6.0")

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
healthety-0.0.7 healthety.gemspec