Sha256: c689c966012b8169e45e3c438ccc21b7b6e4a0c0ac2a3537c46df672e670e4b5

Contents?: true

Size: 769 Bytes

Versions: 2

Compression:

Stored size: 769 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    = "http://github.com/healthety/ruby_worker"
  s.description = "The Ruby Worker sends JSON data via UDP packets to a given host."
  s.summary     = s.description

  s.add_dependency("json", "~> 1.5.1")
  s.add_development_dependency("rspec", "~> 2.5.0")
  s.add_development_dependency("mocha", "~> 0.9.12")

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
healthety-0.0.5 healthety.gemspec
healthety-0.0.4 healthety.gemspec