mikamai / akamai_api

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

Add i18n dependency in gem specification. #5

Closed nikosd closed 11 years ago

nikosd commented 11 years ago

Specs were not running with fresh git clone and thor spec

nicolaracco commented 11 years ago

I changed the require to match sctivesupport from 2.3.9 until 4.0.0 and removed the use of concern (not present in activesupport 2). Now i18n is fetched correctly as a dependency of activesupport when using version > 3.0. Can you confirm ?

nikosd commented 11 years ago

Super. I confirm that

git clone git://github.com/nicolaracco/akamai_api.git
cd akamai_api
rvm use @akamai --create
bundle
thor spec

works ok out of the box!