omniauth-salesforce-modern 1.1.1 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de3e1b74f291b64ce36752c2c59de56f94f4da262a5d607b388d95920588cd7c
4
- data.tar.gz: 040daedb36dd0e675a9aab893e2c46d183e8a3b5b6a3694bbc63344791d52fbe
3
+ metadata.gz: f9bba69d0f5af792a500b4d540693432edce7bfcd06111619dd08d7563d1b5b2
4
+ data.tar.gz: 4d4a8be5c9c6aefaf65356f327c8e131e9d1449e03f3a1f2c7a0f32606c7a901
5
5
  SHA512:
6
- metadata.gz: 70151309f12d81c3204687258cfa44934c40888ee4708c91329e14d13acb6fe086d3917bb9f884733b38494b304dff282f1db188e0df332045f82e1f1834cf2a
7
- data.tar.gz: c9f570707ffe398b7a0e72248e004cfbcad5a2ba8406b35dc3288a3ea74b739e5d774774318936037a243e5f12b2764468f1231961551157b7b9d7316f5f5316
6
+ metadata.gz: d362618ddbb91ee51f726330aff6ec8af70d490a353cdb3dbf6133cb024a4f52349afed81935e0c72b1cb33a05f4ca77b61dd39d5b43976cdc5c17a71117d569
7
+ data.tar.gz: ded74931dabc46bf88e4138a838dc43eef5a4ac96ec1bd1ff9350e709ffdd6a59cf0b303f972ff446e6297f43879786249a806a7bdd3e1643d20899e3aa1cd1e
data/.rubocop_todo.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2023-05-18 20:50:49 UTC using RuboCop version 1.48.1.
3
+ # on 2023-05-19 12:15:18 UTC using RuboCop version 1.48.1.
4
4
  # The point is for the user to remove these configuration records
5
5
  # one by one as the offenses are removed from the code base.
6
6
  # Note that changes in the inspected code, or installation of new
@@ -11,6 +11,14 @@ Lint/UselessAssignment:
11
11
  Exclude:
12
12
  - 'spec/omniauth/strategies/salesforce_spec.rb'
13
13
 
14
+ # Offense count: 1
15
+ # Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, CheckDefinitionPathHierarchyRoots, Regex, IgnoreExecutableScripts, AllowedAcronyms.
16
+ # CheckDefinitionPathHierarchyRoots: lib, spec, test, src
17
+ # AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
18
+ Naming/FileName:
19
+ Exclude:
20
+ - 'lib/omniauth-salesforce.rb'
21
+
14
22
  # Offense count: 1
15
23
  # Configuration parameters: Prefixes, AllowedPatterns.
16
24
  # Prefixes: when, with, without
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Salesforce
3
- VERSION = '1.1.1'.freeze
3
+ VERSION = '1.1.3'.freeze
4
4
  end
5
5
  end
@@ -1 +1,3 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'omniauth/strategies/salesforce'
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'omniauth/salesforce'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-salesforce-modern
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Vanhook
@@ -54,6 +54,7 @@ files:
54
54
  - Gemfile
55
55
  - LICENSE.md
56
56
  - README.md
57
+ - lib/omniauth-salesforce.rb
57
58
  - lib/omniauth/salesforce.rb
58
59
  - lib/omniauth/salesforce/version.rb
59
60
  - lib/omniauth/strategies/salesforce.rb