magic-admin 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 623f1dec3237ad8a1e3e380c057426b518e477295b5bad40ec4736fee99e0ddb
4
- data.tar.gz: ebc06d06cdf25d95bed3fede31f18c8b7b8e21246b5104ed137ec208af7b30fa
3
+ metadata.gz: 7d3f6f9c988fae5da195f948c35ac174b5043ede21a732792ad47743a904f630
4
+ data.tar.gz: b567645927b83a7f41a2dc06a9c70f9c397e5c8ac9103ba8850985ac179924e0
5
5
  SHA512:
6
- metadata.gz: a5a645a3964a5e3d34671993ddc49a75d7c76311457a2f86a612ac2a8b040faceebac65f42d4c1f28bf455a76cfa703a0f0c7211a8805e8abead99eb53c1a280
7
- data.tar.gz: a8da9649524f9cb17d209b0e13c3c60d0b3fc14b5e541c90efb948cb3d5d6c18f3c2a97f34629e12988bb406168264f3aa5721835e7f57149b49e550dc9e0c19
6
+ metadata.gz: 3d66f78973bcd667494ce3ab692ee5434de74c53de266cda84790621358d88dd12ed1b8ee2b0b73aef1675b6b931d2632700afd041161158f542c43159904311
7
+ data.tar.gz: 50b740f041a5b07894c707589cdccafcbd3975b384da6587091c08ea3193a86bde7442f1d1ea4fa4c40aa189fb072a0f0faa36f9c37604750069cacc8d6af65a
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MagicAdmin
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -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.0
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-14 00:00:00.000000000 Z
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 endpointsand an array of utilities to handle DID Token.
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