Sha256: 6db6ef5cb86f72387fc3dac061aa168755372a58b0b63fac156380b6b5beac4a
Contents?: true
Size: 717 Bytes
Versions: 3
Compression:
Stored size: 717 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_development_dependency("rspec", "~> 2.5.0") s.add_development_dependency("mocha") s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- spec/*`.split("\n") s.require_paths = ["lib"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
healthety-0.0.3 | healthety.gemspec |
healthety-0.0.2 | healthety.gemspec |
healthety-0.0.1 | healthety.gemspec |