eventus 0.3.8 → 0.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,7 +59,7 @@ module Eventus
59
59
 
60
60
  def mark_commit_dispatched(commit_id)
61
61
  Eventus.logger.debug "Marking commit #{commit_id} dispatched"
62
- @commits.update({_id: commit_id}, {dispatched: true})
62
+ @commits.update({_id: commit_id}, {'$set' => {'dispatched' => true}})
63
63
  end
64
64
 
65
65
  private
@@ -1,3 +1,3 @@
1
1
  module Eventus
2
- VERSION = "0.3.8"
2
+ VERSION = "0.3.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eventus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.3.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: