jl4rb 0.1.1 → 0.2.0

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/ext/jl4rb/jl4rb.c +1 -1
  3. data/jl4rb.gemspec +2 -2
  4. metadata +5 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2deb18c81ccd3f5a6392064cd109eebdd3d87280d78ac3a152e92b9668d6c2fe
4
- data.tar.gz: 0c0818404e1d24520f7d598c16bb777b9e8d3173440be03bf63b141a02509169
3
+ metadata.gz: 2284c017e95791b1179e1f0a61b46520f193a0057b9ce968d46071126408b219
4
+ data.tar.gz: 7c5223125d3a8bd4ac49e10db04e7071050b870e84278dbd835c6b1f5c29bef4
5
5
  SHA512:
6
- metadata.gz: 5b152d43c269981d459c3182bb1860331d6ee998064cfbd3dc358f5bbaa7ce12fe88d3fae0ae2bf9de82a2d5c95ac467fb206b430bd8e9bb43ad07d3c475d055
7
- data.tar.gz: 417e6fbafe4972a696860b9afa8a45defd190b84c67d1b5a6029d25db70c047f7c046aae7b33a40609aa25e1ec5da5b5fec9020f00369c5c731b2f6351260c1b
6
+ metadata.gz: 811939ca02ebe88ffc9eb91836a28872ffec2191668ca82179e5c0a2d7c3620e0a9637b8bf187e703694e682f8db7f92f0f6f9139a44c5a911bb9335f9f1f762
7
+ data.tar.gz: 6fd70f99e98ddae1ad68239cebfc12b5eae5c5c6111c3a489d00d2cdf9f96cd37cd252924e6c9555748ca4cebba0a120c51e98e92198959f265c09c90f15be08
data/ext/jl4rb/jl4rb.c CHANGED
@@ -9,7 +9,7 @@
9
9
  #include <string.h>
10
10
  #include <math.h>
11
11
 
12
- JULIA_DEFINE_FAST_TLS()
12
+ //JULIA_DEFINE_FAST_TLS()
13
13
 
14
14
  //#define WITH_JULIA_RELEASE
15
15
 
data/jl4rb.gemspec CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rubygems/package_task'
3
3
 
4
4
  PKG_NAME='jl4rb'
5
- PKG_VERSION='0.1.1'
5
+ PKG_VERSION='0.2.0'
6
6
  PKG_FILES=FileList[
7
7
  'Rakefile','jl4rb.gemspec',
8
8
  'ext/jl4rb/*.c',
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
22
22
  s.require_paths = ["lib","ext/jl4rb"]
23
23
  s.files = PKG_FILES.to_a
24
24
  s.extensions = ["ext/jl4rb/extconf.rb"]
25
- s.licenses = ['MIT', 'GPL-2']
25
+ s.licenses = ['MIT', 'GPL-2.0']
26
26
  s.description = <<-EOF
27
27
  R is embedded in ruby with some communication support .
28
28
  EOF
metadata CHANGED
@@ -1,18 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jl4rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - CQLS
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-02 00:00:00.000000000 Z
11
+ date: 2019-11-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'R is embedded in ruby with some communication support .
14
14
 
15
- '
15
+ '
16
16
  email: rdrouilh@gmail.com
17
17
  executables: []
18
18
  extensions:
@@ -33,7 +33,7 @@ files:
33
33
  homepage: http://cqls.upmf-grenoble.fr
34
34
  licenses:
35
35
  - MIT
36
- - GPL-2
36
+ - GPL-2.0
37
37
  metadata: {}
38
38
  post_install_message:
39
39
  rdoc_options: []
@@ -52,8 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  version: '0'
53
53
  requirements:
54
54
  - none
55
- rubyforge_project:
56
- rubygems_version: 2.7.6
55
+ rubygems_version: 3.0.6
57
56
  signing_key:
58
57
  specification_version: 4
59
58
  summary: Julia for ruby