mongoid_document_editor 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1c829aac0aaf0e876a5c39c28270d98f2bb4d202
4
- data.tar.gz: 6f7b0d83bca3651dd1dba4f0333d3af0bfd869c1
3
+ metadata.gz: 7d4aacae85feb3dacfd3a10625fac399c9d5c11c
4
+ data.tar.gz: 2223f2a9e2f6a9fde8b220a978ee79742588cdae
5
5
  SHA512:
6
- metadata.gz: 410ed4338b2a2bb2e0f51571bdb1bfffa450eec0ee39b3a96081e56050568a07ee4d4f5dbd54a7b3aeaba0011a40e1af42de5740f6419007248897fe99da8157
7
- data.tar.gz: f392cf9de7e411d97a1c32614d080894144b3fb5ac08816e5d8711bceaf133f05968232e277fa6e124fc1af2f554ecfa6ef71c0f8472833a29f616e18c7e7aa2
6
+ metadata.gz: 08565f09c19129d008093d44371b377202322daeeda21e7d9600dd737d571e28a4f51a40d7c1853a0b8b907b1d290910d767201d62cc8e3b55640243336c7e8b
7
+ data.tar.gz: cc2b04e3624d7a06a79f1524c97a0e4b528cdfd070d7347120eb94419e4246b56ffdfbd055aa27a7ee0c2275619dfcd270ca02561df0b7c6d4d30a8eaee00d12
@@ -3,8 +3,8 @@ module Mongoid
3
3
  class Engine < ::Rails::Engine
4
4
  isolate_namespace Mongoid::DocumentEditor
5
5
 
6
- initializer :assets, group: :all do |app|
7
- app.config.assets.paths.push(File.join(app.root, 'vendor/assets/stylesheets'))
6
+ initializer "mongoid_document_editor.assets.precompile" do |app|
7
+ #app.config.assets.paths.push(File.join(app.root, 'vendor/assets/stylesheets'))
8
8
  app.config.assets.precompile += ["base/style.css", "base/doc.css", "jquery.js", "jquery_ujs.js"]
9
9
  end
10
10
 
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module DocumentEditor
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid_document_editor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick DeSteffen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-11 00:00:00.000000000 Z
11
+ date: 2013-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails