Browse Source

fehler in der Notentabelle behoben

hmt 10 years ago
parent
commit
dd4dcfc3ce
2 changed files with 2 additions and 2 deletions
  1. 1 1
      lib/schild.rb
  2. 1 1
      lib/schild/version.rb

+ 1 - 1
lib/schild.rb

@@ -210,7 +210,7 @@ module Schild
         "gut"
       when "3", "3+", "3-"
         "befriedigend"
-      when "2", "4+", "4-"
+      when "4", "4+", "4-"
         "ausreichend"
       when "5", "5+", "5-"
         "mangelhaft"

+ 1 - 1
lib/schild/version.rb

@@ -1,3 +1,3 @@
 module Schild
-  VERSION = "0.3.3"
+  VERSION = "0.3.3.1"
 end