fluent_command_builder 0.0.0 → 0.1.0
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/lib/fluent_command_builder.rb +10 -5
- metadata +20 -42
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
require File.expand_path(File.dirname(__FILE__) + '/fluent_command_builder/command_builders/aspnet_compiler40.rb')
|
|
2
|
+
require File.expand_path(File.dirname(__FILE__) + '/fluent_command_builder/command_builders/cucumber11.rb')
|
|
3
|
+
require File.expand_path(File.dirname(__FILE__) + '/fluent_command_builder/command_builders/dotcover11.rb')
|
|
4
|
+
require File.expand_path(File.dirname(__FILE__) + '/fluent_command_builder/command_builders/installutil40.rb')
|
|
5
|
+
require File.expand_path(File.dirname(__FILE__) + '/fluent_command_builder/command_builders/msbuild40.rb')
|
|
6
|
+
require File.expand_path(File.dirname(__FILE__) + '/fluent_command_builder/command_builders/msdeploy40.rb')
|
|
7
|
+
require File.expand_path(File.dirname(__FILE__) + '/fluent_command_builder/command_builders/netsh2008.rb')
|
|
8
|
+
require File.expand_path(File.dirname(__FILE__) + '/fluent_command_builder/command_builders/nunit25.rb')
|
|
9
|
+
require File.expand_path(File.dirname(__FILE__) + '/fluent_command_builder/command_builders/rake09.rb')
|
|
10
|
+
require File.expand_path(File.dirname(__FILE__) + '/fluent_command_builder/command_builders/tf2010.rb')
|
metadata
CHANGED
|
@@ -1,67 +1,45 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent_command_builder
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 0
|
|
9
|
-
- 0
|
|
10
|
-
version: 0.0.0
|
|
11
6
|
platform: ruby
|
|
12
|
-
authors:
|
|
7
|
+
authors:
|
|
13
8
|
- Matthew Riley
|
|
14
9
|
autorequire:
|
|
15
10
|
bindir: bin
|
|
16
11
|
cert_chain: []
|
|
17
|
-
|
|
18
|
-
date: 2012-01-12 00:00:00 +11:00
|
|
19
|
-
default_executable:
|
|
12
|
+
date: 2012-01-17 00:00:00.000000000 Z
|
|
20
13
|
dependencies: []
|
|
21
|
-
|
|
22
|
-
description: A simple hello world gem
|
|
14
|
+
description: A command line builder with a fluent interface written in Ruby.
|
|
23
15
|
email: matthew@matthewriley.name
|
|
24
16
|
executables: []
|
|
25
|
-
|
|
26
17
|
extensions: []
|
|
27
|
-
|
|
28
18
|
extra_rdoc_files: []
|
|
29
|
-
|
|
30
|
-
files:
|
|
19
|
+
files:
|
|
31
20
|
- lib/fluent_command_builder.rb
|
|
32
|
-
has_rdoc: true
|
|
33
21
|
homepage: http://rubygems.org/gems/fluent_command_builder
|
|
34
22
|
licenses: []
|
|
35
|
-
|
|
36
23
|
post_install_message:
|
|
37
24
|
rdoc_options: []
|
|
38
|
-
|
|
39
|
-
require_paths:
|
|
25
|
+
require_paths:
|
|
40
26
|
- lib
|
|
41
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
27
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
42
28
|
none: false
|
|
43
|
-
requirements:
|
|
44
|
-
- -
|
|
45
|
-
- !ruby/object:Gem::Version
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
- 0
|
|
49
|
-
version: "0"
|
|
50
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
29
|
+
requirements:
|
|
30
|
+
- - ! '>='
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '0'
|
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
51
34
|
none: false
|
|
52
|
-
requirements:
|
|
53
|
-
- -
|
|
54
|
-
- !ruby/object:Gem::Version
|
|
55
|
-
|
|
56
|
-
segments:
|
|
57
|
-
- 0
|
|
58
|
-
version: "0"
|
|
35
|
+
requirements:
|
|
36
|
+
- - ! '>='
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: '0'
|
|
59
39
|
requirements: []
|
|
60
|
-
|
|
61
40
|
rubyforge_project:
|
|
62
|
-
rubygems_version: 1.
|
|
41
|
+
rubygems_version: 1.8.15
|
|
63
42
|
signing_key:
|
|
64
43
|
specification_version: 3
|
|
65
|
-
summary:
|
|
44
|
+
summary: A command line builder with a fluent interface written in Ruby.
|
|
66
45
|
test_files: []
|
|
67
|
-
|