cloudblocks 0.0.12b → 0.0.12c

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.
Files changed (2) hide show
  1. data/bin/quartz +6 -2
  2. metadata +2 -2
data/bin/quartz CHANGED
@@ -300,7 +300,7 @@ commands = %w[register unregister start stop]
300
300
  @daemon_mode = true
301
301
  command = nil
302
302
  @agent_id = ''
303
- @realtime = false
303
+ @realtime = true
304
304
  OptionParser.new do |opts|
305
305
  opts.banner = <<-EOF
306
306
  CloudQuartz Agent. v#{str_version} (c) 2012 CloudBlocks
@@ -349,10 +349,14 @@ EOF
349
349
  @secret_key = v
350
350
  end
351
351
 
352
- opts.on('-r', '--realtime', 'Enable realtime notifications (beta)') do |v|
352
+ opts.on('-r', '--realtime', 'Enable realtime notifications (default)') do |v|
353
353
  @realtime = true
354
354
  end
355
355
 
356
+ opts.on('-R', '--no-realtime', 'Disable realtime notifications') do |v|
357
+ @realtime = false
358
+ end
359
+
356
360
  opts.on_tail("-h", "--help", "Show this message") do
357
361
  puts opts
358
362
  puts <<-EOF
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudblocks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12b
4
+ version: 0.0.12c
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-28 00:00:00.000000000 Z
12
+ date: 2012-06-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty