Skip to content

Commit

Permalink
Boost version and remove some debug puts statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandervoord committed Oct 28, 2016
1 parent 2ce8618 commit 661c1b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions auto/generate_module.rb
Expand Up @@ -128,9 +128,6 @@ def files_to_operate_on(module_name, pattern=nil)
files = []
triad.each do |triad|
patterns.each_pair do |pattern_file, pattern_traits|
puts @options.inspect
puts pattern_traits.inspect
puts module_name.inspect
files << {
:path => "#{triad[:path]}#{module_name}#{pattern_file}#{triad[:ext]}",
:name => "#{module_name}#{pattern_file}",
Expand Down
2 changes: 1 addition & 1 deletion release/build.info
@@ -1,2 +1,2 @@
119
120

2 changes: 1 addition & 1 deletion release/version.info
@@ -1,2 +1,2 @@
2.3.3
2.4.0

0 comments on commit 661c1b2

Please sign in to comment.