adhearsion / adhearsion-drb

adhearsion-drb is an Adhearsion Plugin providing DRb connectivity. It allows third party ruby clients to connect to an Adhearsion instance for RPC.
MIT License
10 stars 4 forks source link

Remove unnecessary dependencies #10

Open dwilkie opened 8 years ago

dwilkie commented 8 years ago

This PR removes i18n and adhearsion as runtime dependencies. This helped me when using this plugin with the latest version of Adherasion

benlangfeld commented 8 years ago

The dependency on adhearsion is not unnecessary; see https://github.com/adhearsion/voicemail/pull/46 for the preferred solution.

The dependency on adhearsion-i18n can be removed, however.

dwilkie commented 8 years ago

@benlangfeld thanks. I re-added the dependency on Adhearsion and set it to 3.0.0.rc1