Skip to content

Commit

Permalink
T-39 Add dependecies section. Fix typo clamp? (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
marian13 committed Mar 23, 2020
1 parent f493b5b commit 76fb2aa
Show file tree
Hide file tree
Showing 37 changed files with 5,230 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/.yardoc
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/
Expand Down
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,10 @@ script:
- bundle exec rspec

# DOCS: https://gist.github.com/maxpou/bc3eb944aa727d352f85bc0ce8bc082c
before_deploy:
- rm -rf sdoc/
- bundle exec sdoc lib -T rails -o sdoc

deploy:
provider: pages
cleanup: true
github_token: $GITHUB_TOKEN
local_dir: sdoc
local_dir: doc
on:
branch: master
Binary file added doc/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 76fb2aa

Please sign in to comment.