react_on_rails 6.2.1.rc.3 → 6.2.1
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 +2 -0
- data/README.md +2 -0
- data/lib/react_on_rails/version.rb +1 -1
- data/package.json +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa5e89cce86385ef87057cba58202b7a73ec7766
|
|
4
|
+
data.tar.gz: 20e2c394c80be8b0bc5bc4f9f3d2b8e30a62a8ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5940a4eaec389437ea0559397b93630bfc1982658f2e6570f6606dbc88cce54d2cb828ad663fc41bb8938e28f3580e650d5bede7f68e6abe8872814b0d379c1e
|
|
7
|
+
data.tar.gz: b1230e48c557b4060d859fcb94727e93f39928ecf209c882c55619b2a26311ba4fc6abfcdde69c7f16cbdc9253b5b83d976d245ed2632808539cdd4290759238
|
data/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,8 @@ Contributors: please follow the recommendations outlined at [keepachangelog.com]
|
|
|
8
8
|
## [6.2.1] - 2016-11-19
|
|
9
9
|
- Removed unnecesary passing of context in the HelloWorld Container example and basic generator. [#612](https://github.com/shakacode/react_on_rails/pull/612) by [justin808](https://github.com/justin808)
|
|
10
10
|
|
|
11
|
+
- Turbolinks 5 bugfix to use `before-cache`, not `before-render`. [#611](https://github.com/shakacode/react_on_rails/pull/611) by [volkanunsal](https://github.com/volkanunsal).
|
|
12
|
+
|
|
11
13
|
## [6.2.0] - 2016-11-19
|
|
12
14
|
##### Changed
|
|
13
15
|
- Updated the generator templates to reflect current best practices, especially for the redux version. [#584](https://github.com/shakacode/react_on_rails/pull/584) by [nostophilia](https://github.com/nostophilia).
|
data/README.md
CHANGED
|
@@ -12,6 +12,8 @@ Your support keeps this project going.
|
|
|
12
12
|
|
|
13
13
|
(Want to become a contributor? [Contact us](mailto:contact@shakacode.com) for an Slack team invite! Also, see ["easy" issues](https://github.com/shakacode/react_on_rails/labels/easy) and [issues for the full tutorial](https://github.com/shakacode/react-webpack-rails-tutorial/issues?q=is%3Aissue+is%3Aopen+label%3Aeasy).)
|
|
14
14
|
|
|
15
|
+
Follow [@ShakaCode](https://twitter.com/shakacode) for notications of new releases.
|
|
16
|
+
|
|
15
17
|
# Articles, Videos, and Podcasts
|
|
16
18
|
|
|
17
19
|
### Articles
|
data/package.json
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: react_on_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.2.1
|
|
4
|
+
version: 6.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Gordon
|
|
@@ -455,9 +455,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
455
455
|
version: '0'
|
|
456
456
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
457
457
|
requirements:
|
|
458
|
-
- - "
|
|
458
|
+
- - ">="
|
|
459
459
|
- !ruby/object:Gem::Version
|
|
460
|
-
version:
|
|
460
|
+
version: '0'
|
|
461
461
|
requirements: []
|
|
462
462
|
rubyforge_project:
|
|
463
463
|
rubygems_version: 2.5.1
|