mjruby 1.0.0.rc1-java → 1.0.0.rc2-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/extconf.rb +0 -2
- data/mruby/build/i386-apple-darwin14/bin/mjruby +0 -0
- data/mruby/build/i686-pc-linux-gnu/bin/mjruby +0 -0
- data/mruby/build/i686-w64-mingw32/bin/mjruby.exe +0 -0
- data/mruby/build/x86_64-apple-darwin14/bin/mjruby +0 -0
- data/mruby/build/x86_64-pc-linux-gnu/bin/mjruby +0 -0
- data/mruby/build/x86_64-w64-mingw32/bin/mjruby.exe +0 -0
- metadata +11 -11
- data/mruby/build/i686-pc-freebsd7/bin/mjruby +0 -0
- data/mruby/build/x86_64-pc-freebsd7/bin/mjruby +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2581418654372109c402dcdbd9d2728a92cf797a
|
4
|
+
data.tar.gz: f080312b348ae0f1c5404c2d9832ad8f363cacc3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61ac236a0e9b035b3d9f5ae8a395114ec195884447484aceaad8f251cb13832959c1aec6d9bdfc5758d98cdf7ec32ce27e832f0b78584e062c068454501112d2
|
7
|
+
data.tar.gz: bfb85da1456c62919e602292da0ca8907025c47fdf2acc5b200f719de5d5ddb8de523ac6d7daae13b4b959d332ee4aa0be2b6ad6e0da41a94be7efe25b23e57e
|
data/extconf.rb
CHANGED
@@ -27,8 +27,6 @@ binary =
|
|
27
27
|
when /^i\d86-Mac OS X/ then "mruby/build/x86_64-apple-darwin14/bin/mjruby"
|
28
28
|
when /^x86-Windows/ then "mruby/build/i686-w64-mingw32/bin/mjruby.exe"
|
29
29
|
when /^(amd64|x86_64)-Windows/ then "mruby/build/x86_64-w64-mingw32/bin/mjruby.exe"
|
30
|
-
when /^x86-FreeBSD/ then "mruby/build/i686-pc-freebsd7/bin/mjruby"
|
31
|
-
when /^(amd64|x86_64)-FreeBSD/ then "mruby/build/x86_64-pc-freebsd7/bin/mjruby"
|
32
30
|
else nil
|
33
31
|
raise "Could not find appropriate architecture for '#{arch}'"
|
34
32
|
end
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,31 +1,32 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mjruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.rc2
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Joe Kutner
|
8
8
|
- Terence Lee
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
date: 2016-02-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
|
+
name: rake
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
16
17
|
requirements:
|
17
18
|
- - "~>"
|
18
19
|
- !ruby/object:Gem::Version
|
19
20
|
version: '10.0'
|
20
|
-
name: rake
|
21
|
-
prerelease: false
|
22
21
|
type: :development
|
22
|
+
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
27
|
version: '10.0'
|
28
|
-
description: This is a rewrite of the JRuby launcher. It uses mruby-cli to build binary
|
28
|
+
description: This is a rewrite of the JRuby launcher. It uses mruby-cli to build binary
|
29
|
+
executables of the jruby command.
|
29
30
|
email:
|
30
31
|
- jpkutner@gmail.com
|
31
32
|
executables: []
|
@@ -35,18 +36,16 @@ extra_rdoc_files: []
|
|
35
36
|
files:
|
36
37
|
- extconf.rb
|
37
38
|
- mruby/build/i386-apple-darwin14/bin/mjruby
|
38
|
-
- mruby/build/i686-pc-freebsd7/bin/mjruby
|
39
39
|
- mruby/build/i686-pc-linux-gnu/bin/mjruby
|
40
40
|
- mruby/build/i686-w64-mingw32/bin/mjruby.exe
|
41
41
|
- mruby/build/x86_64-apple-darwin14/bin/mjruby
|
42
|
-
- mruby/build/x86_64-pc-freebsd7/bin/mjruby
|
43
42
|
- mruby/build/x86_64-pc-linux-gnu/bin/mjruby
|
44
43
|
- mruby/build/x86_64-w64-mingw32/bin/mjruby.exe
|
45
44
|
homepage: https://github.com/jkutner/mjruby
|
46
45
|
licenses:
|
47
46
|
- MIT
|
48
47
|
metadata: {}
|
49
|
-
post_install_message:
|
48
|
+
post_install_message:
|
50
49
|
rdoc_options: []
|
51
50
|
require_paths:
|
52
51
|
- lib
|
@@ -61,9 +60,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
60
|
- !ruby/object:Gem::Version
|
62
61
|
version: 1.3.1
|
63
62
|
requirements: []
|
64
|
-
rubyforge_project:
|
65
|
-
rubygems_version: 2.4.
|
66
|
-
signing_key:
|
63
|
+
rubyforge_project:
|
64
|
+
rubygems_version: 2.4.5.1
|
65
|
+
signing_key:
|
67
66
|
specification_version: 4
|
68
67
|
summary: Native JRuby Launcher
|
69
68
|
test_files: []
|
69
|
+
has_rdoc:
|
Binary file
|
Binary file
|