promotion 1.3.6 → 1.3.7

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 (3) hide show
  1. data/CHANGELOG +3 -0
  2. data/lib/promotion/install.rb +1 -1
  3. metadata +3 -3
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ == Version 1.3.7
2
+ - Ensured /var/staging is created with mode 0755
3
+
1
4
  == Version 1.3.6
2
5
  - Allow multiple daemon entries, if they use the Name attribute.
3
6
 
@@ -60,6 +60,6 @@ executables.each { |exe|
60
60
  # create staging area
61
61
  staging = "/var/staging"
62
62
  puts("Creating staging area /var/staging")
63
- FileUtils.mkdir_p(staging)
63
+ FileUtils.mkdir_p(staging, :mode => 0755)
64
64
  puts(" " + `ls -ld #{staging}`)
65
65
  puts("Done.")
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: promotion
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 6
10
- version: 1.3.6
9
+ - 7
10
+ version: 1.3.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Richard Kernahan