ngmoco / cache-money

A Write-Through Cacheing Library for ActiveRecord
Apache License 2.0
161 stars 31 forks source link

ruby 1.9 issue require path #25

Closed blmundie closed 12 years ago

blmundie commented 12 years ago

ngmoco-cache-money.gemspec require 'lib/cash/version'

ruby 1.9 needs abosulte path

should be require File.join(File.dirname(FILE), 'lib/cash/version')

ashleym1972 commented 12 years ago

Next time can you create a pull request, please?

blmundie commented 12 years ago

Sorry, I hadn't submitted to github before. I just did my first pull request today. I'll do one for this.

ashleym1972 commented 12 years ago

done.