Has anyone worked with Mozenda in ruby on rails project before? I am looking for gem or wrapper of Mozenda API. Searched online there were two library 'mozenda' and 'mozenda-api'. Unfortunately, both cannot be found when i tried to install them.
Asked
Active
Viewed 76 times
0
-
1install them as a git repo by adding to **Gemfile**: `gem 'mozenda', :git => 'https://github.com/jefferyf/mozenda'` – Малъ Скрылевъ Jan 03 '14 at 10:55
1 Answers
1
Install one of them as a git repo by adding the proper record into Gemfile:
gem 'mozenda', :git => 'https://github.com/jefferyf/mozenda.git'
or
gem 'mozenda-api', :git => 'https://github.com/darrikmazey/mozenda-api.git'
Then issue:
$ bundle install

Малъ Скрылевъ
- 16,187
- 5
- 56
- 69