gitkite 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +9 -7
- data/app/views/gitkite/gitkit/sign_in.html.erb +0 -4
- data/lib/gitkite/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ebd250a4936ee912a51fa6504e111c0e2dd526b
|
4
|
+
data.tar.gz: ed1183c649d6912e382ef27228e58a1940d5d4b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a25939688f394651573abe8dbf48e4cd6a6eda9284c2b07e66584b7db984e961cf121f4890549b76c73228091a6d369f4480a6dbaa239441afd3881c94b10709
|
7
|
+
data.tar.gz: c54b588b4ed0a5c06fc3a2a8938da5d6a36157cdc6d8b3228f8c7aeb3bcc05662d817affc70184a5917bb5752d28307d0a85a885d33fe28acca2e0e1d988c06e
|
data/README.md
CHANGED
@@ -30,13 +30,15 @@ photo_url
|
|
30
30
|
provider_id
|
31
31
|
```
|
32
32
|
|
33
|
-
Add
|
34
|
-
```
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
33
|
+
Add environment variables (all lowercase). You can use https://github.com/laserlemon/figaro or similar.
|
34
|
+
```yaml
|
35
|
+
gk_client_id: xxxx.apps.googleusercontent.com
|
36
|
+
gk_service_account_email: xxxx@appspot.gserviceaccount.com
|
37
|
+
# gk_service_account_key is p12 file in base64
|
38
|
+
gk_service_account_key: xxxx
|
39
|
+
gk_server_api_key: xxxx
|
40
|
+
gk_browser_api_key: xxxx
|
41
|
+
gk_project_id: xxxx
|
40
42
|
```
|
41
43
|
|
42
44
|
You can get the values from Google Developer Console. Instructions can be found here - https://developers.google.com/identity/toolkit/web/configure-service
|
data/lib/gitkite/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitkite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mohan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-04-
|
11
|
+
date: 2016-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|