gush.gemspec in gush-0.2.1 vs gush.gemspec in gush-0.2.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.2.1" + spec.version = "0.2.2" spec.authors = ["Piotrek OkoĊ„ski"] spec.email = ["piotrek@okonski.org"] spec.summary = "Fast and distributed workflow runner using only Sidekiq and Redis" spec.homepage = "https://github.com/pokonski/gush" spec.license = "MIT"