Sha256: 614f2dbb987cf6d51236b1c490a59ea12bd4c6c1910f9b94e66130c71609b753
Contents?: true
Size: 818 Bytes
Versions: 1
Compression:
Stored size: 818 Bytes
Contents
# -*- encoding: utf-8 -*- require 'base64' require File.expand_path('../lib/ruby_xymon/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Bryan Taylor"] gem.email = ['YmNwdGF5bG9yQGdtYWlsLmNvbQ==\n'].collect{ |foo| Base64.decode64(foo) } gem.description = %q{ A very simple way to send messages to Xymon } gem.summary = %q{ An incredibly simple way to send messages to Xymon, with no frills at all } gem.homepage = "http://github.com/rubyisbeautiful/ruby_xymon" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "ruby_xymon" gem.require_paths = ["lib"] gem.version = RubyXymon::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby_xymon-0.0.2 | ruby_xymon.gemspec |