polygallery 0.3.5 → 0.3.6

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: a4cb87b1b9b1d3ac5a80d3375bbb882d763f9331
4
- data.tar.gz: 3cae08158dcf632f6d7dfd57d0ca590a281129aa
3
+ metadata.gz: b10c17c8dd4f7ed052502b8dd890e82a04c4665c
4
+ data.tar.gz: 7af3e71db31b091b5f1ed4feebd3dbe1ccb5db9a
5
5
  SHA512:
6
- metadata.gz: 8922285506dbd5489b6e806144ef81ab9031fce5ada07598497d9413ae8db4eb8b06a8011183420d225e645ee060fcdb565eb7c2be71967213ae01138c2534a9
7
- data.tar.gz: eca8c82fba62d870dbade8a5d5db18fda7a401513c4268693a8bad615ae1f57861c8cd949c158aec5c231a364da6be1e0fa1d11ebf0cb6e60b99680e1d5728b6
6
+ metadata.gz: f71bae3a031023407dced43ca0316f3f96bdf8bf3f8f3df8624cbd368a6e89c35320eca0143522f4eaaca798a1f919e2bbb7d4388bde00946c1ba8bc03d2e04b
7
+ data.tar.gz: e3d8ad0b667cbe225c7b37fc74017c3994638a46e7f3ed65fc79f483404a8820f9c463c84830eef7c1688f92bfaf6579874c908923a40b0db1feee5efdfcdde0
@@ -20,6 +20,10 @@ module Polygallery
20
20
  initializer "polygallery.view_helpers" do
21
21
  ActionView::Base.send :include, ViewHelpers
22
22
  end
23
+ initializer 'polygallery.assets' do
24
+ Rails.application.config.assets.precompile +=
25
+ %w( polygallery/thumbnail-missing.jpg )
26
+ end
23
27
  end
24
28
 
25
29
  class Railtie
@@ -1,3 +1,3 @@
1
1
  module Polygallery
2
- VERSION = "0.3.5"
2
+ VERSION = "0.3.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polygallery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - MacKinley Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-12 00:00:00.000000000 Z
11
+ date: 2015-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails