gamora 0.2.0 → 0.3.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
  SHA256:
3
- metadata.gz: ecbfbd0d21575131451160045532e1cb22cb5706a872c0019166e7647a2421cd
4
- data.tar.gz: 2014f6cd02eb8210cff2d58da6add30296bd0bf64d3baef379fccdf5d74b0f9a
3
+ metadata.gz: f764dd52b539d07ab42bc00f6eb1883c678ac791ff0eb7f9edc69f959b1df71d
4
+ data.tar.gz: f67a0f3128c9728e81d67df2fd18c1c8893a4c18902b4f869ae41f3cb2e7050f
5
5
  SHA512:
6
- metadata.gz: af6267f7be0f268be3cfecbf1f2adab95b95d7c4bffb0d0f57673acf65dc1a420656b786d52484dc37cfa546ffd9f67e8d770c1d4abe5423073be65d69b44512
7
- data.tar.gz: 2fa9ca42659f67422a8223ad0131e86e3354f2cb2b3b7d613fd638f0c51398f4a849f6eab0a42c7d75aec5d229fb05f59fbfed0b2c6ad018560836fdc7d8bef1
6
+ metadata.gz: 0f6b7b02f44aede21fb839c0fd4fd2ece348a0c32c30da203ea4941dbe17ae5501b54fa95d379b00c4b39f3adfa8d68ea1fd3b4160d99f19411f614fdfaa6629
7
+ data.tar.gz: b13d5205e38e4ebc25a5e82c183a5a37f499368cc5f067227efc64a11eb468a9b1ef8dfee8421bd02c1901bfc9c6238a69816b7cf9db8fbf04a85d7eeb910d75
@@ -14,6 +14,7 @@ module Gamora
14
14
  theme: Configuration.default_theme,
15
15
  prompt: Configuration.default_prompt,
16
16
  strategy: Configuration.default_strategy,
17
+ branding: Configuration.default_branding,
17
18
  ui_locales: Configuration.ui_locales.call
18
19
  }.merge(authorization_params).compact_blank)
19
20
  end
@@ -26,6 +27,7 @@ module Gamora
26
27
  :prompt,
27
28
  :max_age,
28
29
  :strategy,
30
+ :branding,
29
31
  :ui_locales
30
32
  )
31
33
  end
@@ -13,6 +13,7 @@ module Gamora
13
13
  mattr_accessor :default_scope, default: "openid profile email"
14
14
  mattr_accessor :default_prompt, default: nil
15
15
  mattr_accessor :default_strategy, default: "default"
16
+ mattr_accessor :default_branding, default: "amco"
16
17
  mattr_accessor :default_theme, default: "default"
17
18
  mattr_accessor :ui_locales, default: -> { I18n.locale }
18
19
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gamora
4
- VERSION = "0.2.0"
4
+ VERSION = "0.3.0"
5
5
  end
@@ -15,6 +15,7 @@ Gamora.setup do |config|
15
15
  # config.default_scope = "openid profile email"
16
16
  # config.default_prompt = nil
17
17
  # config.default_strategy = "default"
18
+ # config.default_branding = "amco"
18
19
  # config.default_theme = "default"
19
20
  # config.ui_locales = -> { I18n.locale }
20
21
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gamora
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alejandro Gutiérrez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-28 00:00:00.000000000 Z
11
+ date: 2022-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oauth2