react_on_rails 6.0.3 → 6.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/react_on_rails/server_rendering_pool/exec.rb +4 -0
- data/lib/react_on_rails/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0bf42a9bd046d436091230f44b00d30a370535a
|
4
|
+
data.tar.gz: 64471f645d54ae12ed5aff700095d06ff5494f67
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5cbdfa80dc6e8f6bea71fdc365daf05efc9bc806d23424b68f40e800b6118f679b2c6f5beffbb47ca9f4ca3be5266711e6713af2b2f9464c66661c47e30f20d0
|
7
|
+
data.tar.gz: 1015c16e17d9006a17f1abb02dd5255206744fa7887e962196bc9e8054a32e4c239d9bae0f9940656d0dd692b738b6927de93178c614cfaa6ca76c810f966ea4
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,10 @@ Contributors: please follow the recommendations outlined at [keepachangelog.com]
|
|
5
5
|
|
6
6
|
## [Unreleased]
|
7
7
|
|
8
|
+
## [6.0.4]
|
9
|
+
##### Fixed
|
10
|
+
- Added polyfill for clearTimeout which is used by babel-polyfill.
|
11
|
+
|
8
12
|
## [6.0.3]
|
9
13
|
##### Fixed
|
10
14
|
- Added assets symlinking support on Heroku [#446](https://github.com/shakacode/react_on_rails/pull/446) by [Alexey Karasev](https://github.com/alleycat-at-git).
|
@@ -345,7 +349,8 @@ Best done with Object destructing:
|
|
345
349
|
##### Fixed
|
346
350
|
- Fix several generator related issues.
|
347
351
|
|
348
|
-
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/6.0.
|
352
|
+
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/6.0.4...master
|
353
|
+
[6.0.4]: https://github.com/shakacode/react_on_rails/compare/6.0.3...6.0.4
|
349
354
|
[6.0.3]: https://github.com/shakacode/react_on_rails/compare/6.0.2...6.0.3
|
350
355
|
[6.0.2]: https://github.com/shakacode/react_on_rails/compare/6.0.1...6.0.2
|
351
356
|
[6.0.1]: https://github.com/shakacode/react_on_rails/compare/6.0.0...6.0.1
|
data/package.json
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: react_on_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.0.
|
4
|
+
version: 6.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Gordon
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-06-
|
11
|
+
date: 2016-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: connection_pool
|