bootstrap_builders 0.0.37 → 0.0.38

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: 8b16250320abcfd9d1a5a1eb47b2e6ec71a1ce82
4
- data.tar.gz: 429313189458ab2e8c6bb5966e98a3ff362adcfa
3
+ metadata.gz: ee8ffef7b14c99f025b91e3d8552824a07098140
4
+ data.tar.gz: df641aaa501e7dbea3c337f81911beec8ef2a697
5
5
  SHA512:
6
- metadata.gz: 5c7858b756d52a4f91cd91ad7302d1415cdc739583715c5c6583c9a3566ef103f979084b299b0ff83004feb3f3e1d1a4733399bdc12d4adabfd2b3836fed1698
7
- data.tar.gz: 86bee7d9cbe63c85d61d2b83505bdc07bad4bba9bf7100f8d0392f3c1d17f1e722288e1f4bbd4fb15d653854349a6337bd7ac184ab787badaad1074dc9a4e0a7
6
+ metadata.gz: 4f5b7d8b01180956fc26417b8c450c39138bec1dfd2c949fd07fbc615c66c086916b90b754d76ffd942b9e42d57e81449c9d28aa693d0daa9068cfccae8478b9
7
+ data.tar.gz: 688554c3251a1fd1b9c0547f2011339b3d5628d8ed6d50cc25fa1f8aa9e537fe5d86d0c773f6d41a6febe16e1f61e5050a509ab003383c55b98d0c1be68e64a7
@@ -24,6 +24,7 @@ class BootstrapBuilders::Flash
24
24
  flash_messages << text if msg
25
25
  end
26
26
  end
27
+ @context.flash.clear
27
28
  flash_messages.join("\n").html_safe
28
29
  end
29
30
 
@@ -1,3 +1,3 @@
1
1
  module BootstrapBuilders
2
- VERSION = "0.0.37".freeze
2
+ VERSION = "0.0.38".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap_builders
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.37
4
+ version: 0.0.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - kaspernj
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-11 00:00:00.000000000 Z
11
+ date: 2017-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails