Sha256: 801f47f93742b0d725f840e622899edebc6fbbdf57d16d2fb4b7c6e469095250
Contents?: true
Size: 544 Bytes
Versions: 4
Compression:
Stored size: 544 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require "waffle/version" Gem::Specification.new do |s| s.name = 'waffle' s.version = Waffle::VERSION s.homepage = 'http://github.com/peanut/waffle' s.authors = ['Alexander Lomakin'] s.email = 'alexander.lomakin@gmail.com' s.homepage = '' s.summary = 'Abstract flow publisher and subscriber' s.description = 'Client part of Patty statistics server' s.files = `git ls-files`.split("\n") s.add_runtime_dependency 'bunny' s.add_runtime_dependency 'yajl-ruby' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
waffle-0.1.3 | waffle.gemspec |
waffle-0.1.2 | waffle.gemspec |
waffle-0.1.1 | waffle.gemspec |
waffle-0.1.0 | waffle.gemspec |