Skip to content

Commit

Permalink
Update Ruby to latest gtfs-realtime.proto - Feb 26, 2015
Browse files Browse the repository at this point in the history
  • Loading branch information
bdferris committed Feb 27, 2015
1 parent 380dd33 commit 23703f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/gtfs-realtime-bindings.gemspec
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "gtfs-realtime-bindings"
spec.version = "0.0.4"
spec.version = "0.0.5"
spec.authors = ["Google Inc."]
spec.email = ["gtfs-realtime@googlegroups.com"]
spec.homepage = "http://github.com/google/gtfs-realtime-bindings"
Expand Down
1 change: 1 addition & 0 deletions ruby/lib/google/transit/gtfs-realtime.pb.rb
Expand Up @@ -228,6 +228,7 @@ class Position
class TripDescriptor
optional :string, :trip_id, 1
optional :string, :route_id, 5
optional :uint32, :direction_id, 6
optional :string, :start_time, 2
optional :string, :start_date, 3
optional ::Transit_realtime::TripDescriptor::ScheduleRelationship, :schedule_relationship, 4
Expand Down

0 comments on commit 23703f2

Please sign in to comment.