omniauth-forge 0.2.1 → 0.2.1.1

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: 0026b8a76cbdfc8a4f4c925e13d2e3461106ef116f8cad0671dda6c133860b30
4
- data.tar.gz: aab3d98a8533ff9630d25e56cc432472a396256e8a1a8d904b26c202b3835704
3
+ metadata.gz: 23db255740d8cc71c21972f81dc46c9e719905e53bd49b4b2bf12fa480c24cad
4
+ data.tar.gz: af4fce77defcbce16705cd37ebbb7f0a6f01dfd0d85da86aec7af4e94c8a7c2e
5
5
  SHA512:
6
- metadata.gz: 7cf6960e07c22135d23a9a4c06bc43e3c61cdd4f901ade7c01be1857483c4f7e1ae53011e306fc8a27817f95a191959741cf45c67d5e9e3f152c7ea66c125fec
7
- data.tar.gz: b3ad7d8f23675a455e648ee37f7f0ab02d3cc9349192198dc8a60911c0253df8524fc04a4e2d7deffe5a8fde30819e00cd8433718effd12c6623bfaaab0f3679
6
+ metadata.gz: 7528790d8093ecef0129c77347a20ec5e9f6c3f9bf9a0a5d8173d5cf527e75820037618028901b75bf8f90710c35e7b0855f8f009bc4cc54350ecd2a12f8470a
7
+ data.tar.gz: 9834e9ee4f262fe29e898ffe6fb655520d2842ea74a79bff7605d307a0b59d58bdc9986510618d82ac825c0800db538af8d95ed965f185824b10360fa99345a2
@@ -60,4 +60,4 @@ jobs:
60
60
  - name: Fetch tags from remote
61
61
  run: "git fetch -t"
62
62
  - name: Publish if version change
63
- run: 'git diff `git tag | tail -1` -- lib/omniauth_forge/version.rb | grep -E "^\+.*VERSION" && rake release || echo "No release for now"'
63
+ run: 'git diff `git tag | tail -1` -- lib/omniauth/forge/version.rb | grep -E "^\+.*VERSION" && rake release || echo "No release for now"'
@@ -14,8 +14,8 @@ jobs:
14
14
  - name: Fetch main branch
15
15
  run: git fetch origin main:main
16
16
  - name: Verify if there's a change in version
17
- run: "git diff main -- lib/omniauth_forge/version.rb | grep VERSION"
17
+ run: "git diff main -- lib/omniauth/forge/version.rb | grep VERSION"
18
18
  - name: Print new version
19
- run: 'git diff main -- lib/omniauth_forge/version.rb | grep -E "^\+.*VERSION" | grep -E -o "[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?"'
19
+ run: 'git diff main -- lib/omniauth/forge/version.rb | grep -E "^\+.*VERSION" | grep -E -o "[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?"'
20
20
  - name: Verify if higher version
21
- run: '[[ $(git diff main -- lib/omniauth_forge/version.rb | grep -E "^\+.*VERSION" | grep -E -o "[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?") > $(git diff main -- lib/omniauth_forge/version.rb | grep -E "^-.*VERSION" | grep -E -o "[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?") ]]'
21
+ run: '[[ $(git diff main -- lib/omniauth/forge/version.rb | grep -E "^\+.*VERSION" | grep -E -o "[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?") > $(git diff main -- lib/omniauth/forge/version.rb | grep -E "^-.*VERSION" | grep -E -o "[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?") ]]'
@@ -2,6 +2,7 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Forge
5
- VERSION = '0.2.1'
5
+ VERSION = '0.2.1.1'
6
+ Version = VERSION
6
7
  end
7
8
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require_relative 'lib/omniauth_forge/version'
3
+ require_relative 'lib/omniauth/forge/version'
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'omniauth-forge'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-forge
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis <Zaratan> Pasin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-20 00:00:00.000000000 Z
11
+ date: 2021-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth
@@ -375,8 +375,8 @@ files:
375
375
  - bin/setup
376
376
  - examples/sinatra.rb
377
377
  - lib/omniauth-forge.rb
378
+ - lib/omniauth/forge/version.rb
378
379
  - lib/omniauth/strategies/forge.rb
379
- - lib/omniauth_forge/version.rb
380
380
  - omniauth_forge.gemspec
381
381
  - package.json
382
382
  - yarn.lock