fluent_command_builder 0.1.16 → 0.1.17

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.
@@ -124,11 +124,11 @@ module FluentCommandBuilder
124
124
  @builder.append " interfaceType=#{@builder.format type}"
125
125
  self
126
126
  end
127
- def rmtcomputergrp sddl_string
127
+ def remote_computer_group sddl_string
128
128
  @builder.append " rmtcomputergrp=#{@builder.format sddl_string}"
129
129
  self
130
130
  end
131
- def rmtusgrp sddl_string
131
+ def remote_user_group sddl_string
132
132
  @builder.append " rmtusgrp=#{@builder.format sddl_string}"
133
133
  self
134
134
  end
@@ -326,11 +326,11 @@ module FluentCommandBuilder
326
326
  @builder.append " interfaceType=#{@builder.format type}"
327
327
  self
328
328
  end
329
- def rmtcomputergrp sddl_string
329
+ def remote_computer_group sddl_string
330
330
  @builder.append " rmtcomputergrp=#{@builder.format sddl_string}"
331
331
  self
332
332
  end
333
- def rmtusgrp sddl_string
333
+ def remote_user_group sddl_string
334
334
  @builder.append " rmtusgrp=#{@builder.format sddl_string}"
335
335
  self
336
336
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent_command_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-02-04 00:00:00.000000000 Z
12
+ date: 2012-02-05 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A command line builder with a fluent interface written in Ruby.
15
15
  email: matthew-github@matthewriley.name