extjs-mvc 0.4.0.i → 0.4.0.j

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/bin/extjs-mvc +2 -2
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0.i
1
+ 0.4.0.j
data/bin/extjs-mvc CHANGED
@@ -8,10 +8,10 @@ require 'extjs-mvc'
8
8
  # Boot Xmvc CLI listener feeding it an instance of ExtJS::MVC::CLI
9
9
  begin
10
10
  Xmvc::CLI.start(ARGV, {
11
- :host => ExtJS::MVC # <-- Supplied module must contain a CLI Thor task extension
11
+ :host => ExtJS::MVC, # <-- Supplied module must contain a CLI Thor task extension
12
+ :vendors => [ExtJS, ExtJS::MVC]
12
13
  })
13
14
  rescue Xmvc::Error => e
14
15
  Xmvc.ui.error(e.message)
15
16
  exit e.status_code
16
17
  end
17
-
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 4
8
8
  - 0
9
- - i
10
- version: 0.4.0.i
9
+ - j
10
+ version: 0.4.0.j
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ed Spencer and Chris Scott