xmvc 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/xmvc/generators/app.rb +1 -2
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.1.6
@@ -63,9 +63,8 @@ module Xmvc
63
63
 
64
64
  def install_host
65
65
  inside("vendor", {}) do |dir|
66
- host = Xmvc.host.new([], {})
66
+ host = Xmvc.host::API.new([], {})
67
67
  host.invoke(:install, [dir])
68
- #Xmvc.host.install(dir)
69
68
  end
70
69
  end
71
70
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 5
9
- version: 0.1.5
8
+ - 6
9
+ version: 0.1.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ed Spencer and Chris Scott