tkh_admin_panel 0.9.5 → 0.9.6

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: fc7111696f79911feb6eb802cfa51bbbaf330f41
4
- data.tar.gz: 824cf58a4ae70752b8274278dc7c577c804c51e1
3
+ metadata.gz: 88ac10a55c3f28e05766c2dea4b57cecb9eb8bcd
4
+ data.tar.gz: 9182a2cd493f8ffc82d90dc38caff4c2c8ea8ee2
5
5
  SHA512:
6
- metadata.gz: 1f518d3aefabcb962fdc10e8bc3b64db5a44b894898c9d645153fc9469238bafbe78b70ff23ab171f18da810978446a37f4c97904c6aa4f866a9ba32e22e680b
7
- data.tar.gz: 6db2ce58749d380f3aad2f4f5ebddd8b02082dc02ea64e8894f7e820dc72c634ab148176687d38be7bc5693f6e2670c8aaa469ac82f66dc2e6dd3a36f2b76324
6
+ metadata.gz: fd5dc7661ff3dc2e3a19f2893581bb68f2ce90f1fe2e2fa460d375cab25e2e5db49de8b61dfc8b66a88973bb3651175845d41aff51bd1ef0520f5b7c8b94ba90
7
+ data.tar.gz: b2f4c82a2a813271952cc4d5f68e34fbf2ff391e9b933c1044ffda1eddfd00b004f0e2122414d13282ab0aa99b35220cb71377f5d845ce72cfb13480725b2387
data/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
 
5
5
 
6
- ## 0.9.5
6
+ ## 0.9.6
7
7
 
8
8
  * Added the glyphicon fonts. There was a problem with originally corrupted fonts in Bootstrap
9
9
 
@@ -1 +1,15 @@
1
+ /*
2
+ Override Bootstrap 3 font locations
3
+ There is/was a bug in Bootstrap with corrupted glyphicons fonts
4
+ Imported the fonts manually to the right folder
5
+ */
6
+
7
+ @font-face {
8
+ font-family: 'Glyphicons Halflings';
9
+ src: url(font-path('glyphicons-halflings-regular.eot') + "?#iefix") format('embedded-opentype'),
10
+ url(font-path('glyphicons-halflings-regular.woff')) format('woff'),
11
+ url(font-path('glyphicons-halflings-regular.ttf')) format('truetype'),
12
+ url(font-path('glyphicons-halflings-regular.svg') + "#glyphicons_halflingsregular") format('svg');
13
+ }
14
+
1
15
  @import "bootstrap";
@@ -1,3 +1,3 @@
1
1
  module TkhAdminPanel
2
- VERSION = "0.9.5"
2
+ VERSION = "0.9.6"
3
3
  end
@@ -12,6 +12,8 @@ module TkhAdminPanel
12
12
  class Engine < ::Rails::Engine
13
13
  initializer "TkhAdminPanel precompile hook", :group => :all do |app|
14
14
  app.config.assets.precompile += ['admin.js', 'admin.css', 'admin/pages.js']
15
+ # add app/assets/fonts to the asset path
16
+ app.config.assets.paths << Rails.root.join("app", "assets", "fonts")
15
17
  end
16
18
 
17
19
  # to extend the application_controller in the host app
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_admin_panel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swami Atma