asanghi / fiscali

Fiscal Year Date Functions

Home Page:http://asanghi.github.com/fiscali

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency on ActiveSupport

MikeFlint opened this issue · comments

Hi,

I'm using your gem in a Sinatra application, and don't have (nor want to install) ActiveSupport.

If I comment out the two ActiveSupport 'requires' in fiscali/lib/fiscali.rb everything appears to work for me, so should ActiveSupport be in the gemspec (and fiscali.rb)?

Mike.

The gem uses a bunch of methods from activesupport. The reason you do not seem to have a problem is because the methods that depend on activesupport might not be invoked in how you are using the functions.

Thanks. I see them now.