tkh_admin_panel 0.9.17 → 0.9.18
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 +4 -4
- data/CHANGELOG.md +11 -0
- data/app/assets/images/glyphicons-halflings-regular.eot +0 -0
- data/app/assets/images/glyphicons-halflings-regular.svg +1143 -0
- data/app/assets/images/glyphicons-halflings-regular.ttf +0 -0
- data/app/assets/images/glyphicons-halflings-regular.woff +0 -0
- data/lib/tkh_admin_panel/version.rb +1 -1
- data/tkh_admin_panel.gemspec +2 -2
- metadata +12 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52c08d9689da015f0a2b7cbd9c004019d80ca9f7
|
4
|
+
data.tar.gz: 02a7f119c6f18c440f2a2d3e48a803affc4c014a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b0316a7e4db2c215d29c52a54e831b0748bd40696943b2ebc6291c9f7a05959a5149a3ce4b308c1d295eeab46c1db5972c2aeea0d616357248d827f5b1c1ace
|
7
|
+
data.tar.gz: 73b1b705fcb7a448ffa0534fb9892848680e9312a18a195ca44c1b76c18aedab40c340629290e5b66ab0d4f175ed6484ba101c618d7e3c01c3f463c4f6de469c
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,17 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
+
## 0.9.18
|
6
|
+
|
7
|
+
* Upgraded Rails and simple_form dependencies.
|
8
|
+
* Added glyphicon fonts to asset pipeline to play well with Bootstrap.
|
9
|
+
|
10
|
+
|
11
|
+
## 0.9.13-17
|
12
|
+
|
13
|
+
* Debugged the precompiling of assets. It turns out it was a silly problem with the @include hyphens which does not work anymore.
|
14
|
+
|
15
|
+
|
5
16
|
## 0.9.12
|
6
17
|
|
7
18
|
* Debugged the list of precompiled assets. Two js files were not included because of a typo.
|
Binary file
|