profig 0.07 → 0.07.1.g8ba10a3

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/profig/linux.rb +2 -2
  2. metadata +11 -7
@@ -11,7 +11,7 @@ def self.handle_user(user_name, opts)
11
11
  raise 'Invalid user format'
12
12
  end
13
13
 
14
- cmd = "adduser -q --system --no-create-home"
14
+ cmd = "adduser --quiet --system --no-create-home"
15
15
  cmd += " --disabled-password --disabled-login #{user_name}"
16
16
  system cmd
17
17
  end
@@ -21,7 +21,7 @@ def self.handle_group(group_name, opts)
21
21
  raise 'Unknown group definition'
22
22
  end
23
23
 
24
- cmd = "addgroup -q --system #{group_name}"
24
+ cmd = "addgroup --quiet --system #{group_name}"
25
25
  system(cmd)
26
26
  end
27
27
 
metadata CHANGED
@@ -1,12 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: profig
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
5
- prerelease: false
4
+ hash: -1403458266
5
+ prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- version: "0.07"
9
+ - 1
10
+ - g8ba10a3
11
+ version: 0.07.1.g8ba10a3
10
12
  platform: ruby
11
13
  authors:
12
14
  - Matthew Graham
@@ -54,12 +56,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
54
56
  required_rubygems_version: !ruby/object:Gem::Requirement
55
57
  none: false
56
58
  requirements:
57
- - - ">="
59
+ - - ">"
58
60
  - !ruby/object:Gem::Version
59
- hash: 3
61
+ hash: 25
60
62
  segments:
61
- - 0
62
- version: "0"
63
+ - 1
64
+ - 3
65
+ - 1
66
+ version: 1.3.1
63
67
  requirements: []
64
68
 
65
69
  rubyforge_project: