JasonKing-pulp 0.8.5 → 0.8.6

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/lib/passenger/config.rb +1 -1
  2. metadata +1 -1
@@ -279,7 +279,7 @@ module Passenger
279
279
 
280
280
  def ensure_dir(d)
281
281
  _umask = File.umask(022)
282
- _dir = File.mkdirs(File.join(dir, d))
282
+ _dir = Dir.mkdir(File.join(dir, d))
283
283
  File.umask(_umask)
284
284
  _dir
285
285
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: JasonKing-pulp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason King