Skip to content

Commit

Permalink
test prog
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Apr 18, 2024
1 parent 47fed16 commit fae1243
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/ruby/.bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
BUNDLE_PATH: "vendor/bundle"
BUNDLE_CLEAN: "true"
4 changes: 4 additions & 0 deletions src/test/ruby/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source 'https://rubygems.org'

gem 'mrt-zk', git: 'https://github.com/CDLUC3/mrt-zk.git', branch: 'main', glob: 'src/main/ruby/*.gemspec', ref: '47fed161537977d368f99f138199e32697382e11'
gem 'uc3-ssm', git: 'https://github.com/CDLUC3/uc3-ssm.git', branch: 'main'
52 changes: 52 additions & 0 deletions src/test/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
GIT
remote: https://github.com/CDLUC3/mrt-zk.git
revision: 47fed161537977d368f99f138199e32697382e11
ref: 47fed161537977d368f99f138199e32697382e11
branch: main
glob: src/main/ruby/*.gemspec
specs:
mrt-zk (1.0.1)
zk (~> 1.10.0)
zookeeper (~> 1.5.5)

GIT
remote: https://github.com/CDLUC3/uc3-ssm.git
revision: 9765a8d08d9103501e61905e7fa91088ea9c0d09
branch: main
specs:
uc3-ssm (0.3.10)
aws-sdk-ssm (~> 1.84)
logger (~> 1.4)
yaml (~> 0.2.1)

GEM
remote: https://rubygems.org/
specs:
aws-eventstream (1.3.0)
aws-partitions (1.913.0)
aws-sdk-core (3.191.6)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-ssm (1.166.0)
aws-sdk-core (~> 3, >= 3.191.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
jmespath (1.6.2)
logger (1.6.0)
yaml (0.2.1)
zk (1.10.0)
zookeeper (~> 1.5.0)
zookeeper (1.5.5)

PLATFORMS
x86_64-linux

DEPENDENCIES
mrt-zk!
uc3-ssm!

BUNDLED WITH
2.3.25
3 changes: 3 additions & 0 deletions src/test/ruby/test-gem.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require "src/test/main/ruby/merritt-zk"

puts "testing mrt-zk gem load"

0 comments on commit fae1243

Please sign in to comment.