hassox / dm-zone-types

Time zone aware data types
13 stars 2 forks source link

ruby-debug in Gemfile #1

Open nightscape opened 14 years ago

nightscape commented 14 years ago

Requiring ruby-debug in the Gemfile prevents installation under Ruby 1.9 where the gem is called ruby-debug19. You could either make a distinction by version like this if RUBY_VERSION > "1.9" gem "ruby-debug19" else gem "ruby-debug" end or leave it out alltogether. Thanks! Martin

xaviershay commented 13 years ago

Fixed here: https://github.com/hassox/dm-zone-types/pull/2