wagon_rails 0.5.1 → 0.5.2
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 +4 -4
- data/lib/wagon_rails/version.rb +1 -1
- data/templates/_flashes.html.erb +11 -17
- data/templates/wagon_rails_layout.html.erb.erb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e4fb68087bd633188394dd3d3bd5d3633d8e7392
|
|
4
|
+
data.tar.gz: 8c20f31b40168b22d14d0af13ee2f4f8468d46d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4376e172e41a4e552f8bd7285a8a2cb08a9af7fe454b01da1f6984c9ecf0f99f866023a98be7b543b8b371d850a61c7c13333458ffa110468c1e1768738df15b
|
|
7
|
+
data.tar.gz: dd1a1698d7b1a6682bd73ec388e619108913974459669d82daf0eebc635f6d3e1872844f9301e9524314d178126e66c6e0ad31255d7d43b9ea49faecdec002f4
|
data/lib/wagon_rails/version.rb
CHANGED
data/templates/_flashes.html.erb
CHANGED
|
@@ -1,18 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
<div class="
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
<div class="alert alert-info alert-dismissible" role="alert">
|
|
6
|
-
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
7
|
-
<%= notice %>
|
|
8
|
-
</div>
|
|
9
|
-
<% end %>
|
|
10
|
-
<% if alert %>
|
|
11
|
-
<div class="alert alert-warning alert-dismissible" role="alert">
|
|
12
|
-
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
13
|
-
<%= alert %>
|
|
14
|
-
</div>
|
|
15
|
-
<% end %>
|
|
16
|
-
</div>
|
|
1
|
+
<% if notice %>
|
|
2
|
+
<div class="alert alert-info alert-dismissible" role="alert">
|
|
3
|
+
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
4
|
+
<%= notice %>
|
|
17
5
|
</div>
|
|
18
|
-
|
|
6
|
+
<% end %>
|
|
7
|
+
<% if alert %>
|
|
8
|
+
<div class="alert alert-warning alert-dismissible" role="alert">
|
|
9
|
+
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
10
|
+
<%= alert %>
|
|
11
|
+
</div>
|
|
12
|
+
<% end %>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wagon_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ssaunier
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-06
|
|
11
|
+
date: 2015-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|