Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iterate setup/installations steps on a fresh install to be as smooth as possible #20

Open
ans-ioki opened this issue Nov 2, 2021 · 2 comments

Comments

@ans-ioki
Copy link
Collaborator

ans-ioki commented Nov 2, 2021

No description provided.

ans-ioki pushed a commit that referenced this issue Nov 2, 2021
…platform-api

Add driver vehicle connection to platform api
@eikes
Copy link
Collaborator

eikes commented Nov 24, 2021

I would like to point out, that installing this as a gem via rubygems.org is currently not yet possible. What I did was add this repository into the vendor folder as a git submodule and require it in the Gemfile with the :path param:

git submodule add git@github.com:ioki-mobility/ioki-ruby.git vendor/ioki-ruby

Gemfile

gem 'ioki-ruby', path: 'vendor/ioki-ruby'

@ans-ioki
Copy link
Collaborator Author

That's true - it is not hosted on rubygems. But you still don't need to vendor.
Add to your gemfile:

gem 'ioki', git: 'https://github.com/ioki-mobility/ioki-ruby.git', tag: '0.3.0'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants