Skip to content

Commit fa352ef

Browse files
committed
Merge pull request guerilla-di#6 from phigrofi/master
Fixed timecode calculation for some edge cases and allow more than 99 hours
2 parents 0f64ebd + f984122 commit fa352ef

File tree

4 files changed

+169
-165
lines changed

4 files changed

+169
-165
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
source 'https://rubygems.org'
22

3-
gem "approximately", "~> 1.1"
3+
gem 'approximately', '~> 1.1'
44

55
group :development do
66
gem "jeweler", '1.8.4' # Last one without the stupid nokogiri dependency
77
gem "rake"
88
gem 'minitest'
9-
end
9+
end

0 commit comments

Comments
 (0)