opendelivery 0.0.19 → 0.0.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/opendelivery/stack.rb +1 -1
  2. metadata +2 -2
@@ -102,7 +102,7 @@ module OpenDelivery
102
102
  end
103
103
  end
104
104
 
105
- def print_status(status, silent)
105
+ def print_status(status, silent=false)
106
106
  timestamp = Time.now.strftime("%Y.%m.%d %H:%M:%S:%L")
107
107
  unless silent
108
108
  puts "#{timestamp}: #{status}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opendelivery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.19
4
+ version: 0.0.20
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-09-12 00:00:00.000000000 Z
14
+ date: 2013-10-03 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rspec