extjs-mvc 0.4.0.d → 0.4.0.e

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/bin/extjs-mvc +1 -0
  3. data/lib/extjs-mvc.rb +1 -2
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0.d
1
+ 0.4.0.e
data/bin/extjs-mvc CHANGED
@@ -17,3 +17,4 @@ rescue Xmvc::Error => e
17
17
  Xmvc.ui.error(e.message)
18
18
  exit e.status_code
19
19
  end
20
+
data/lib/extjs-mvc.rb CHANGED
@@ -18,9 +18,8 @@ module ExtJS
18
18
  end
19
19
 
20
20
  def install(dest)
21
- FileUtils.cp_r(VENDOR_PATH, File.join(dest, config["name"]))
21
+ FileUtils.cp_r(VENDOR_PATH, dest)
22
22
  end
23
-
24
23
  end
25
24
  end
26
25
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 4
8
8
  - 0
9
- - d
10
- version: 0.4.0.d
9
+ - e
10
+ version: 0.4.0.e
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ed Spencer and Chris Scott
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-03-11 00:00:00 -05:00
18
+ date: 2010-03-13 00:00:00 -05:00
19
19
  default_executable: extjs-mvc
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency