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 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
- Compiler.find_standard_component($1).tap do |package|
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
@@ -1,5 +1,5 @@
1
1
  unless defined? FCSHD::VERSION
2
2
  module FCSHD
3
- VERSION = "0.3"
3
+ VERSION = "0.3.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fcshd
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- version: "0.3"
9
+ - 1
10
+ version: 0.3.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Daniel Brockman