ogatstyle 3.3.1 → 3.3.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: aa236adf9fba3ce31a38dd609220b1703943a619
4
- data.tar.gz: 4fa168aff4d8a51e28cb54d422b3f212fedaf573
3
+ metadata.gz: 96564ea2b6d4febf3a91cbea9f8194834d8269d0
4
+ data.tar.gz: 6520bf62d7fd07773aba87caaafed0c01bbf79fe
5
5
  SHA512:
6
- metadata.gz: cded624b5a3f552b00108ede3e509a2a131bd4ed4bb04c2643a768d761e6341b951392b7bc924a4ed0df99cfb5f4a35fc66fdecc2889b1c37e37dff2ff600f61
7
- data.tar.gz: 2a417cbe804d2ebb326dcc3dde71ff06bfdbbe75b9c718271fa19064b052afe2caf3b9df94f2fe8c50513529cc33ab1e3664d36e953b72df181e10dd19bc0bd4
6
+ metadata.gz: 5d0482d522e42f0b0bedd7ce8f16d7d0da48072c4a235a66f4ac2ec9d3c9b121789b1212dddb8c303d8c208aaa1b718b371ceaf666ad106494d415eda1104cc9
7
+ data.tar.gz: 799779645668e045bd84b0b8cbb6dc9a874a5b8696c88753b7f12cd4cdeaec47fb4d22f3beccc706a8f2408374853d36b80ee281ad788291a5dac131117c4d28
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Upcoming
4
4
 
5
+ ## v3.3.2 - 2017-03-14
6
+
7
+ - [OS-35] Fixed: Default file icon is now being pre-compiled
8
+
5
9
  ## v3.3.1 - 2017-02-07
6
10
 
7
11
  - [OS-34] Updated CI builds
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ogatstyle
4
- VERSION = '3.3.1'
4
+ VERSION = '3.3.2'
5
5
  end
data/lib/ogatstyle.rb CHANGED
@@ -13,7 +13,7 @@ module Ogatstyle
13
13
  initializer 'ogatstyle.assets.precompile' do |app|
14
14
  app.config.assets.precompile << 'ogatstyle/swirl-white-nav.png'
15
15
  app.config.assets.precompile << 'ogatstyle/swirl-white-nav2x.png'
16
- Fileicon::MAPPING.values.uniq.each do |ext|
16
+ Fileicon::MAPPING.values.concat(['default']).uniq.each do |ext|
17
17
  app.config.assets.precompile << "fileicon/#{ext}.png"
18
18
  end
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ogatstyle
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.1
4
+ version: 3.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elliot Bowes
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2017-02-07 00:00:00.000000000 Z
12
+ date: 2017-03-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler