ripple_keycloak 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a1110e9ee63adcb8fe9c9b21859d4b887b2041f4cb0b1890d11fb4b9e1850ba4
4
- data.tar.gz: ea16bf655491f58786463fd8809b29572ed2dc8fbf11453ac287185c7e50f0dd
3
+ metadata.gz: 8893e58451b389b4867b545d1ff890d7bc140f833116b216d38553b40ffac583
4
+ data.tar.gz: e602c7bd2fd40125b8f856cd7cfd9ff501b48bdc1f83d2060d1a1c08ff3f2211
5
5
  SHA512:
6
- metadata.gz: 72a51cd15b79be3aa6fb54aa469d0e71a5012e38999fa7f69d96f83630a7a948c4defec527eb725ec09d7e106bce4f0a63a066e09c7002b0c6f960f18f149d96
7
- data.tar.gz: 57cd5ae0d044e93e8a814af2a10fe9b3c98576bf0838dbabc672fabf7de8cba974710c882a62662d35094b8b949b2f8d29f5edd5424a696ff5c21a4939f24881
6
+ metadata.gz: 6ba0407487a1ceba861d76659fd75ab2f17ad7750c4f218a849fb6960b4ad7786abb54f8e974fbc3fd1e6df6af869095f4f73e3f2958cfab00654744f09e3691
7
+ data.tar.gz: 4658fabe913152430cf7d497ded5db0a20407da45dbd7feb6a1a995020ed892ebf10b2613b049bc521221756cc82cabb1ce581cd65cdc963d3ed106506a8ab40
@@ -14,4 +14,4 @@ jobs:
14
14
  - uses: salsify/action-detect-and-tag-new-version@v1
15
15
  with:
16
16
  version-command: |
17
- cat lib/ripple_keycloak/version.rb
17
+ ruby print_version.rb
File without changes
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.0'
4
+ VERSION = '0.2.1'
5
5
  end
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require_relative 'lib/ripple_keycloak/version'
4
+ puts RippleKeycloak::VERSION
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.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hex Event Solutions Limited
@@ -95,6 +95,7 @@ files:
95
95
  - lib/ripple_keycloak/role.rb
96
96
  - lib/ripple_keycloak/user.rb
97
97
  - lib/ripple_keycloak/version.rb
98
+ - print_version.rb
98
99
  - ripple_keycloak.gemspec
99
100
  homepage: https://rubygems.org/gems/ripple_keycloak
100
101
  licenses: