fcshd 0.3 → 0.3.1
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/fcshd/problem.rb +1 -1
- data/lib/fcshd/version.rb +1 -1
- metadata +3 -2
data/lib/fcshd/problem.rb
CHANGED
|
@@ -54,7 +54,7 @@ missing MXML version
|
|
|
54
54
|
/^Type was not found or was not a compile-time constant: (.+)\.$/
|
|
55
55
|
then
|
|
56
56
|
["#{quote $1} undeclared"].tap do |result|
|
|
57
|
-
|
|
57
|
+
FlexHome.find_component($1).tap do |package|
|
|
58
58
|
result << "→ import #{package}.*" if package
|
|
59
59
|
end
|
|
60
60
|
end
|
data/lib/fcshd/version.rb
CHANGED
metadata
CHANGED