Sha256: 28c81e552811d61b2f52a6be4086a7f4b17af6155794c56bf574db15c02aad51
Contents?: true
Size: 782 Bytes
Versions: 3
Compression:
Stored size: 782 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/munin-ruby/version', __FILE__) Gem::Specification.new do |gem| gem.name = "munin-ruby" gem.version = Munin::VERSION.dup gem.author = "Dan Sosedoff" gem.email = "dan.sosedoff@gmail.com" gem.homepage = "http://github.com/sosedoff/munin-ruby" gem.description = "Munin Node client" gem.summary = "Ruby client library to communicate with munin-node servers" gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.executables = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f)} gem.require_paths = ['lib'] gem.add_development_dependency 'rspec', '~> 2.6' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
munin-ruby-0.2.3 | munin-ruby.gemspec |
munin-ruby-0.2.2 | munin-ruby.gemspec |
munin-ruby-0.2.1 | munin-ruby.gemspec |