wicoris-postman 0.12.0 → 0.12.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,7 +17,7 @@ module Wicoris
17
17
  class Config
18
18
  extend(Mixlib::Config)
19
19
 
20
- default :logger, (l = ::Logger.new(STDOUT); l.formatter = J.Lo; l)
20
+ default :logger, (l = ::Logger.new(STDOUT); l.progname = 'postman'; l.formatter = J.Lo; l)
21
21
  end
22
22
  end
23
23
  end
@@ -1,5 +1,5 @@
1
1
  module Wicoris
2
2
  module Postman
3
- VERSION = '0.12.0'
3
+ VERSION = '0.12.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wicoris-postman
3
3
  version: !ruby/object:Gem::Version
4
- hash: 47
4
+ hash: 45
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 12
9
- - 0
10
- version: 0.12.0
9
+ - 1
10
+ version: 0.12.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Bjo\xCC\x88rn Albers"
@@ -238,7 +238,7 @@ rubyforge_project:
238
238
  rubygems_version: 1.6.2
239
239
  signing_key:
240
240
  specification_version: 3
241
- summary: wicoris-postman-0.12.0
241
+ summary: wicoris-postman-0.12.1
242
242
  test_files:
243
243
  - features/copy.feature
244
244
  - features/fax.feature