omniauth-fortnox-oauth2 0.0.4 → 0.0.5
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 +4 -4
- data/.github/workflows/gempush.yml +1 -1
- data/.github/workflows/main.yml +1 -1
- data/Gemfile.lock +3 -2
- data/lib/omniauth/fortnox_oauth2/version.rb +1 -1
- data/omniauth-fortnox-oauth2.gemspec +0 -1
- metadata +4 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '08a8f9a91c4a3d380823fab2f2946680e4a42ff86efe8fc1417d0be139bd6b64'
|
|
4
|
+
data.tar.gz: 923b85facb4bcc62fd1155dcfd4d6a69e4d5aa48dd98e6a7d7e7b3add193d680
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4fec3e69e3b56ff5f5d69b52c0297181295d53f16c58edd2ca31125b70b80b0fea51a8e2c649816a6a0f66ca3909f4468ca2a44e29c0c9e456728c1e56e22837
|
|
7
|
+
data.tar.gz: 6ac16ca264e6f90487a2b797b73fe91aae04c5c200cc270f79e1fabe7ccda8b2663f537e5421b1deb7c613a6e05084f787e8a6b22706f8defaac9a3f8bc74faa
|
data/.github/workflows/main.yml
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
omniauth-fortnox-oauth2 (0.0.
|
|
4
|
+
omniauth-fortnox-oauth2 (0.0.5)
|
|
5
5
|
omniauth-oauth2
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -44,7 +44,7 @@ GEM
|
|
|
44
44
|
byebug (~> 11.0)
|
|
45
45
|
pry (~> 0.13.0)
|
|
46
46
|
public_suffix (4.0.6)
|
|
47
|
-
rack (3.
|
|
47
|
+
rack (3.1.20)
|
|
48
48
|
rack-protection (3.0.5)
|
|
49
49
|
rack
|
|
50
50
|
rake (13.0.6)
|
|
@@ -75,6 +75,7 @@ GEM
|
|
|
75
75
|
PLATFORMS
|
|
76
76
|
arm64-darwin-21
|
|
77
77
|
x86_64-darwin-19
|
|
78
|
+
x86_64-linux
|
|
78
79
|
|
|
79
80
|
DEPENDENCIES
|
|
80
81
|
omniauth-fortnox-oauth2!
|
|
@@ -18,7 +18,6 @@ Gem::Specification.new do |gem|
|
|
|
18
18
|
gem.metadata['changelog_uri'] = gem.homepage
|
|
19
19
|
|
|
20
20
|
gem.files = `git ls-files`.split($\)
|
|
21
|
-
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
|
|
22
21
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
23
22
|
gem.require_paths = ['lib']
|
|
24
23
|
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-fortnox-oauth2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- svenne87
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: omniauth-oauth2
|
|
@@ -83,9 +82,7 @@ dependencies:
|
|
|
83
82
|
description: OmniAuth OAuth2 strategy for Fortnox
|
|
84
83
|
email:
|
|
85
84
|
- devops@standout.se
|
|
86
|
-
executables:
|
|
87
|
-
- console
|
|
88
|
-
- setup
|
|
85
|
+
executables: []
|
|
89
86
|
extensions: []
|
|
90
87
|
extra_rdoc_files: []
|
|
91
88
|
files:
|
|
@@ -114,7 +111,6 @@ metadata:
|
|
|
114
111
|
homepage_uri: https://github.com/standout/omniauth-fortnox-oauth2
|
|
115
112
|
source_code_uri: https://github.com/standout/omniauth-fortnox-oauth2
|
|
116
113
|
changelog_uri: https://github.com/standout/omniauth-fortnox-oauth2
|
|
117
|
-
post_install_message:
|
|
118
114
|
rdoc_options: []
|
|
119
115
|
require_paths:
|
|
120
116
|
- lib
|
|
@@ -129,8 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
129
125
|
- !ruby/object:Gem::Version
|
|
130
126
|
version: '0'
|
|
131
127
|
requirements: []
|
|
132
|
-
rubygems_version:
|
|
133
|
-
signing_key:
|
|
128
|
+
rubygems_version: 4.0.6
|
|
134
129
|
specification_version: 4
|
|
135
130
|
summary: OmniAuth OAuth2 strategy for Fortnox
|
|
136
131
|
test_files:
|