Sha256: 679379b94131cb727b6751eee13e47a24cd0750fcc4cb53c333f44044ddc0cca

Contents?: true

Size: 1.16 KB

Versions: 3

Compression:

Stored size: 1.16 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'hallmonitor/version'

Gem::Specification.new do |s|
  s.name = "hallmonitor"
  s.version = Hallmonitor::Version::STRING

  s.authors = ["Chris TenHarmsel"]
  s.summary = "Simple Ruby Event Monitoring"
  s.description = "Hallmonitor is a simple event monitoring framework in Ruby"
  s.email = ["chris@tenharmsel.com"]
  s.homepage = "http://github.com/epchris/hallmonitor"
  s.licenses = ["MIT"]

  s.files = `git ls-files`.split($/)
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
  s.require_paths = ["lib"]

  s.add_runtime_dependency("json", [">= 0"])
  s.add_runtime_dependency("statsd-ruby", [">= 0"])
  s.add_development_dependency("rspec", [">= 2.14"])
  s.add_development_dependency("rdoc", [">= 0"])
  s.add_development_dependency("bundler", ["~> 1.3"])
  s.add_development_dependency("pry-byebug", [">= 0"])
  s.add_development_dependency("rake", [">= 0"])
  s.add_development_dependency("yard", [">= 0"])
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hallmonitor-0.3.0 hallmonitor.gemspec
hallmonitor-0.2.0 hallmonitor.gemspec
hallmonitor-0.1.1 hallmonitor.gemspec