mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-10-13 02:05:37 +08:00
Boost version and remove some debug puts statements
This commit is contained in:
@ -128,9 +128,6 @@ class UnityModuleGenerator
|
|||||||
files = []
|
files = []
|
||||||
triad.each do |triad|
|
triad.each do |triad|
|
||||||
patterns.each_pair do |pattern_file, pattern_traits|
|
patterns.each_pair do |pattern_file, pattern_traits|
|
||||||
puts @options.inspect
|
|
||||||
puts pattern_traits.inspect
|
|
||||||
puts module_name.inspect
|
|
||||||
files << {
|
files << {
|
||||||
:path => "#{triad[:path]}#{module_name}#{pattern_file}#{triad[:ext]}",
|
:path => "#{triad[:path]}#{module_name}#{pattern_file}#{triad[:ext]}",
|
||||||
:name => "#{module_name}#{pattern_file}",
|
:name => "#{module_name}#{pattern_file}",
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
119
|
120
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
2.3.3
|
2.4.0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user