designmodo-flatuipro-rails 1.1.4.1 → 1.1.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b695fb967722a2b5f607046a09eea84d005293c0
4
- data.tar.gz: 0883d75cfe387aad1a55310a1d8013bb1a2d8fbf
3
+ metadata.gz: 87ba87346b114aae8a8c31cee70e73be0255f4e8
4
+ data.tar.gz: 6cdeec3ccda01a63d185e8fd26ed59e894d0cb09
5
5
  SHA512:
6
- metadata.gz: 8d249ea8dfa5ffa15d74a9086815ce575445d60184305316f5bc29d44cb92c696a4560a08fff842f2bae957d68972edbeaf68a59f8bd9a231a3c4b5997193ce9
7
- data.tar.gz: 4b1547b7ecc34cffac37eaf824d3d23f282b7c6dcefd7efcb465e103b0df6cff740acd3e5407ebf6e329a7fb8d2e8cd2535e9936107d548c1bcf7f63cff51081
6
+ metadata.gz: c9e3c5972411c520c9b010226ace6a9f04dd2b1adf0828135218e8886f6b89fb7f6e6dc4bbd03d326a4dba531ee2b6ea9f17f5edf213618e6d8f8f34a6a9b267
7
+ data.tar.gz: 6fb55c131736de2d33941103344d9c0b86ac7a91e5eabd9da467d3477d89c8692d57921108f52c8f17ba5ed5c0e9daea3cd1c9033f5276eb29341c669dec07c2
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  <a href="http://designmodo.com/shop/?u=223" target="_blank"><img src="http://designmodo.com/img/affiliate/flatui_468_60.jpg" border="0"/></a>
2
2
 
3
- This gem integrates Designmodo's Flat UI Pro Design for Twitter Bootstrap into the Rails 3 and 4 Asset Pipeline.
3
+ This gem integrates Designmodo's Flat UI Pro Design for Twitter Bootstrap 2 into the Rails 3 and 4 Asset Pipeline.
4
+
5
+ For Twitter Bootstrap 3, see _flatuipro-1.2_ branch.
4
6
 
5
7
  You **must** purchase and download a licensed copy to use this gem (none of the assets are packaged per Flat UI Pro license). You may do so by clicking the above image (full disclosure: affiliate link).
6
8
 
@@ -46,6 +48,9 @@ If you haven't bought it already, please use my Designmodo Affiliate Link (image
46
48
  Thanks [@jehughes](https://github.com/jehughes) for the blog post that inspired me to stop being lazy and write the demo page generator =)
47
49
 
48
50
  ## Changes
51
+ #### 1.1.4.2
52
+ * Add missing jquery.ui.button dependency
53
+
49
54
  #### 1.1.4.1
50
55
  * Remove accidentally committed debugging statement
51
56
 
@@ -1,7 +1,7 @@
1
1
  module Designmodo
2
2
  module Flatuipro
3
3
  module Rails
4
- VERSION = "1.1.4.1"
4
+ VERSION = "1.1.4.2"
5
5
  end
6
6
  end
7
7
  end
@@ -67,6 +67,9 @@ module Flatuipro
67
67
  unless content.match(/require\s+jquery.ui.datepicker/)
68
68
  insert_into_file js_manifest, "//= require jquery.ui.datepicker\n", :after => "jquery\n"
69
69
  end
70
+ unless content.match(/require\s+jquery.ui.button/)
71
+ insert_into_file js_manifest, "//= require jquery.ui.button\n", :after => "jquery\n"
72
+ end
70
73
  end
71
74
  else
72
75
  copy_file "application.js", js_manifest
@@ -11,6 +11,7 @@
11
11
  // GO AFTER THE REQUIRES BELOW.
12
12
  //
13
13
  //= require jquery
14
+ //= require jquery.ui.button
14
15
  //= require jquery.ui.datepicker
15
16
  //= require jquery.ui.slider.js
16
17
  //= require jquery.ui.spinner.js
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.1.4.1
4
+ version: 1.1.4.2
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-19 00:00:00.000000000 Z
11
+ date: 2013-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: twitter-bootstrap-rails