alamojoe 0.2.3 → 0.2.4

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: 76d6c18513112f475e98a8f7ecae88741a364f6121b9c5e4462fe96051839dab
4
- data.tar.gz: b7c764035fd1fd4b60caa3ba242202c946a2ad7d2b6789875b33a9025c5aa86d
3
+ metadata.gz: 24572b4fdc6c8b6e1430b482ee42fb862869881c5909f47d5bc3054453b40faf
4
+ data.tar.gz: 776b11796f99c5402ba9e1c9d4424921b3a9c98c0d9c261fba5934cb92a976a2
5
5
  SHA512:
6
- metadata.gz: da580517d3e07c2bb63080220d1c105ee70599a245e40ccb9aad3b7db6acea7086e6a009a660ff879c7bff26d2e2528c6565d32a28b18be131fba332b7b288b7
7
- data.tar.gz: 00fe1ca087f259d34cb19e2c7cdec0a02bc450b730607106991babac171bd443faca4f116c8ac00eaa5f9e0f129c89b99adc760babd9f5690d99d17cc82a12a7
6
+ metadata.gz: 3b9ec2c09d56a8816789443dcc13aa5fb7397bdba0ed5e482d44921684ce2ddff921ef1674702ff59849c371651e34c1af5657dbca2dce659e5f173b972077e5
7
+ data.tar.gz: b51e6ee7aceb80c9b5ed3b4c826e4af515b53323f634b9c906d81d924b76c3c418127d7ceda9839124891a6f29be5daea3b868412b6feb0012af68aec17cdccf
data/lib/alamojoe.rb CHANGED
@@ -4,14 +4,13 @@ require 'ffi'
4
4
 
5
5
  require_relative 'alamojoe/version'
6
6
 
7
- puts Dir.pwd
8
-
9
7
  module Alamojoe
10
8
  extend FFI::Library
11
9
 
12
10
  # set environment variables
13
11
  ENV['EXSEC_RUNTIME_LANGUAGE'] = 'RUBY'
14
12
  ENV['EXSEC_RUNTIME_LANGUAGE_VERSION'] = RUBY_VERSION
13
+ ENV['EXSEC_APP_DIR'] = Dir.pwd
15
14
 
16
15
  ffi_lib (__dir__ + '/libcore.so')
17
16
  attach_function :configure, [:string], :int
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Alamojoe
4
- VERSION = "0.2.3"
4
+ VERSION = "0.2.4"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alamojoe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alamo Joe
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-07-19 00:00:00.000000000 Z
11
+ date: 2021-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi