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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 17581ea0e05aa539b7f8cebf864a0a316d9fb0df
4
- data.tar.gz: 00eb15387a84f96086cdd90e1a76a224ab336db9
3
+ metadata.gz: c674884b0569a99765292e7d078ccc2fd9fa7d52
4
+ data.tar.gz: 7fffb1b4f862d31c2538b8a22bc27479211cd925
5
5
  SHA512:
6
- metadata.gz: ffa319d4be3c02b56592538e36a4280beace7e4e9482b7ed332ce3ebfd394a1e030a19c316770057f42b0a2648aaef70613c2d7aff197d10a38c8bc1f90ea112
7
- data.tar.gz: 37c94c2ccb8c533b4a8d1de580e2fa79ac8fed78767988d59f66b2330a5094a407aee9e87d2417e6ebffda2cdbfa654749d20495b3f786827ae05d7e7215153e
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
@@ -1,5 +1,5 @@
1
1
  module Opal
2
2
  # WHEN RELEASING:
3
3
  # Remember to update RUBY_ENGINE_VERSION in opal/corelib/constants.rb too!
4
- VERSION = '0.9.3'
4
+ VERSION = '0.9.4'
5
5
  end
@@ -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.3'
5
- RUBY_RELEASE_DATE = '2016-06-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.3
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-16 00:00:00.000000000 Z
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.6.4
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