opal 0.9.3 → 0.9.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 +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/opal/version.rb +1 -1
- data/opal/corelib/constants.rb +2 -2
- metadata +3 -6
- data/stdlib/nodejs/node_modules/.bin/js-yaml +0 -1
- data/stdlib/nodejs/node_modules/js-yaml/node_modules/.bin/esparse +0 -1
- data/stdlib/nodejs/node_modules/js-yaml/node_modules/.bin/esvalidate +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c674884b0569a99765292e7d078ccc2fd9fa7d52
|
|
4
|
+
data.tar.gz: 7fffb1b4f862d31c2538b8a22bc27479211cd925
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3fd6657317e5edea8e3ac22ecb606a8e61da1614090d91eddab90ae2123d7448cd3d0e479a8c7489dfaf4550548c0af59e0c8ac69e4fee69db1d1d877e839b0d
|
|
7
|
+
data.tar.gz: 95ebfaeec61a9b6a3b61a27a1936e193cec30df821798ae932f3b946d83f02329e7f4d96aeadb57d7c73e888ec88a378cf44d1ed69168102a72f327bd56f88e0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 0.9.4 2016-06-21
|
|
2
|
+
|
|
3
|
+
* Rebuilt the gem with Rubygems 2.4.8 as building with 2.5.1+ would make the gem un-installable
|
|
4
|
+
|
|
5
|
+
* Removed all symlinks from `node_module` directories to avoid further issues building the gem
|
|
6
|
+
|
|
1
7
|
## 0.9.3 2016-06-06
|
|
2
8
|
|
|
3
9
|
* `Hash#initialize` now accepts JS `null` as well as `undefined`, restoring its 0.8 behavior
|
data/lib/opal/version.rb
CHANGED
data/opal/corelib/constants.rb
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
RUBY_PLATFORM = 'opal'
|
|
2
2
|
RUBY_ENGINE = 'opal'
|
|
3
3
|
RUBY_VERSION = '2.2.3'
|
|
4
|
-
RUBY_ENGINE_VERSION = '0.9.
|
|
5
|
-
RUBY_RELEASE_DATE = '2016-06-
|
|
4
|
+
RUBY_ENGINE_VERSION = '0.9.4'
|
|
5
|
+
RUBY_RELEASE_DATE = '2016-06-21'
|
|
6
6
|
RUBY_PATCHLEVEL = 0
|
|
7
7
|
RUBY_REVISION = 0
|
|
8
8
|
RUBY_COPYRIGHT = 'opal - Copyright (C) 2013-2015 Adam Beynon'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Beynon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-06-
|
|
11
|
+
date: 2016-06-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sourcemap
|
|
@@ -845,7 +845,6 @@ files:
|
|
|
845
845
|
- stdlib/nodejs/io.rb
|
|
846
846
|
- stdlib/nodejs/irb.rb
|
|
847
847
|
- stdlib/nodejs/kernel.rb
|
|
848
|
-
- stdlib/nodejs/node_modules/.bin/js-yaml
|
|
849
848
|
- stdlib/nodejs/node_modules/glob/LICENSE
|
|
850
849
|
- stdlib/nodejs/node_modules/glob/README.md
|
|
851
850
|
- stdlib/nodejs/node_modules/glob/common.js
|
|
@@ -967,8 +966,6 @@ files:
|
|
|
967
966
|
- stdlib/nodejs/node_modules/js-yaml/lib/js-yaml/type/set.js
|
|
968
967
|
- stdlib/nodejs/node_modules/js-yaml/lib/js-yaml/type/str.js
|
|
969
968
|
- stdlib/nodejs/node_modules/js-yaml/lib/js-yaml/type/timestamp.js
|
|
970
|
-
- stdlib/nodejs/node_modules/js-yaml/node_modules/.bin/esparse
|
|
971
|
-
- stdlib/nodejs/node_modules/js-yaml/node_modules/.bin/esvalidate
|
|
972
969
|
- stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/HISTORY.md
|
|
973
970
|
- stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/LICENSE
|
|
974
971
|
- stdlib/nodejs/node_modules/js-yaml/node_modules/argparse/README.md
|
|
@@ -1104,7 +1101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1104
1101
|
version: '0'
|
|
1105
1102
|
requirements: []
|
|
1106
1103
|
rubyforge_project:
|
|
1107
|
-
rubygems_version: 2.
|
|
1104
|
+
rubygems_version: 2.4.8
|
|
1108
1105
|
signing_key:
|
|
1109
1106
|
specification_version: 4
|
|
1110
1107
|
summary: Ruby runtime and core library for JavaScript
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
../js-yaml/bin/js-yaml.js
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
../esprima/bin/esparse.js
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
../esprima/bin/esvalidate.js
|