Sha256: 1b3faafabe5f064dc66b824eda35d2d6501d905733e256d3648bf9d61ef9d7e7
Contents?: true
Size: 945 Bytes
Versions: 2
Compression:
Stored size: 945 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "hoptoad_zmq_notifier/version" Gem::Specification.new do |s| s.name = "hoptoad_zmq_notifier" s.version = HoptoadZmqNotifier::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Nick Recobra"] s.email = ["oruenu@gmail.com"] s.homepage = "" s.summary = %q{0MQ client for Errbit} s.description = %q{Hoptoad Notifier extension making hoptoad client speak to server via 0MQ socket.} s.rubyforge_project = "hoptoad_notifier_zmq" s.add_dependency 'hoptoad_notifier', '> 0' s.add_dependency 'ffi-rzmq' s.add_dependency 'ffi' s.add_development_dependency 'rspec', '>= 2.5.0' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hoptoad_zmq_notifier-0.1.1 | hoptoad_notifier_zmq.gemspec |
hoptoad_zmq_notifier-0.1.0 | hoptoad_notifier_zmq.gemspec |