fossil 0.5.10 → 0.5.11

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.10
1
+ 0.5.11
data/fossil.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fossil}
8
- s.version = "0.5.10"
8
+ s.version = "0.5.11"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Patrick Lardin, Daniel Sudol"]
@@ -802,15 +802,9 @@ class TripLeg < Sequel::Model(:'trip legs')
802
802
  when 0 then "SCHED"
803
803
  when 1 then "VERI"
804
804
  when 10,23 then "CANC"
805
- when 21 then
806
- case leg_type_code
807
- when 7 then "UMAINT"
808
- when 103 then "SMAINT"
809
- # when 113 then "RMAINT"
810
- else "MAINT"
811
- end
805
+ when 21 then "MAINT"
812
806
  when 20 then "SCHED" #really is "RESVD"
813
- else "[#{status}]";
807
+ else status
814
808
  end
815
809
  end
816
810
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 10
9
- version: 0.5.10
8
+ - 11
9
+ version: 0.5.11
10
10
  platform: ruby
11
11
  authors:
12
12
  - Patrick Lardin, Daniel Sudol