File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ BigId Auth's Library for Ruby
2
2
==============
3
3
4
4
[ ![ Gem Version] ( https://badge.fury.io/rb/bigid_auth.svg )] ( https://badge.fury.io/rb/bigid_auth )
5
- [ ![ bigid_auth] ( https://github.com/Quasar-Flash/bigid_auth/actions/workflows/ruby .yml/badge.svg )] ( https://github.com/Quasar-Flash/bigid_auth/actions/workflows/ruby .yml )
5
+ [ ![ bigid_auth] ( https://github.com/Quasar-Flash/bigid_auth/actions/workflows/build .yml/badge.svg )] ( https://github.com/Quasar-Flash/bigid_auth/actions/workflows/build .yml )
6
6
7
7
Dev Requirements
8
8
-----------------
@@ -22,7 +22,16 @@ Installation for Rails
22
22
23
23
``` ruby
24
24
# Add to the Gemfile
25
- gem " bigid_auth" , " ~> 0.2.0"
25
+ gem " bigid_auth" , " ~> 0.2.1"
26
+ ```
27
+
28
+ Installation using the Github Gem repo
29
+ -----------------
30
+
31
+ ``` ruby
32
+ source " https://rubygems.pkg.github.com/quasar-flash" do
33
+ gem " bigid_auth" , " 0.2.1"
34
+ end
26
35
```
27
36
28
37
Setting the BigID credentials - Rails Project
You can’t perform that action at this time.
0 commit comments