ripple_keycloak 0.2.1 → 0.2.2

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: 8893e58451b389b4867b545d1ff890d7bc140f833116b216d38553b40ffac583
4
- data.tar.gz: e602c7bd2fd40125b8f856cd7cfd9ff501b48bdc1f83d2060d1a1c08ff3f2211
3
+ metadata.gz: 1198c74e3f6951a694db9a8a9e4f7ba5dee02d24fb81ef70427cc511d117829d
4
+ data.tar.gz: 6aa4bb997c0663e16c291cc0c7897cc1d3e6ada531dc90c2cea6416a91e31622
5
5
  SHA512:
6
- metadata.gz: 6ba0407487a1ceba861d76659fd75ab2f17ad7750c4f218a849fb6960b4ad7786abb54f8e974fbc3fd1e6df6af869095f4f73e3f2958cfab00654744f09e3691
7
- data.tar.gz: 4658fabe913152430cf7d497ded5db0a20407da45dbd7feb6a1a995020ed892ebf10b2613b049bc521221756cc82cabb1ce581cd65cdc963d3ed106506a8ab40
6
+ metadata.gz: 16fa67d6652b16df30e6d5e65894b748b8d07d681bef26e3b4f0f656e3da7076e2341ba85738eb71d3ca98dc55acf45290a3b0ccee30062aa0ffa928d526bdb9
7
+ data.tar.gz: 66d5931d61d89049b3976c94237c2d7f65d0962c8770e8123cbba9bd296a336aaadc33a89e5d524ef6f5f9631435c79c72e6505e4d29f62389dee08000c1016f
@@ -15,3 +15,8 @@ jobs:
15
15
  with:
16
16
  version-command: |
17
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
@@ -40,3 +40,6 @@ AllCops:
40
40
  Exclude:
41
41
  - bin/**
42
42
  - vendor/**/**
43
+
44
+ Lint/ScriptPermission:
45
+ Enabled: false
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RippleKeycloak
4
- VERSION = '0.2.1'
4
+ VERSION = '0.2.2'
5
5
  end
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
2
3
 
3
4
  require_relative 'lib/ripple_keycloak/version'
4
5
  puts RippleKeycloak::VERSION
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.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hex Event Solutions Limited