Skip to content

Commit

Permalink
Use master from github while waiting for ruby-saml >= 1.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlibrera committed Jul 3, 2018
1 parent 185d524 commit ba3861b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

# Specify your gem's dependencies in spid.gemspec
gemspec

gem "ruby-saml", github: "onelogin/ruby-saml", ref: "master"
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ Ruby library for SPID authentication

## Installation

```gem install spid```
Add into your Gemfile

or add into your Gemfile

```gem "spid"```
```
gem "ruby-saml",
github: "onelogin/ruby-saml",
ref: "b0301c9da6c5c1674c29a8544c9e32d153bdbcca"
gem "spid"
```

## Features

Expand Down

0 comments on commit ba3861b

Please sign in to comment.