alamojoe 0.2.0 → 0.2.4

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: e4937ac2f8cd915236c90c38cb8c74ed851bd8bf479e49409d4dec1e61785699
4
- data.tar.gz: 226f239f4755d3f23e8431921264b2a6362ad9dce5fc4317a9c54ba9b343bd46
3
+ metadata.gz: 24572b4fdc6c8b6e1430b482ee42fb862869881c5909f47d5bc3054453b40faf
4
+ data.tar.gz: 776b11796f99c5402ba9e1c9d4424921b3a9c98c0d9c261fba5934cb92a976a2
5
5
  SHA512:
6
- metadata.gz: c2393ae20e1de876bf5615f07ecad56bbc87465800cb1ff0eeeee23c45127b28fac79fae5e13d4f20505bca24b05580bcf8682e7e46c69414825bd3a39f0972c
7
- data.tar.gz: df91700604720702d12fc02ee01e51ad0e87313c482d090314fc7464733a30a3c11e0ff7e2209edb2cfdf9eefcf9f8e1f6d1940be23339e3fb25dbe0fc1e4182
6
+ metadata.gz: 3b9ec2c09d56a8816789443dcc13aa5fb7397bdba0ed5e482d44921684ce2ddff921ef1674702ff59849c371651e34c1af5657dbca2dce659e5f173b972077e5
7
+ data.tar.gz: b51e6ee7aceb80c9b5ed3b4c826e4af515b53323f634b9c906d81d924b76c3c418127d7ceda9839124891a6f29be5daea3b868412b6feb0012af68aec17cdccf
data/lib/alamojoe.rb CHANGED
@@ -4,11 +4,14 @@ 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
 
10
+ # set environment variables
11
+ ENV['EXSEC_RUNTIME_LANGUAGE'] = 'RUBY'
12
+ ENV['EXSEC_RUNTIME_LANGUAGE_VERSION'] = RUBY_VERSION
13
+ ENV['EXSEC_APP_DIR'] = Dir.pwd
14
+
12
15
  ffi_lib (__dir__ + '/libcore.so')
13
16
  attach_function :configure, [:string], :int
14
17
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Alamojoe
4
- VERSION = "0.2.0"
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.0
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-18 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
@@ -58,8 +58,6 @@ files:
58
58
  - lib/alamojoe.rb
59
59
  - lib/alamojoe/version.rb
60
60
  - lib/libcore.so
61
- - pkg/alamojoe-0.1.0.gem
62
- - pkg/alamojoe-0.2.0.gem
63
61
  homepage: https://www.comingsoon.com
64
62
  licenses:
65
63
  - MIT
Binary file
Binary file