polyblock 0.8.2 → 0.8.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a1cb31ceb5ee31f82e4ede2a76e61306be3dc07
|
4
|
+
data.tar.gz: 6b329d56dcb48580c0d5888bbaf0f06ec7bdd2a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45b917e9da57a3841364dded1592351ad43cbd2f8b2d963381587dea20318d78e21edc32035900225b9fecb1e9f7dc5d4a128165f8b277b6cb5e7ef570c27014
|
7
|
+
data.tar.gz: d182d26acc36ad38f8de170f03229739ee61ffb687444e53f0765ed4253595892a2b6b0935225d55cd5786f40f13eb985f47d3c79fa19e6b293909e78c27372b
|
@@ -22,14 +22,14 @@ module Polyblock
|
|
22
22
|
end
|
23
23
|
|
24
24
|
def inject_engine_routing
|
25
|
-
inject_into_file 'config/routes.rb', :after => '
|
25
|
+
inject_into_file 'config/routes.rb', :after => 'pplication.routes.draw do' do
|
26
26
|
"\n\n mount Ckeditor::Engine => '/ckeditor'\n mount Polyblock::Engine => '/polyblock'\n"
|
27
27
|
end
|
28
28
|
end
|
29
29
|
|
30
30
|
def inject_precompile_directives
|
31
|
-
inject_into_file 'config/application.rb', :before => /^end/ do
|
32
|
-
"\n\n
|
31
|
+
inject_into_file 'config/application.rb', :before => /^ end/ do
|
32
|
+
"\n\n config.autoload_paths += %W(\#{config.root}/app/models/ckeditor)\n config.assets.precompile += Ckeditor.assets\n config.assets.precompile += %w(ckeditor/*)\n"
|
33
33
|
end
|
34
34
|
end
|
35
35
|
|
data/lib/polyblock/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: polyblock
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MacKinley Smith
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-10-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|