magic-admin 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/lib/magic-admin/version.rb +1 -1
- data/magic-admin.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d3f6f9c988fae5da195f948c35ac174b5043ede21a732792ad47743a904f630
|
4
|
+
data.tar.gz: b567645927b83a7f41a2dc06a9c70f9c397e5c8ac9103ba8850985ac179924e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d66f78973bcd667494ce3ab692ee5434de74c53de266cda84790621358d88dd12ed1b8ee2b0b73aef1675b6b931d2632700afd041161158f542c43159904311
|
7
|
+
data.tar.gz: 50b740f041a5b07894c707589cdccafcbd3975b384da6587091c08ea3193a86bde7442f1d1ea4fa4c40aa189fb072a0f0faa36f9c37604750069cacc8d6af65a
|
data/lib/magic-admin/version.rb
CHANGED
data/magic-admin.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|
11
11
|
s.summary = "Ruby bindings for the Magic Admin API"
|
12
12
|
|
13
13
|
s.description = "The Magic Admin Ruby provides convenient ways " \
|
14
|
-
"for developers to interact with Magic API endpoints" \
|
14
|
+
"for developers to interact with Magic API endpoints " \
|
15
15
|
"and an array of utilities to handle DID Token."
|
16
16
|
s.author = "Magic Labs Inc."
|
17
17
|
s.email = "support@magic.link"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: magic-admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Magic Labs Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: eth
|
@@ -95,7 +95,7 @@ dependencies:
|
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0.19'
|
97
97
|
description: The Magic Admin Ruby provides convenient ways for developers to interact
|
98
|
-
with Magic API
|
98
|
+
with Magic API endpoints and an array of utilities to handle DID Token.
|
99
99
|
email: support@magic.link
|
100
100
|
executables:
|
101
101
|
- magic-console
|