Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
jruizgit committed Sep 8, 2020
1 parent f4da986 commit 72070f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions durable_rules.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'durable_rules'
s.version = '2.0.27'
s.version = '2.0.28'
s.summary = "for real time analytics (a Ruby Rules Engine)"
s.description = "A lightweight library for real-time, consistent and scalable coordination of events."
s.authors = ["Jesus Ruiz"]
Expand All @@ -25,5 +25,5 @@ Gem::Specification.new do |s|

s.add_development_dependency "rake", '~> 12.3', '>= 12.3.3'
s.add_development_dependency "rake-compiler", "~> 0.9.5"
s.add_runtime_dependency "timers", "~> 4.0"
s.add_runtime_dependency "timers", "~> 4.3"
end

0 comments on commit 72070f4

Please sign in to comment.