vesr 0.11.3 → 0.11.4
Sign up to get free protection for your applications and to get access to all the features.
- data/app/views/esr_files/show.html.haml +1 -1
- data/lib/vesr/version.rb +1 -1
- metadata +4 -4
@@ -11,7 +11,7 @@
|
|
11
11
|
- else
|
12
12
|
.alert-message.block-message.fade.in.success{'data-alert' => 'alert'}
|
13
13
|
%a.close{:href => '#'} ×
|
14
|
-
= "
|
14
|
+
= "#{@esr_file.esr_records.valid.count} korrekt verbuchte Zahlungen."
|
15
15
|
|
16
16
|
- unless @esr_file.esr_records.invalid.empty?
|
17
17
|
%h3 Falscher Betrag
|
data/lib/vesr/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vesr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 59
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 11
|
9
|
-
-
|
10
|
-
version: 0.11.
|
9
|
+
- 4
|
10
|
+
version: 0.11.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Roman Simecek
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2012-03-
|
19
|
+
date: 2012-03-06 00:00:00 Z
|
20
20
|
dependencies: []
|
21
21
|
|
22
22
|
description: VESR provides support for ESR number calculations and gives ready to use Rails components.
|