mumukit-auth 5.0.0 → 6.0.0
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/lib/mumukit/auth/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48132fd268d8f40d8688bf66aef5a6e0e59278fe
|
|
4
|
+
data.tar.gz: 9e45f936fba26b66bfe45c72fd90fcb71801772b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c7b2817a9f6fb208656b1e99ac1d360b7a2cdd3edcef2934d64fb6472715a6bb5c332c8a599491eb4c5170439c9b924bed969537f2fb48129fd61f22a4348f6
|
|
7
|
+
data.tar.gz: e86d0036c462534995846c289154f7de22431dc42fbf093d3cc8b298532eb68d05beb7d33433b0fd4e822946c502ec503b4388d762a9c62a0c07332e0d090ac5
|
data/lib/mumukit/auth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mumukit-auth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 6.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Franco Leonardo Bulgarelli
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-02-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -138,5 +138,5 @@ rubyforge_project:
|
|
|
138
138
|
rubygems_version: 2.4.5
|
|
139
139
|
signing_key:
|
|
140
140
|
specification_version: 4
|
|
141
|
-
summary: Library for
|
|
141
|
+
summary: Library for authorizing mumuki requests
|
|
142
142
|
test_files: []
|