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: 05e38c8c4ffc458017058c8d9972909523a75261
4
- data.tar.gz: c5f74fdbf14c000ad8e7c1dbadfe52ae9b8ffc18
3
+ metadata.gz: b695fb967722a2b5f607046a09eea84d005293c0
4
+ data.tar.gz: 0883d75cfe387aad1a55310a1d8013bb1a2d8fbf
5
5
  SHA512:
6
- metadata.gz: b6f29939fa37495d9a7ad6ac6dce8fead752fad548b83a2ad11c43426ffdc2000be409fcf200aee18f31f6ed87148dc960a1fa4f30852c89eadd80854a973bec
7
- data.tar.gz: fd81be39a3a77e85d9f37cb564f70316a284ecf6879bf116a867023539af3e6407a818df4aaa9eb58eb0e8fe11aa1f5985646da8a511bfc9f6de2aeab10a23b3
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)
@@ -1,7 +1,7 @@
1
1
  module Designmodo
2
2
  module Flatuipro
3
3
  module Rails
4
- VERSION = "1.1.4.0"
4
+ VERSION = "1.1.4.1"
5
5
  end
6
6
  end
7
7
  end
@@ -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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: designmodo-flatuipro-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4.0
4
+ version: 1.1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Chou