promiscuous 0.18.1 → 0.18.2

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.
@@ -87,7 +87,7 @@ class Promiscuous::CLI
87
87
  options[:personality] = :sync
88
88
  end
89
89
 
90
- opts.on "-c", "--criteria CRITERIA", "Published criteria in sync mode (often a model)" do |criteria|
90
+ opts.on "-c", "--criteria CRITERIA", "Published criteria in sync mode. e.g. Member.where(:created_at.gt => 1.day.ago)" do |criteria|
91
91
  options[:criteria] = criteria
92
92
  end
93
93
 
@@ -1,3 +1,3 @@
1
1
  module Promiscuous
2
- VERSION = '0.18.1'
2
+ VERSION = '0.18.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: promiscuous
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.1
4
+ version: 0.18.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: