corn_starch 1.9.56 → 1.9.57

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: b51f33d5954fdb20d2c13a504af3a0f1603e4019
4
- data.tar.gz: 46272c74dbeea3d7af0a5a66c505c0041815eadb
3
+ metadata.gz: 6b6e9b3b7d553910edafa2de7999036e07495b2b
4
+ data.tar.gz: 1e0dde3ed9fbbdac744dcc855b0140afcf3fdd25
5
5
  SHA512:
6
- metadata.gz: 39796b7797c4f88803a0005fc4740e70c37907cf00888de91ae7f349564c9c99aa5e6ac9d92db898d582f25d88544f1e9af67907e182670d0db645965a178fb6
7
- data.tar.gz: c029eb79ab4d5202da043e16337c448df6bd8bdff5d46901559960fd33ead3ebb6b7ea64a17dc2a45348232615317099d2ec32cb8f69d256b5aa88c0e4d8d785
6
+ metadata.gz: 76981015624f58ddf42651521d2915b5ea4be46851437f41b1b1942366caf96c5183b42852c12457e0907fc4f5ba06fa6024a0ef4acc42426fe4a60e12392fcc
7
+ data.tar.gz: 18f7c0a3c590cbdb4c7d8dc5c4ca5a866525d1e3072b9c542570a34d21d785d3fedb373ae8ebafc9dc2a51ed9c3951e85c449100824555757d16122f10e87f7b
@@ -1,7 +1,7 @@
1
1
  <%# Display Flash Notifications %>
2
2
  <% flash.each do |name, msg| %>
3
3
  <%= content_tag :div, id: "notification-#{name}", class: "alert alert-#{{ notice: 'success', alert: 'danger' }[name.to_sym]}", role: :alert do %>
4
- <%= content_tag :div, '', class: 'notification-dismiss-btn', onclick: "notifications_dismiss('notification-#{name}')" %>
4
+ <%= content_tag :div, '×', class: 'notification-dismiss-btn', onclick: "notifications_dismiss('notification-#{name}')" %>
5
5
  <strong><%= msg.symbolize_keys[:head] %></strong>
6
6
  <p><%= msg.symbolize_keys[:body].gsub(/\n/, '<br />').html_safe %></p>
7
7
  <% end %>
@@ -5,5 +5,5 @@
5
5
  module CornStarch
6
6
 
7
7
  # Version
8
- VERSION = '1.9.56'
8
+ VERSION = '1.9.57'
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: corn_starch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.56
4
+ version: 1.9.57
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eresse
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-04 00:00:00.000000000 Z
11
+ date: 2017-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  requirements: []
96
96
  rubyforge_project:
97
- rubygems_version: 2.5.1
97
+ rubygems_version: 2.6.10
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: Simple UI tools for Rails