mikamai / akamai_api

Akamai gem+CLI to work with CCU and ECCU interfaces
MIT License
43 stars 19 forks source link

active_support is not used anymore, use activesupport instead. #7

Closed nikosd closed 11 years ago

nikosd commented 11 years ago

FYI: This is rebased on top of your master (https://github.com/nicolaracco/akamai_api/commit/0ca2484061c3ba8868dd359af1ecf8efcb69ca50) and if you apply it after the previous pull requests (mostly https://github.com/e-travel/akamai_api/commit/624b619256071304a51442ecda86dd17776daa8a) it has a dummy conflict. If you merge the others i can rebase it on top of them or you can merge all commits in my master branch.

nicolaracco commented 11 years ago

I'm removing ActiveSupport dependency to remove Rails dependency completely.

nikosd commented 11 years ago

ActiveSupport provides some handy APIs. If you can live without it though sounds totally ok :)

nicolaracco commented 11 years ago

In the meantime you can do that rebase, so we'll fix this dependency issue

nikosd commented 11 years ago

rebased!