fossil 0.5.11 → 0.5.12

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.11
1
+ 0.5.12
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.11"
8
+ s.version = "0.5.12"
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"]
@@ -20,4 +20,5 @@ class TripLeg
20
20
  many_to_one :arrival_transport_comment, :class=>:Comment, :key=>:arrival_transport_comment_id
21
21
  many_to_one :departure_general_comment, :class=>:Comment, :key=>:departure_general_comment_id
22
22
  many_to_one :arrival_general_comment, :class=>:Comment, :key=>:arrival_general_comment_id
23
+ many_to_one :crew_transport_comment, :class=>:Comment, :key=>:crew_transport_comment_id
23
24
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 11
9
- version: 0.5.11
8
+ - 12
9
+ version: 0.5.12
10
10
  platform: ruby
11
11
  authors:
12
12
  - Patrick Lardin, Daniel Sudol