Sha256: 31c36f4adc6fd1515fdaeb6712ce41b7ae036a14d331ee861dd676ae98f01d65

Contents?: true

Size: 525 Bytes

Versions: 7

Compression:

Stored size: 525 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.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

7 entries across 7 versions & 1 rubygems

Version Path
waffle-0.3.5 waffle.gemspec
waffle-0.3.4 waffle.gemspec
waffle-0.3.3 waffle.gemspec
waffle-0.3.2 waffle.gemspec
waffle-0.3.1 waffle.gemspec
waffle-0.2.2 waffle.gemspec
waffle-0.2.1 waffle.gemspec