polyblock 0.8.1 → 0.8.2
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: 8e1146e1d16aa6c79820be3f21c05fd5a64f827b
|
4
|
+
data.tar.gz: 77c7bad7026248b34aa82d825ff1decd2f74bafc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29c9dd9c068edbd4d3df5006dcba0d94d4a7a771e183a165d07248d32f5e4c874650987f71d410da1c5b14515bccb024f1424153a8c38c0d3663d985f4eb6708
|
7
|
+
data.tar.gz: cb093a09af408e8ba6689e8d41473dedbaa26eb910765c1a9e8ed8c13943d64642af3290eb5122a069a69be86e9bac294e32a0fb6a3a1312bc52732fb263fd5a
|
@@ -28,8 +28,8 @@ module Polyblock
|
|
28
28
|
end
|
29
29
|
|
30
30
|
def inject_precompile_directives
|
31
|
-
inject_into_file 'config/application.rb', :
|
32
|
-
|
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.2
|
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-08-
|
11
|
+
date: 2014-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|