Sha256: 4ff81c8682a039b58308cdc71a5cfd1c83493be4056398bca3c1382acb0b8755

Contents?: true

Size: 542 Bytes

Versions: 3

Compression:

Stored size: 542 Bytes

Contents

$:.push File.expand_path("../lib", __FILE__)

require "waffle/version"

Gem::Specification.new do |s|
  s.name = 'waffle'
  s.version = Waffle::VERSION
  s.rubyforge_project = "waffle"

  s.homepage = 'http://github.com/undr/waffle'
  s.authors = ['Alexander Lomakin', 'Andrey Lepeshkin']
  s.email = ['alexander.lomakin@gmail.com', 'lilipoper@gmail.com']

  s.summary = 'Abstract flow publisher and subscriber'
  s.description = 'Abstract flow publisher and subscriber'

  s.files = `git ls-files`.split("\n")
  s.add_dependency("rake")
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
waffle-0.5.1 waffle.gemspec
waffle-0.5.0 waffle.gemspec
waffle-0.4.0 waffle.gemspec