dev 1.0.118 → 1.0.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/dev/Project.rb +1 -1
- metadata +1 -1
data/lib/dev/Project.rb
CHANGED
|
@@ -465,7 +465,7 @@ class Project < Hash
|
|
|
465
465
|
|
|
466
466
|
self[:type]="C#" if self[:type].nil?
|
|
467
467
|
|
|
468
|
-
[ "version","dev_root","src_glob","scm_type",
|
|
468
|
+
[ "name","version","dev_root","src_glob","scm_type",
|
|
469
469
|
"paths","add","pull","setup","compile","test","features","commit","update", "toolset" ].each do |k|
|
|
470
470
|
puts_debug "set_default_value(#{k})"
|
|
471
471
|
set_default_value(k)
|