bokmann / business_time

Support for doing time math in business hours and days
MIT License
1.27k stars 215 forks source link

require version file #138

Closed ironsand closed 7 years ago

ironsand commented 8 years ago

I couldn't check gem version in pry, so it's better to require it.

pry> require 'business_time'
true
pry> BusinessTime::VERSION
NameError: uninitialized constant BusinessTime::VERSION
mnoack commented 7 years ago

:+1: @bokmann Seems like a fairly safe change to merge in.