designmodo-flatuipro-rails 1.1.4.0 → 1.1.4.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b695fb967722a2b5f607046a09eea84d005293c0
|
4
|
+
data.tar.gz: 0883d75cfe387aad1a55310a1d8013bb1a2d8fbf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d249ea8dfa5ffa15d74a9086815ce575445d60184305316f5bc29d44cb92c696a4560a08fff842f2bae957d68972edbeaf68a59f8bd9a231a3c4b5997193ce9
|
7
|
+
data.tar.gz: 4b1547b7ecc34cffac37eaf824d3d23f282b7c6dcefd7efcb465e103b0df6cff740acd3e5407ebf6e329a7fb8d2e8cd2535e9936107d548c1bcf7f63cff51081
|
data/README.md
CHANGED
@@ -46,6 +46,9 @@ If you haven't bought it already, please use my Designmodo Affiliate Link (image
|
|
46
46
|
Thanks [@jehughes](https://github.com/jehughes) for the blog post that inspired me to stop being lazy and write the demo page generator =)
|
47
47
|
|
48
48
|
## Changes
|
49
|
+
#### 1.1.4.1
|
50
|
+
* Remove accidentally committed debugging statement
|
51
|
+
|
49
52
|
#### 1.1.4.0
|
50
53
|
* Support Flat UI Pro 1.1.4
|
51
54
|
* Detect nested Flat-UI-Pro-1.1.4 directory (in Flat UI Pro 1.2.1 download)
|
@@ -18,7 +18,6 @@ module Flatuipro
|
|
18
18
|
if File.directory?(File.join(pro_dir, "Flat-UI-Pro-1.1.4"))
|
19
19
|
pro_dir = File.join(pro_dir, "Flat-UI-Pro-1.1.4")
|
20
20
|
end
|
21
|
-
debugger
|
22
21
|
unless File.directory?(pro_dir) && File.exist?(File.join(pro_dir, "index.html"))
|
23
22
|
raise "Invalid Flat UI Pro directory"
|
24
23
|
end
|