fossil 0.5.16 → 0.5.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.16
1
+ 0.5.17
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.16"
8
+ s.version = "0.5.17"
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"]
@@ -832,6 +832,9 @@ class TripLeg < Sequel::Model(:'trip legs')
832
832
  trip__total_statute_miles.to_f/10.0
833
833
  end
834
834
 
835
+ def actual_time_zone_change
836
+ time_zone_change.to_f/10.0
837
+ end
835
838
  # converts nautical miles to statute miles with fractional bit
836
839
  # silly because its so similar in value to statute_miles
837
840
  def custom_statute_miles
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 16
9
- version: 0.5.16
8
+ - 17
9
+ version: 0.5.17
10
10
  platform: ruby
11
11
  authors:
12
12
  - Patrick Lardin, Daniel Sudol