tranzito_utils 1.1.1 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
  - if flash.present?
3
3
  - flash.each do |type, message|
4
4
  - next unless message.present?
5
- .alert{ class: "alert-#{type}" }
5
+ .alert.alert-dismissible.fade.show{class: "alert-#{type}"}
6
6
  %button.close{ 'data-dismiss' => 'alert' } ×
7
7
  = message
8
8
  - if flash[:link]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TranzitoUtils
4
- VERSION = "1.1.1"
4
+ VERSION = "1.1.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tranzito_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - willbarrettdev
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-10-12 00:00:00.000000000 Z
13
+ date: 2022-10-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -59,7 +59,7 @@ files:
59
59
  - app/assets/stylesheets/tranzito_utils/_table_extensions.scss
60
60
  - app/assets/stylesheets/tranzito_utils/_utils.scss
61
61
  - app/assets/stylesheets/tranzito_utils/_variables.scss
62
- - app/views/tranzito_utils/_flash_messages.haml
62
+ - app/views/tranzito_utils/_flash_messages.html.haml
63
63
  - app/views/tranzito_utils/_period_select.html.haml
64
64
  - config/locales/en.yml
65
65
  - lib/generators/tranzito_utils/install_generator.rb