instructure_registrar 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/instructure_registrar/client.rb +2 -0
- data/lib/instructure_registrar/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6118e11a1f74e879aa42ab67b9cd5f6b9ce925ba
|
4
|
+
data.tar.gz: 9785613521165b140fb95b32104c2cf2d5af84ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d750013b2eb949d5165c4a2c4e152fbf0b8b5b0bb291a205fffe4c04f98efbd41fafad4e27178fea063db2de1a45612255c500898d8b20e3c5e6e5c9017deee2
|
7
|
+
data.tar.gz: ffbac399a2e2dc68fb5190d5d87ea8cf465d5acaaa430afcfbcc1dd23e80e1b8c5333de9249b4dfd1f092c6a70b2df944af2276a1364ff27ad267832fc8226d4
|
data/README.md
CHANGED
@@ -27,7 +27,7 @@ information for your local etcd instance:
|
|
27
27
|
|
28
28
|
In your service's project folder, create a configuration file with the following contents:
|
29
29
|
|
30
|
-
#/config/instructure_registrar.rb
|
30
|
+
#/config/initializers/instructure_registrar.rb
|
31
31
|
require 'dotenv'
|
32
32
|
Dotenv.load
|
33
33
|
require 'instructure_registrar'
|
@@ -48,7 +48,7 @@ In your service's project folder, create a configuration file with the following
|
|
48
48
|
Note that your client application will need a config file similar to that in the section above, but
|
49
49
|
unless you plan on registering your app as a service your config file will be simpler:
|
50
50
|
|
51
|
-
#/config/instructure_registrar.rb
|
51
|
+
#/config/initializers/instructure_registrar.rb
|
52
52
|
require 'dotenv'
|
53
53
|
Dotenv.load
|
54
54
|
require 'instructure_registrar'
|