fluent_command_builder 0.1.20 → 0.1.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,8 @@ require File.expand_path(File.dirname(__FILE__) + '/command_base')
3
3
  module FluentCommandBuilder
4
4
  class CommandBuilder
5
5
 
6
+ attr_reader :command_name
7
+
6
8
  def initialize command_name, command=nil
7
9
  @command_name = command_name
8
10
  @command = command.to_s
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.20
4
+ version: 0.1.21
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: