instructure_registrar 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/instructure_registrar.gemspec +2 -2
- data/lib/instructure_registrar/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93bb46a42ef28efae6f96f49430786c42e56f6fc
|
4
|
+
data.tar.gz: 7d65d735315355fabd4137dc3302aab7178ed8cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b19753ce19033dc22fc625f85b4be7293738905700eb385cdaaf0e04cde211cf74f9ee7cb4a8bbc03ca39c1bfbd7e02b26efa9f4006c9389c9d3721fb228703f
|
7
|
+
data.tar.gz: 5788e2343af7d54a904203c531f97ec8734d744236ac8a66deb49c9c23112bb6e15173a9f5e103b3ec65f7af7509f453eeb957285361d0a7be0b592f12eff3a2
|
@@ -6,8 +6,8 @@ require 'instructure_registrar/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "instructure_registrar"
|
8
8
|
spec.version = InstructureRegistrar::VERSION
|
9
|
-
spec.authors = ["CoralineAda"]
|
10
|
-
spec.email = ["coraline@idolhands.com"]
|
9
|
+
spec.authors = ["CoralineAda", "Instructure"]
|
10
|
+
spec.email = ["coraline@idolhands.com", "eng@instructure.com"]
|
11
11
|
|
12
12
|
spec.summary = %q{Client for registering an Instructure service via etcd.}
|
13
13
|
spec.description = %q{Client for registering an Instructure service via etcd.}
|
metadata
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: instructure_registrar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CoralineAda
|
8
|
+
- Instructure
|
8
9
|
autorequire:
|
9
10
|
bindir: exe
|
10
11
|
cert_chain: []
|
@@ -83,6 +84,7 @@ dependencies:
|
|
83
84
|
description: Client for registering an Instructure service via etcd.
|
84
85
|
email:
|
85
86
|
- coraline@idolhands.com
|
87
|
+
- eng@instructure.com
|
86
88
|
executables: []
|
87
89
|
extensions: []
|
88
90
|
extra_rdoc_files: []
|