polyblock 0.8.2 → 0.8.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8e1146e1d16aa6c79820be3f21c05fd5a64f827b
4
- data.tar.gz: 77c7bad7026248b34aa82d825ff1decd2f74bafc
3
+ metadata.gz: 8a1cb31ceb5ee31f82e4ede2a76e61306be3dc07
4
+ data.tar.gz: 6b329d56dcb48580c0d5888bbaf0f06ec7bdd2a8
5
5
  SHA512:
6
- metadata.gz: 29c9dd9c068edbd4d3df5006dcba0d94d4a7a771e183a165d07248d32f5e4c874650987f71d410da1c5b14515bccb024f1424153a8c38c0d3663d985f4eb6708
7
- data.tar.gz: cb093a09af408e8ba6689e8d41473dedbaa26eb910765c1a9e8ed8c13943d64642af3290eb5122a069a69be86e9bac294e32a0fb6a3a1312bc52732fb263fd5a
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 => 'Application.routes.draw do' do
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 config.autoload_paths += %W(#{config.root}/app/models/ckeditor)\n config.assets.precompile += Ckeditor.assets\n config.assets.precompile += %w(ckeditor/*)\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
 
@@ -1,3 +1,3 @@
1
1
  module Polyblock
2
- VERSION = "0.8.2"
2
+ VERSION = "0.8.3"
3
3
  end
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.2
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-08-27 00:00:00.000000000 Z
11
+ date: 2014-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails