designmodo-flatuipro-rails 1.2.1.0.branch → 1.2.2.0.branch

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: b5b87a271efd82e2ab9d52fcbbfc625627c0986e
4
- data.tar.gz: e538c8e83c68a4a1fa9285bca17564686c660cc7
3
+ metadata.gz: 4401ad147d977b80cabc533c08100fdd898f72c1
4
+ data.tar.gz: 5999d04b901cd8ec02f0b19c9e6c3c132a32afbf
5
5
  SHA512:
6
- metadata.gz: 696518f41a69eb36ce7af6741db4559f8d16194a10374797f0479fb1de8996e0d6e893a29ed8fb57299f3e576ce7c34c5c2b0a937afd84224f9766d5a87701ff
7
- data.tar.gz: 55bdc8475183403d9823b7f8aaa7ea21c1477db92c836f8ba063f8a4019255b20e3c85b56cad8d8dcf00b76b22def744608239f4c3b4f9265a495b2499fff5ef
6
+ metadata.gz: 1309ee676c6f9622be02d3d41aa35040a9000d448cd9f33ae602d98e05bd91840e7dd8333ee32135eca9d2cb1e0757fe73866fb4e5c21a1e20a46d712d97eb91
7
+ data.tar.gz: 404c8ae9a36dc1144a4a35df892879c717e19d8388d090f82f04d5f88adce4108007559e69632f1c4fca8fe0878b6bc006993ef578163218219b24fe281e6240
data/README.md CHANGED
@@ -44,6 +44,9 @@ If you haven't bought it already, please use my Designmodo Affiliate Link (image
44
44
  Thanks [@jehughes](https://github.com/jehughes) for the blog post that inspired me to stop being lazy and write the demo page generator =)
45
45
 
46
46
  ## Changes
47
+ #### 1.2.2.0.branch
48
+ * Detect Flat-UI-Pro-1.2.2 directory
49
+ * Everything else seems to still work =)
47
50
  #### 1.2.1.0.branch
48
51
  * Git branch (flatuipro-1.2) and gem release for people who want to use Bootstrap 3
49
52
  * Rails bootstrap gem changed: _twitter-bootstrap-rails_ -> _bootstrap-on-rails_
@@ -1,7 +1,7 @@
1
1
  module Designmodo
2
2
  module Flatuipro
3
3
  module Rails
4
- VERSION = "1.2.1.0.branch"
4
+ VERSION = "1.2.2.0.branch"
5
5
  end
6
6
  end
7
7
  end
@@ -15,8 +15,8 @@ module Flatuipro
15
15
  unless File.exist?(File.join(pro_dir, "index.html"))
16
16
  pro_dir = File.join(pro_dir, "HTML/UI")
17
17
  end
18
- if File.directory?(File.join(pro_dir, "Flat-UI-Pro-1.2.1"))
19
- pro_dir = File.join(pro_dir, "Flat-UI-Pro-1.2.1")
18
+ if File.directory?(File.join(pro_dir, "Flat-UI-Pro-1.2.2"))
19
+ pro_dir = File.join(pro_dir, "Flat-UI-Pro-1.2.2")
20
20
  end
21
21
  unless File.directory?(pro_dir) && File.exist?(File.join(pro_dir, "index.html"))
22
22
  raise "Invalid Flat UI Pro directory"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: designmodo-flatuipro-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1.0.branch
4
+ version: 1.2.2.0.branch
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Chou
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-20 00:00:00.000000000 Z
11
+ date: 2013-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-on-rails