RubyMotion iOS application template that has minimal required setup to work with Estimote iBeacons.
Simply start your RubyMotion project with
motion create --template=git@github.com:priithaamer/rubymotion-estimote.git <appname>
Go to your application directory and install dependencies:
cd <appname>
bundle
rake pod:install