Search code examples
rubyrubygemsgemfile

Ruby gem for Mozenda


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.


Solution

  • 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