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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b4205196f555885b665f46c8133c393375e402004fd5f649afdeb37550baf53
4
- data.tar.gz: c801df59317f0ea20f13c128e14bc37e9805d921987057f2ad4dd10c54f43037
3
+ metadata.gz: '08a8f9a91c4a3d380823fab2f2946680e4a42ff86efe8fc1417d0be139bd6b64'
4
+ data.tar.gz: 923b85facb4bcc62fd1155dcfd4d6a69e4d5aa48dd98e6a7d7e7b3add193d680
5
5
  SHA512:
6
- metadata.gz: 965555b3e2b1fd7ab763875cb58f460b1979777df3b4e09fd9c7cd9a3552288ea27bec775256e027f6b907067bcb87e5618d8358edaff06bf92b08d4e3120e8e
7
- data.tar.gz: b853caf7304547f7660366a0f43c0637a16edf0221516432a8e35bb506323dc7c8037b495af8e4e41e073fcaf367c489f0b6adf7dd2192bf19fd83b25e421bd3
6
+ metadata.gz: 4fec3e69e3b56ff5f5d69b52c0297181295d53f16c58edd2ca31125b70b80b0fea51a8e2c649816a6a0f66ca3909f4468ca2a44e29c0c9e456728c1e56e22837
7
+ data.tar.gz: 6ac16ca264e6f90487a2b797b73fe91aae04c5c200cc270f79e1fabe7ccda8b2663f537e5421b1deb7c613a6e05084f787e8a6b22706f8defaac9a3f8bc74faa
@@ -9,7 +9,7 @@ jobs:
9
9
  name: Build + Publish to GitHub
10
10
  runs-on: ubuntu-latest
11
11
  steps:
12
- - uses: actions/checkout@v2
12
+ - uses: actions/checkout@v3
13
13
  - name: Set up Ruby 3.0.0
14
14
  uses: actions/setup-ruby@v1
15
15
  with:
@@ -6,7 +6,7 @@ jobs:
6
6
  build:
7
7
  runs-on: ubuntu-latest
8
8
  steps:
9
- - uses: actions/checkout@v2
9
+ - uses: actions/checkout@v3
10
10
  - name: Set up Ruby
11
11
  uses: ruby/setup-ruby@v1
12
12
  with:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-fortnox-oauth2 (0.0.4)
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.0.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!
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Omniauth
4
4
  module FortnoxOAuth2
5
- VERSION = '0.0.4'
5
+ VERSION = '0.0.5'
6
6
  end
7
7
  end
@@ -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
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: 2023-05-11 00:00:00.000000000 Z
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: 3.3.26
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: