gush.gemspec in gush-0.3.1 vs gush.gemspec in gush-0.3.2
- old
+ new
@@ -2,10 +2,10 @@
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
Gem::Specification.new do |spec|
spec.name = "gush"
- spec.version = "0.3.1"
+ spec.version = "0.3.2"
spec.authors = ["Piotrek OkoĊski"]
spec.email = ["piotrek@okonski.org"]
spec.summary = "Fast and distributed workflow runner using only Sidekiq and Redis"
spec.description = "Gush is a parallel workflow runner using only Redis as its message broker and Sidekiq for workers."
spec.homepage = "https://github.com/pokonski/gush"