forever_style_guide 3.2.1 → 3.2.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: 02763709e9f3d17c8d4fae4415af7a29f505d1d7
4
- data.tar.gz: 8f7f17f57c374e86a33bc3f26812ad531f91e3e2
3
+ metadata.gz: 5480caec1052eb809979666ed1d59edfd8f310e5
4
+ data.tar.gz: e751e01742443b8e07b58b92888f94481ee956a5
5
5
  SHA512:
6
- metadata.gz: 7fc03b207771afe39aedb8b4be14399045046741d491b4b8053322c05832683e3084b674a4125271a81337d3d6f3059dd2b9e29b9c66d671265fa8b23da4972d
7
- data.tar.gz: f872f2078f6d72b0fabe98e010e6a5ea834e4f6731aaedd07002835bca9b35ddb71baec6cc46911ab600f150f6fae6fb66790ea17ebc1150baea1a66814ddaef
6
+ metadata.gz: 510df50e40be8c77100270ed6580b2b1abf719974318b31acd1c94b0bcfda4a5fea03f8a7f9a2b016cc44614cb6d804d9fc4b2978cd73a5f56a110ad7690b49a
7
+ data.tar.gz: 3d9f728fd37577b28c51e45c70c56c596a666fa58cfc080bd358ef1eb2ab4cf26248083d0d635633c253e01abfbb2beac16928d99c4fa22fc2e55204a4b5d81e
@@ -81,7 +81,7 @@
81
81
 
82
82
  <li class="dropdown-menu-account-item">
83
83
 
84
- <%= link_to current_admin ? stop_impersonating_url : log_out_url, class: 'dropdown-menu-nav-link dropdown-menu-nav-link-sm dropdown-menu-nav-link-no_margin', title: 'Log Out of Forever', method: current_admin ? :delete : :post do %>
84
+ <%= link_to current_admin ? stop_impersonating_url : log_out_url, class: 'dropdown-menu-nav-link dropdown-menu-nav-link-sm dropdown-menu-nav-link-no_margin', title: 'Log Out of Forever', method: :delete do %>
85
85
  <i class='fa fa-share fa-fw'></i>Log Out
86
86
  <% end %>
87
87
  </li>
@@ -1,3 +1,3 @@
1
1
  module ForeverStyleGuide
2
- VERSION = "3.2.1"
2
+ VERSION = "3.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forever_style_guide
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1
4
+ version: 3.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas McClay