ripple_keycloak 0.2.2 → 0.2.4

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: 1198c74e3f6951a694db9a8a9e4f7ba5dee02d24fb81ef70427cc511d117829d
4
- data.tar.gz: 6aa4bb997c0663e16c291cc0c7897cc1d3e6ada531dc90c2cea6416a91e31622
3
+ metadata.gz: 8baede2279878a5b2b008cd535eafa64442925286e12f022bf60280dce4dfb64
4
+ data.tar.gz: 6254cc5f6548f8c2cc2aa557031b62e98417c93733acd95dd58014911acb1c61
5
5
  SHA512:
6
- metadata.gz: 16fa67d6652b16df30e6d5e65894b748b8d07d681bef26e3b4f0f656e3da7076e2341ba85738eb71d3ca98dc55acf45290a3b0ccee30062aa0ffa928d526bdb9
7
- data.tar.gz: 66d5931d61d89049b3976c94237c2d7f65d0962c8770e8123cbba9bd296a336aaadc33a89e5d524ef6f5f9631435c79c72e6505e4d29f62389dee08000c1016f
6
+ metadata.gz: 48e1996c8faa7df9eac60242227bd434ccc93697e555aaaf82045e392676524b99bf789acfbd412f161a4844a14127b44e68c6100c8ca0c57669767f9a347f8b
7
+ data.tar.gz: 150ec180d5f9ed0035c3f63d7a9611181995b3aef40f5624c1a7449fec61e9639fffd7ce1574e5c3b20218c4a33407d188b53a32abd3de549c130672dca8c697
@@ -3,7 +3,7 @@ name: Ruby Gem
3
3
  on:
4
4
  push:
5
5
  tags:
6
- - v*
6
+ - 'v*'
7
7
 
8
8
  jobs:
9
9
  build:
File without changes
data/.gitignore CHANGED
File without changes
data/.rspec CHANGED
File without changes
File without changes
File without changes
data/Gemfile CHANGED
File without changes
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
data/bin/setup CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RippleKeycloak
4
- VERSION = '0.2.2'
4
+ VERSION = '0.2.4'
5
5
  end
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ripple_keycloak
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hex Event Solutions Limited
@@ -73,7 +73,6 @@ executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
- - ".github/workflows/bump-version.yml"
77
76
  - ".github/workflows/gem-push.yml"
78
77
  - ".github/workflows/lint-and-test.yml"
79
78
  - ".gitignore"
@@ -1,22 +0,0 @@
1
- name: Bump gem version tag
2
-
3
- on:
4
- push:
5
- branches: [ master ]
6
-
7
- jobs:
8
- tag-new-versions:
9
- runs-on: ubuntu-latest
10
- steps:
11
- - uses: actions/checkout@v2
12
- with:
13
- fetch-depth: 2
14
- - uses: salsify/action-detect-and-tag-new-version@v1
15
- with:
16
- version-command: |
17
- ruby print_version.rb
18
- - name: Push any new tags
19
- uses: ad-m/github-push-action@master
20
- with:
21
- github_token: ${{ secrets.GITHUB_TOKEN }}
22
- tags: true