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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7a073432c91324ede65463252a8d68140c226e27
4
- data.tar.gz: 979acdd9f71dceb8f87c42fe6d0fa435f0e1acb8
3
+ metadata.gz: fa5e89cce86385ef87057cba58202b7a73ec7766
4
+ data.tar.gz: 20e2c394c80be8b0bc5bc4f9f3d2b8e30a62a8ae
5
5
  SHA512:
6
- metadata.gz: b8f977f260bff83bf1c38b76b5b831c025783acda3c8ef79b9a77183c0de5f6d121492f827627dc14779c0dd0dffe4e527879dd3487845a2846ca7457bb2baab
7
- data.tar.gz: 75d71b68e9882a10b032b8933c7df2cd47915654b88eec8bd7146c3f7d512f1eef71a740d68728909a0b3c044a03ee21156385032b54ef43f989f6bcb55dc1c2
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
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module ReactOnRails
3
- VERSION = "6.2.1.rc.3".freeze
3
+ VERSION = "6.2.1".freeze
4
4
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-on-rails",
3
- "version": "6.2.1-rc.3",
3
+ "version": "6.2.1",
4
4
  "description": "react-on-rails JavaScript for react_on_rails Ruby gem",
5
5
  "main": "node_package/lib/ReactOnRails.js",
6
6
  "directories": {
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.rc.3
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: 1.3.1
460
+ version: '0'
461
461
  requirements: []
462
462
  rubyforge_project:
463
463
  rubygems_version: 2.5.1