gush.gemspec in gush-2.0.0 vs gush.gemspec in gush-2.0.1

- 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 = "2.0.0" + spec.version = "2.0.1" spec.authors = ["Piotrek OkoĊ„ski"] spec.email = ["piotrek@okonski.org"] spec.summary = "Fast and distributed workflow runner based on ActiveJob and Redis" spec.description = "Gush is a parallel workflow runner using Redis as storage and ActiveJob for executing jobs." spec.homepage = "https://github.com/chaps-io/gush"