foreman_users 1.2.2 → 1.2.3

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.
@@ -54,7 +54,7 @@ class ForemanUsers::Sygroup < ActiveRecord::Base
54
54
  end
55
55
 
56
56
  def create_content
57
- title_content = "class" + "\s" + self.foreman_users_syusermodel.name +"{"
57
+ title_content = "class" + "\s" + self.foreman_users_syusermodel.name + "\s" + "{"
58
58
  user_content = "\n" + "\s\s"
59
59
  if self.foreman_users_syusermodel.syusers.size > 0
60
60
  self.foreman_users_syusermodel.syusers.each do |syuser|
@@ -55,7 +55,7 @@ class ForemanUsers::Syuser < ActiveRecord::Base
55
55
 
56
56
 
57
57
  def create_content
58
- title_content = "class" + "\s" + self.foreman_users_syusermodel.name +"{"
58
+ title_content = "class" + "\s" + self.foreman_users_syusermodel.name + "\s" + "{"
59
59
  user_content = "\n" + "\s\s"
60
60
  if self.foreman_users_syusermodel.syusers.size > 0
61
61
  self.foreman_users_syusermodel.syusers.each do |syuser|
@@ -59,7 +59,7 @@ class ForemanUsers::Syusermodel < ActiveRecord::Base
59
59
  end
60
60
 
61
61
  def create_content
62
- title_content = "class" + "\s" + self.name +"{"
62
+ title_content = "class" + "\s" + self.name + "\s" + "{"
63
63
  user_content = "\n" + "\s\s"
64
64
  if self.syusers.size > 0
65
65
  self.syusers.each do |syuser|
@@ -1,3 +1,3 @@
1
1
  module ForemanUsers
2
- VERSION = '1.2.2'
2
+ VERSION = '1.2.3'
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: 1.2.2
4
+ version: 1.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: