Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce gem dependencies #11

Open
ipoerner opened this issue Nov 25, 2011 · 0 comments
Open

Reduce gem dependencies #11

ipoerner opened this issue Nov 25, 2011 · 0 comments
Assignees

Comments

@ipoerner
Copy link
Owner

Currently, ActiveMailbox depends on the following gems:

  • ActiveSupport
  • RMail
  • TMail
  • (Rake)

Some additional Rake tasks also depend on

  • RDoc
  • Rcov

That's a whole lot of dependencies, and the list can probably be reduced, i.e. by offering ActiveSupport integration on availability (i.e, when specifying configuration values like 5.seconds) and go with a best effort approach otherwise.

Also, either one of RMail/TMail should be optional (however, I think RMail actually was optional, need to look this up).

Rcov is pretty old and used not to be Ruby 1.9 ready when I last looked at it, so it may need to be dropped at some point, although it's an awesome tool.

@ghost ghost assigned ipoerner Nov 25, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant