jruby-cyberark 0.0.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: df91eaa600b7bd8d32f8a77eca5ebc9bcb5ae50ad9e63a302ff9cddc64ccb001
4
+ data.tar.gz: 5cb9612782349703360a9b9961b31058b8423d97bb8695ca850312ab95fc4c23
5
+ SHA512:
6
+ metadata.gz: bc13ce62181856270acca10bd51b3d4254a057aac63428f00327656d8684291931f8daf1b53424945f31b71f789f5d1eaadd57dd3b686c65d21996d25341017c
7
+ data.tar.gz: 6ddad1cd3edf7a1db6ea6b9657227aab77701ced39a5ad944192111ba43f7dff617f7abe47f20c5910a72d9c575298b5050116ca075f1f56e2ef3182d75589dc
@@ -0,0 +1,4 @@
1
+ module JRubyJars
2
+ VERSION = '0.0.1'
3
+ MAVEN_VERSION = '0.0.1'
4
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jruby-cyberark
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Jindrich Skupa
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-07-19 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: ''
14
+ email: jindrich.skupa@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/jruby-cyberark/javapasswordsdk.jar
20
+ - lib/jruby-cyberark/version.rb
21
+ homepage: https://github.com/jindrichskupa/jruby-cyberark
22
+ licenses:
23
+ - EPL-1.0
24
+ - GPL-2.0
25
+ - LGPL-2.1
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubygems_version: 3.0.3
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: The CyberArk javapasswordsdk.jar
46
+ test_files: []