bootswatch_rails 3.2.0.25 → 3.2.0.26

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: 10ffa501adcbaef003c569009a679b2adeed0aff
4
- data.tar.gz: 31000ee09c89d82412047e60b3cbf4b844840eaa
3
+ metadata.gz: 4d86c1aeea386f4341f688b5807016c369e2fb39
4
+ data.tar.gz: eac9d89513c6a5d03a29c7aead79ffd9df139cad
5
5
  SHA512:
6
- metadata.gz: 4141e3e04076715e51aab0c1eedd09c14929578c407d3e58ba83d766bb9263522994310e5fe6fb6f03b2898dedf957e1a0b15cd1ce053b797810d89fa40e8b99
7
- data.tar.gz: f79a1837a8dbee552d0947526e9a9b84393b61ad78ca829b2889ae1e58acb4ac86013b9159ec7ae44ba4db8e14b7a0e2fbfe78e02698b06489a789f47e51507b
6
+ metadata.gz: e05ac5bf017a2ec48d2865d02715a25187ffdac04f308bd2c0aafaf933b784aaf38ab03f819aa8a9c0dfcf371da773adf1e5a3d703b5904e5b3386f926658754
7
+ data.tar.gz: c9838c2e0b6c179b09dadf890dadf3c029f04576f4b5b8d97c21faee71d42c3eb190b9efe83ba99b74236ef205a2d435ec7f9be8cbd6f831890026b7a8c5bf91
@@ -1,6 +1,6 @@
1
1
  module BootswatchRails
2
2
  BOOTSTRAP = "3.2.0"
3
- VERSION = "3.2.0.25"
3
+ VERSION = "3.2.0.26"
4
4
  THEMES = [:amelia, :cerulean, :cosmo, :custom, :cyborg, :darkly, :flatly, :journal, :lumen, :paper, :readable, :sandstone, :simplex, :slate, :spacelab, :superhero, :united, :yeti]
5
5
  DEFAULT = 1
6
6
  end
@@ -4,26 +4,36 @@
4
4
 
5
5
  <title><%%= content_for?(:title) ? yield(:title) : app_name %></title>
6
6
 
7
+ <%%- if content_for?(:head_common_pre) -%>
8
+ <%%= yield(:head_common_pre) %>
9
+ <%%- end -%>
10
+
7
11
  <%%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
8
12
  <%%- if Rails.env.production? -%>
13
+ <%%- if content_for?(:head_production_pre) -%>
14
+ <%%= yield(:head_production_pre) %>
15
+ <%%- end -%>
9
16
  <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootswatch/<%= BootswatchRails::BOOTSTRAP %>/<%%= current_theme %>/bootstrap.min.css">
10
17
  <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
11
18
  <%%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
12
19
  <script src="//maxcdn.bootstrapcdn.com/bootstrap/<%= BootswatchRails::BOOTSTRAP %>/js/bootstrap.min.js"></script>
13
- <%%- if content_for?(:head_production) -%>
14
- <%%= yield(:head_production) %>
20
+ <%%- if content_for?(:head_production_post) -%>
21
+ <%%= yield(:head_production_post) %>
15
22
  <%%- end -%>
16
23
  <%%- else -%>
24
+ <%%- if content_for?(:head_development_pre) -%>
25
+ <%%= yield(:head_development_pre) %>
26
+ <%%- end -%>
17
27
  <%%= stylesheet_link_tag current_theme, 'data-turbolinks-track' => true %>
18
28
  <%%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
19
29
  <%%= javascript_include_tag 'bootstrap', 'data-turbolinks-track' => true %>
20
- <%%- if content_for?(:head_development) -%>
21
- <%%= yield(:head_development) %>
30
+ <%%- if content_for?(:head_development_post) -%>
31
+ <%%= yield(:head_development_post) %>
22
32
  <%%- end -%>
23
33
  <%%- end -%>
24
34
 
25
- <%%- if content_for?(:head_common) -%>
26
- <%%= yield(:head_common) %>
35
+ <%%- if content_for?(:head_common_post) -%>
36
+ <%%= yield(:head_common_post) %>
27
37
  <%%- end -%>
28
38
 
29
39
  <!--[if lt IE 9]>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswatch_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0.25
4
+ version: 3.2.0.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volker Wiegand
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-13 00:00:00.000000000 Z
11
+ date: 2014-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties