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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6c0a26eb8cc2d577b671f5ba7500a1869e3d2796
4
- data.tar.gz: 483925be6d570ab7f69ec634d04c5bafd082565f
3
+ metadata.gz: 52c08d9689da015f0a2b7cbd9c004019d80ca9f7
4
+ data.tar.gz: 02a7f119c6f18c440f2a2d3e48a803affc4c014a
5
5
  SHA512:
6
- metadata.gz: 716628cc9afe62c84dbe9888c602c819cae2325ad6f0cf41e3e3c3ade6baa2db4a2bdd1c86e980124160b779ddfd8be08a3cbcd37d4b0974a2ede1fe3f739ba9
7
- data.tar.gz: 5d79f21601bf90dede1b6e220cd15a8bd84e1ab38419f0bdeaa655ce5e77d2adf68fa6eb351f1c6f25e68ded541290e2e7f19f82d71399447991bf9084b8537a
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.