omniauth-salesforce-modern 1.1.2 → 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: a952007bab413556811672d9fcf040f7f7541c235efa5e51953209274903fc7e
4
- data.tar.gz: 5aed76c007064c3c793373e26b29b6f87076d04e64cf0d49a68f25a1ed16a625
3
+ metadata.gz: f9bba69d0f5af792a500b4d540693432edce7bfcd06111619dd08d7563d1b5b2
4
+ data.tar.gz: 4d4a8be5c9c6aefaf65356f327c8e131e9d1449e03f3a1f2c7a0f32606c7a901
5
5
  SHA512:
6
- metadata.gz: c278ea43a17527869b69458666d73650d155e25e0e25dd84aa1fe0f60d6c142f824377876fe7ec5bd7578d56ed1f859f17c26f3ea0a8bc3f60a07396eda51e7f
7
- data.tar.gz: 452b26969ff4d0c5fbcaf180c7fad27d7c270a4d42b6e4fd6b6cb704654fadb9b38b98a8217ffc2108822e09329f41744b0aace9a82d3c489be62a70aa1ca88b
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.2'.freeze
3
+ VERSION = '1.1.3'.freeze
4
4
  end
5
5
  end
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.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Vanhook
@@ -54,10 +54,10 @@ 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
60
- - lib/omniauth_salesforce.rb
61
61
  - omniauth-salesforce-modern.gemspec
62
62
  - spec/omniauth/strategies/salesforce_spec.rb
63
63
  - spec/spec_helper.rb