Skip to content
Snippets Groups Projects
Commit 531bcf25 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Merge branch 'master' of gitlab.liu.se:ITI/ruby-passwordstate

parents 638afd1a 914dea31
No related branches found
No related tags found
No related merge requests found
Pipeline #245 passed with warnings
......@@ -14,6 +14,17 @@ rubocop:
script:
- bundle exec rubocop
pages:
stage: deploy
script:
- gem install yard
- yard doc -o public/
artifacts:
paths:
- public/
only:
- master
# rspec:
# script:
# - rspec spec
......@@ -2,6 +2,8 @@
A ruby gem for communicating with a Passwordstate instance
The documentation for the development version can be found at http://iti.gitlab-pages.liu.se/ruby-passwordstate
## Installation
Add this line to your application's Gemfile:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment