Skip to content

Commit 661c1b2

Browse files
committed
Boost version and remove some debug puts statements
1 parent 2ce8618 commit 661c1b2

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

auto/generate_module.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ def files_to_operate_on(module_name, pattern=nil)
128128
files = []
129129
triad.each do |triad|
130130
patterns.each_pair do |pattern_file, pattern_traits|
131-
puts @options.inspect
132-
puts pattern_traits.inspect
133-
puts module_name.inspect
134131
files << {
135132
:path => "#{triad[:path]}#{module_name}#{pattern_file}#{triad[:ext]}",
136133
:name => "#{module_name}#{pattern_file}",

release/build.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
119
1+
120
22

release/version.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
2.3.3
1+
2.4.0
22

0 commit comments

Comments
 (0)