xmvc 0.1.11 → 0.1.12

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.11
1
+ 0.1.12
@@ -33,6 +33,7 @@ module Xmvc
33
33
  say_status "secretary", self.class.to_s
34
34
  Sprockets::Secretary.new({
35
35
  :root => destination_root,
36
+ :load_path => ["vendor/plugins"],
36
37
  :source_files => config["javascripts"]
37
38
  })
38
39
  end
@@ -10,7 +10,7 @@ module Xmvc
10
10
 
11
11
  module InstanceMethods
12
12
  ##
13
- # Convenience method simply delegates to ClassMethod
13
+ # Convenience method simply delegates to ClassMethods
14
14
  #
15
15
  def xmvc_asset(vid, format)
16
16
  self.class.xmvc_asset(vid, format)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 11
9
- version: 0.1.11
8
+ - 12
9
+ version: 0.1.12
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ed Spencer and Chris Scott
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-23 00:00:00 -04:00
17
+ date: 2010-04-01 00:00:00 -04:00
18
18
  default_executable: xmvc
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency