mongoid-colors 0.3 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,8 +33,8 @@ module MongoidColors::Colorizer
33
33
  end
34
34
 
35
35
  line << case m[:operation]
36
- when /(QUERY|COUNT)/ then "#{m[:operation]} ".colorize(:green)
37
- when /(INSERT|UPDATE|MODIFY)/ then "#{m[:operation]} ".red
36
+ when /(QUERY|COUNT)/ then "#{m[:operation]} ".colorize(:green)
37
+ when /(INSERT|UPDATE|MODIFY|DELETE)/ then "#{m[:operation]} ".red
38
38
  else "#{m[:operation]} "
39
39
  end
40
40
 
@@ -1,3 +1,3 @@
1
1
  module MongoidColors
2
- VERSION = '0.3'
2
+ VERSION = '0.3.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-colors
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.3'
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: