solokit 0.1.8 → 0.1.9

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.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ 0.1.9
2
+
3
+ Bug with adding users fixed by @tskogberg.
4
+
1
5
  0.1.8
2
6
 
3
7
  Support for a "home" option for each user. Will now create a group for each user if its missing.
data/Gemfile.lock CHANGED
@@ -1,17 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- solokit (0.1.7)
4
+ solokit (0.1.9)
5
5
  activesupport (>= 3.0.0)
6
6
 
7
7
  GEM
8
8
  remote: http://rubygems.org/
9
9
  specs:
10
- activesupport (3.2.3)
10
+ activesupport (3.2.8)
11
11
  i18n (~> 0.6)
12
12
  multi_json (~> 1.0)
13
- i18n (0.6.0)
14
- multi_json (1.3.2)
13
+ i18n (0.6.1)
14
+ multi_json (1.3.6)
15
15
 
16
16
  PLATFORMS
17
17
  ruby
@@ -9,6 +9,7 @@ if node[:users]
9
9
  end
10
10
  user username do
11
11
  comment config[:comment]
12
+ gid username
12
13
 
13
14
  # Added config for home in this site specific cookbook:
14
15
  if config[:home]
@@ -1,3 +1,3 @@
1
1
  module Solokit
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solokit
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 8
10
- version: 0.1.8
9
+ - 9
10
+ version: 0.1.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Joakim Kolsj\xC3\xB6"
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-04-19 00:00:00 +02:00
18
+ date: 2012-10-25 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency