cyborg 0.5.31 → 0.5.32

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: b09d6d573da7599685dadf20585f5d7a57dd1e8f
4
- data.tar.gz: 7e0831f278a12f52e455798de20e71e4ac0f38a6
3
+ metadata.gz: 697c106f27b15713cb8ac8cad11ab657e2f5d46a
4
+ data.tar.gz: 3d36c811def88a55dfa160f2a42c9bb3c1135fef
5
5
  SHA512:
6
- metadata.gz: 10becf2abda8cc03c74c1ba8131654bc62ede5f7fdb1a78c613e6164f8a3226996f29ff1345e5afcdb8842f6302c5f12501ac6fa441f214354c858582d7b852b
7
- data.tar.gz: a29f804b4c14abd86190511ab53599e9f4876ba4dff1785bf5f44beae71c9c5f202aec9e5820f5aed2c0e7a2e241e12b92ad1bc480d61414607d7d221bc3ab6b
6
+ metadata.gz: 462af8b7ea498dc1559f700b628f3211c50d2adbb19cc1bd66fcb4ea6b6b9f07e3cbd209253571ffc7b5c7b23da596aaeed46ec78c6e617f3405ca6a188e48e5
7
+ data.tar.gz: c064e0e57d58d61de6b43ba5e8b60362cb811dc975525897ff97e1d009e1ccef7b4beb3f8c6f2fcb025e1dd88900c4caadf321dd232d61e7d834c16d164702bb
@@ -202,8 +202,8 @@ end})
202
202
  end})
203
203
 
204
204
  layout = %Q{<%= render_layout '#{namespace}/default' do %>
205
- <% stylesheets do %><%= stylesheet_link_tag('application')<% end %>
206
- <% javascripts do %><%= javascript_include_tag('application')<% end %>
205
+ <% stylesheets { stylesheet_link_tag('application') } %>
206
+ <% javascripts { javascript_include_tag('application') } %>
207
207
  <% end %>}
208
208
 
209
209
  write_file(File.join(site_path, 'app/views/layouts/default.html.erb'), layout)
@@ -1,3 +1,3 @@
1
1
  module Cyborg
2
- VERSION = "0.5.31"
2
+ VERSION = "0.5.32"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cyborg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.31
4
+ version: 0.5.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis