This gem is tested against these ruby by travis-ci.org:
- mri 1.9.3
- mri 2.0.0
This gem extends dav4rack to provide a CardDAV extension, CalDAV is not currently available but will eventually be available too.
Have a look at the examle folder, this is a standard Rack application and should run with any compliant server.
You can run the example with thin like this:
$ cd example
$ bundle exec thin start
Once the server is started you can connect to it using http://127.0.0.1:3000/u/cards with any login/password (the example has no authentication set up)
- Mac OS X (tested with Mountain Lion )
- iPhone 5.x and 6.x
# clone the repository and:
$ bundle
$ bundle exec guard
the tests will run when a file changed, if only want to run all tests once:
$ bundle exec rake