foreman_users 0.0.18.4 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,8 +4,8 @@ require "fileutils"
4
4
  attr_accessible :title, :body, :username, :ensure , :gid, :groups, :home , :password, :password_max_age, :password_min_age, :shell, :uid, :groups_attributes
5
5
 
6
6
 
7
- has_many :foreman_users_groups, :class_name => 'ForemanUsers::ForemanUsers::Group', :foreign_key => :user_id
8
- accepts_nested_attributes_for :groups, reject_if: proc { |attributes| attributes['gid'].blank?| attributes['name'].blank? | attributes['ensure'].blank? } , allow_destroy: true
7
+ has_many :foreman_users_groups, class_name: "ForemanUsers::Group", :foreign_key => :user_id
8
+ accepts_nested_attributes_for :foreman_users_groups, reject_if: proc { |attributes| attributes['gid'].blank?| attributes['groupname'].blank? | attributes['ensure'].blank? } , allow_destroy: true
9
9
 
10
10
  after_create :create_dir
11
11
  after_update :create_dir
@@ -1,3 +1,3 @@
1
1
  module ForemanUsers
2
- VERSION = '0.0.18.4'
2
+ VERSION = '0.0.19'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_users
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18.4
4
+ version: 0.0.19
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: