opal 0.10.0.beta4 → 0.10.0.beta5

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: 39c814d73a4610d5d13c3d5ce1c8c969cb9fe910
4
- data.tar.gz: e7e498becdff47976088a5a02bc98451f959d4a5
3
+ metadata.gz: 9c079b409f97e61407c4fe72410565e475393de5
4
+ data.tar.gz: 601de648a70c52b79d640bc915c97d4d87f11273
5
5
  SHA512:
6
- metadata.gz: baf8e4f7a5b411c3cfefb5c1da61d1fb3c5ce73fd0c102c8d46a3cb1968f75fd8cb2b421f55c74ba8e317a61980040cd5ca88971465d1ff660e2e98641f2a0e1
7
- data.tar.gz: cb776c46e913187cc3581029256f8ca1ffca2139315dce2ee0d8e014a6858b7ea19445948a06a3be16bb7ef6e054357723308b6bbb6ca3f13f2da733870b8ed8
6
+ metadata.gz: 25bbc576b16cb4606e431feaacc48207b25979d011966128f9498009c9c28088fea42f1ea46e910a88f89eca0fbdb77e3122c491b6fdf74b3ba46539227a456d
7
+ data.tar.gz: fffbb29d78a7284282ab7deab869406aab8f739779a45859426d4092e12f2abdbca71d5703ed6878e4f4fcfdcdc36e3ed8398042dc89db66327bdf00c3c97042
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.10.0.beta4'
4
+ VERSION = '0.10.0.beta5'
5
5
  end
@@ -1,7 +1,7 @@
1
1
  RUBY_PLATFORM = 'opal'
2
2
  RUBY_ENGINE = 'opal'
3
3
  RUBY_VERSION = '2.2.3'
4
- RUBY_ENGINE_VERSION = '0.10.0.beta4'
4
+ RUBY_ENGINE_VERSION = '0.10.0.beta5'
5
5
  RUBY_RELEASE_DATE = '2015-12-20'
6
6
  RUBY_PATCHLEVEL = 0
7
7
  RUBY_REVISION = 0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0.beta4
4
+ version: 0.10.0.beta5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Beynon
@@ -1157,7 +1157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1157
1157
  version: 1.3.1
1158
1158
  requirements: []
1159
1159
  rubyforge_project:
1160
- rubygems_version: 2.5.2
1160
+ rubygems_version: 2.6.4
1161
1161
  signing_key:
1162
1162
  specification_version: 4
1163
1163
  summary: Ruby runtime and core library for JavaScript