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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mumukit/auth/version.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 429608e7c53050e6260290ecc2f5c893f59fdf76
4
- data.tar.gz: 43d044cdb65f8cbc9080d6b0601207ee52c0be5e
3
+ metadata.gz: 48132fd268d8f40d8688bf66aef5a6e0e59278fe
4
+ data.tar.gz: 9e45f936fba26b66bfe45c72fd90fcb71801772b
5
5
  SHA512:
6
- metadata.gz: 3381520383b401aec9d8f881f3b82afd27d5c0274390993cce16d7a22720e1508696d84426bb2ae3bd1905569cdf0e6065d1889cc2805f7090ee5c41db75623e
7
- data.tar.gz: a9896533ff781db016477515881f3ed01cf3fe86c34c0eac7767c6a96cc0645d7a1bea4c5d90944afea9111e98a1a9d41f8aed83eb750e1d3c76d0f61f1a5e18
6
+ metadata.gz: 3c7b2817a9f6fb208656b1e99ac1d360b7a2cdd3edcef2934d64fb6472715a6bb5c332c8a599491eb4c5170439c9b924bed969537f2fb48129fd61f22a4348f6
7
+ data.tar.gz: e86d0036c462534995846c289154f7de22431dc42fbf093d3cc8b298532eb68d05beb7d33433b0fd4e822946c502ec503b4388d762a9c62a0c07332e0d090ac5
@@ -1,5 +1,5 @@
1
1
  module Mumukit
2
2
  module Auth
3
- VERSION = '5.0.0'
3
+ VERSION = '6.0.0'
4
4
  end
5
5
  end
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: 5.0.0
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-01-23 00:00:00.000000000 Z
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 authenticating mumuki requests
141
+ summary: Library for authorizing mumuki requests
142
142
  test_files: []