opal-webpack-loader 0.10.0 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47e73212d646dde8e4fbad0d525e3146564bde7ca2e5518d644f972a5a908860
4
- data.tar.gz: cb1243d2b4bf3158ec87c9815d07333ddeae470c1f838e6f51c5ee4df082f5d9
3
+ metadata.gz: 24026e9101614dd34aac0e20644a4a43797e4fc86e074f65a696f1de40b0a635
4
+ data.tar.gz: d73ecb64726d60ad88d6457f78e35174f4e03544817dba9532f707210ddd5eda
5
5
  SHA512:
6
- metadata.gz: 22b303793fb6845b9277530f06d0f194975d2ca7475e7e6434efaebf9a990af904e2f7b1887d42a3fe7967ecfc615271b128a374e6d2b9043db7d2ed7e2dedee
7
- data.tar.gz: 7232d4066bbd4ef90fdd852dfef6f08ad7fdbd8e139051a7a62e16b4b9345f06ecb38435ef19220e0657f4eb815bf232e530fe3b67ebcc72acf19d9bda3c441b
6
+ metadata.gz: c0fabada2a69f8992d81d5f57416d83700dd5d4f32d042b156bd9b98ea808b29cd1c2c9c3f67b705e92b04d474d02757fccf55fb6ce6b828392efd65ccd2963a
7
+ data.tar.gz: b138f2e7c161c5ab0fee69949e6262c71f78fe0b8bebc1bf90113e2d14a1ca6780cdc91b7abb9f42fc8126daf345c83d2320388f7d2dcb95cad160900e76cac4
data/README.md CHANGED
@@ -23,6 +23,7 @@ At the [Isomorfeus Framework Project](http://isomorfeus.com)
23
23
  opal-webpack-loader-0.7.1 compiles all of opal, a bunch of gems and over 19000SLC on a
24
24
  Intel® Core™ i7-7700HQ CPU @ 2.80GHz × 8, with 8 workers in around 1850ms
25
25
  - support for memcached or redis as compiler cache
26
+ - parallel builds working on Windows too, but not as fast as on Linux
26
27
  - opal modules are packaged as es6 modules
27
28
  - support for rails with webpacker
28
29
  - other webpack features become available, like:
@@ -36,8 +37,8 @@ Intel® Core™ i7-7700HQ CPU @ 2.80GHz × 8, with 8 workers in around 1850ms
36
37
 
37
38
  ### Requirements
38
39
  - opal-webpack-loader consists of 2 parts, the npm package and the gem, both are required and must be the same version.
39
- - webpack ^4.41
40
- - webpack-dev-server ^3.9.0
40
+ - webpack ^4.46
41
+ - webpack-dev-server ^3.11.0
41
42
  - one of the ES6 modules branches of opal
42
43
  - [PR#1973](https://github.com/opal/opal/pull/1973), (experimental) implementing ES6 modules and changes for 'strict' mode,
43
44
  based on Opal master 1.0.0 using javascript string objects "mutable strings" by default for all strings
@@ -1,3 +1,3 @@
1
1
  module OpalWebpackLoader
2
- VERSION="0.10.0"
2
+ VERSION="0.10.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opal-webpack-loader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann