Sha256: 2286d8562472d50e34a80fa0c3e65d8e3b5aee794544354ae21a32fa78f82f4d
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 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("shoulda", [">= 0"]) s.add_development_dependency("rdoc", [">= 0"]) s.add_development_dependency("bundler", ["~> 1.3"]) s.add_development_dependency("pry-debugger", [">= 0"]) s.add_development_dependency("rake", [">= 0"]) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hallmonitor-0.0.2 | hallmonitor.gemspec |
hallmonitor-0.0.1 | hallmonitor.gemspec |