command_builder 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ module <%= model[:command_builder_module_name] %>
8
8
  module <%= model[:command_module_name] %>
9
9
  module <%= model[:version_module_name] %>
10
10
  VERSION = '<%= model[:version] %>'
11
- @@config = CommandBuilderConfig.new <%= model[:module_name] %>::<%= model[:command_module_name] %>::COMMAND_NAME, VERSION
11
+ @@config = CommandBuilderConfig.new <%= model[:command_builder_module_name] %>::<%= model[:command_module_name] %>::COMMAND_NAME, VERSION
12
12
  def configure_<%= model[:factory_method_name] %>
13
13
  yield @@config
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: command_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: