polyblock 0.8.1 → 0.8.2

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: 2c0b2a91024ad5e1bb738464dfba70f5f86eab39
4
- data.tar.gz: c355af45e8d74a354c23264c647889c7f8540cc0
3
+ metadata.gz: 8e1146e1d16aa6c79820be3f21c05fd5a64f827b
4
+ data.tar.gz: 77c7bad7026248b34aa82d825ff1decd2f74bafc
5
5
  SHA512:
6
- metadata.gz: 4eea0556cae530fc6c0d2f5bf7b3289e6615f3759b73e57408f9d18d8d403d5b157a41176e5a69b8dea9853864a8799c51764c1d32bc6a3ae804e7f93aa29d2e
7
- data.tar.gz: 756dad9394f0a238bddbca849b9f31675d4d8508ca8e338e7ed0473f18767d67b19c38fba501d87f3ce3609c5be4f566574b67199bd8eaa4075c2c0689df2b06
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', :after => 'class Application < Rails::Application' 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.1"
2
+ VERSION = "0.8.2"
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.1
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-06 00:00:00.000000000 Z
11
+ date: 2014-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails