promotion 1.3.6 → 1.3.7

Sign up to get free protection for your applications and to get access to all the features.
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