fluent_command_builder 0.1.23 → 0.1.26
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.
|
@@ -406,11 +406,6 @@ module FluentCommandBuilder
|
|
|
406
406
|
yield @builder if block_given?
|
|
407
407
|
self
|
|
408
408
|
end
|
|
409
|
-
def collection team_project_collection_url
|
|
410
|
-
@builder.append " /collection:#{@builder.format team_project_collection_url}"
|
|
411
|
-
yield @builder if block_given?
|
|
412
|
-
self
|
|
413
|
-
end
|
|
414
409
|
def force
|
|
415
410
|
@builder.append ' /force'
|
|
416
411
|
yield @builder if block_given?
|
|
@@ -394,11 +394,6 @@ module FluentCommandBuilder
|
|
|
394
394
|
yield @builder if block_given?
|
|
395
395
|
self
|
|
396
396
|
end
|
|
397
|
-
def collection team_project_collection_url
|
|
398
|
-
@builder.append " -collection:#{@builder.format team_project_collection_url}"
|
|
399
|
-
yield @builder if block_given?
|
|
400
|
-
self
|
|
401
|
-
end
|
|
402
397
|
def force
|
|
403
398
|
@builder.append ' -force'
|
|
404
399
|
yield @builder if block_given?
|
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.
|
|
4
|
+
version: 0.1.26
|
|
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-
|
|
12
|
+
date: 2012-02-22 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
|