promiscuous 0.18.1 → 0.18.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: