- Update rake development version
- Update to ruby 3 and fix some CI issues
- Include dependency of Faraday in gemspec and removes from Gemfile.
- Create
Vufer::Target.dups
to view duplated related targets. - Create
Vufer::Target.summary
to get a summary of a target.
- Create
Vufer::Target.destroy
to delete a specific target on the database.
- Create
Vufer::Target.create
method to add a new target on the database. - Create
Vufer::Target.update
to update a created target on the database.
- Create
Vufer::Target.all
method to load all ids from Vuforia associated with the server key.
- Create
Vufer.summary
to load info about targets, quota, requests, etc.. from Vuforia. - Implement a proper CI to run tests.
- Create
Vufer::Target.find(target_id)
method to get target from Vuforia. - Enable
.env.example
example on how to use environment variables.