auth-lh 0.26.0 → 0.27.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f2f98f1a5c90b3608ef1e417291e58883b2fca09
4
- data.tar.gz: 0ab44cd8c1420f03b5154adf2f22f0d488df62f9
3
+ metadata.gz: 64b29408a8091077e65029a5b7903bce55759523
4
+ data.tar.gz: cf6f09fe3092eb95647ae4b44c16dc94a7edc743
5
5
  SHA512:
6
- metadata.gz: 38189017495f338cdee6d9de15acac478c41886dead5a5c17641c042591ae28a057d67c02fcc8439bbf54b22355c52d8b8e9d8b4554de62e358e4df354b235b8
7
- data.tar.gz: 3a70ce60972e027a99889561f6980a00ff7802e37d05d0834d0a67af8e143479081abed2834e40a358b82085dcf2934d1e9f8752d40d1109e2c8bb3f1d140631
6
+ metadata.gz: b44bb8e3703896cea9aba4fda7a1778acfd8fcd633cf1375614209bae53727535f65d21e7c686f176448c586145ab2aab6acfa31fdff5249baf3642954de93ba
7
+ data.tar.gz: 29cf1a23c94b14783b969d00ae105eeacc8d9f14009bc20d60a7d357a4ce4d30279209d4543e8945ba6bcab4f05d267223113964473d2e515498858848733473
data/CHANGELOG.md CHANGED
@@ -245,3 +245,7 @@
245
245
  ## v0.26.0
246
246
 
247
247
  * Changed local name to local description on external app
248
+
249
+ ## v0.27.0
250
+
251
+ * Bugfix on dependencies
data/lib/auth/lh.rb CHANGED
@@ -1,12 +1,10 @@
1
1
  require 'auth_lh/api'
2
2
  require 'auth_lh/external_app'
3
- require 'auth_lh/external_app_extended'
4
3
  require 'auth_lh/role'
5
4
  require 'auth_lh/role_management'
6
5
  require 'auth_lh/session_response'
7
6
  require 'auth_lh/shop'
8
7
  require 'auth_lh/user'
9
- require 'auth_lh/user_extended'
10
8
  require 'auth_lh/user_management'
11
9
 
12
10
  require 'auth/lh/version'
@@ -1,5 +1,5 @@
1
1
  module Auth
2
2
  module Lh
3
- VERSION = "0.26.0"
3
+ VERSION = "0.27.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auth-lh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matias Hick