dyndoc-ruby-core 1.1.3 → 1.1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/share/julia/ruby.jl +1 -4
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b133b6c622785ed77da8f4add54cf5ba4d29d70a
4
- data.tar.gz: db21c9b6def988fc0a8eaec04819c09c385775fc
3
+ metadata.gz: 4702715c69fab4f72c495684ec1dd700bfb1e0fc
4
+ data.tar.gz: eb4d5c35846cae98833f687834d00ea82ccbe5d7
5
5
  SHA512:
6
- metadata.gz: 4c07ae2ea1da67a0492ff5ece4347c61c54a1a438594b9dbe7810678dbdd179a4f40de4d4b164d7ce87a179d5fc4329786af17219d4bd8eec198e87ac6a0ea83
7
- data.tar.gz: b20e3793cbad0a3ae79c5131e3ff654fe41be8ab679313592fd6e4ce73905ebf4ad6bd5923c68d727624b20c6f73f544a18a0d24c4a79226a35d20a02eac2c9f
6
+ metadata.gz: 570938579dea59ec3d4347749bfe0d3f33473d3d665a2b64e679588e106b9113bfc88a7f2d102f87221aa7963e0512b3525b463700a4a50adf05884a38656e5a
7
+ data.tar.gz: 2741c07dcaa978f82a1faca0342fd46daaa7bf828f949860385546c9afde78a3105e1149d46044c1c55493597940a189d16c6453d9ba58a3f1e9af04c38216a5
data/share/julia/ruby.jl CHANGED
@@ -2,10 +2,7 @@
2
2
 
3
3
  module Ruby
4
4
 
5
- if "JULIA_RUBYLIB_PATH" in keys(ENV)
6
- push!(Libdl.DL_LOAD_PATH, ENV["JULIA_RUBYLIB_PATH"])
7
- end
8
- librb=Libdl.dlopen("libruby")
5
+ librb=Libdl.dlopen(("JULIA_RUBYLIB_PATH" in keys(ENV)) ? ENV["JULIA_RUBYLIB_PATH"] : "libruby")
9
6
 
10
7
  export start,stop,run,alive
11
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dyndoc-ruby-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - CQLS
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-14 00:00:00.000000000 Z
11
+ date: 2016-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: configliere