react_on_rails 6.0.0.rc.4 → 6.0.0.rc.5

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: 9f543800223f81e94cdd8f856260bbb19be33431
4
- data.tar.gz: b075f17765085c7da6446b912d84b6af87233aba
3
+ metadata.gz: c4b072c2eb69ec546042503d26ae2f7848fd07f7
4
+ data.tar.gz: 5f18e1ab285ceb1209244eff6f2e81bfecc4cd52
5
5
  SHA512:
6
- metadata.gz: 13e1ce7e8701ae5b94123a2b9d3a31c56bfa8c287fc9ed20d6485e2b4accce35b40762d6c3375bd01a613ff3322c05322acaa7f479b64bd7e0d5101f001ebb38
7
- data.tar.gz: 551c705dea989e8fb840d3fea2ae60689710e403a38266040f07f0831ed074793173de898aa1954cee0dd037e484f49b6489b4fdc8904250a1188efc6a95c653
6
+ metadata.gz: ed76f9048de124d41b0cef1c5dced38ea9fa4e60606aceceedf9fe3dc805d9e3837e2af0bb8b2e3c7d086df8e120161fdc93321cad5a13525cedae221dd6727f
7
+ data.tar.gz: c149ed1f82a1e94617dd003289941a443e7fcc171b7669b8f3693c1def851d7711abbee6fae7b59b8734a1b9dee2f6e32a5c79c118975e41202aef167a29e649
data/KUDOS.md CHANGED
@@ -12,3 +12,9 @@ See comments [here](https://lorefnon.me/2015/11/15/a-minimal-setup-for-using-es6
12
12
  https://twitter.com/ollieglass/status/713372606804729856
13
13
 
14
14
  ![2016-03-25_07-40-01](https://cloud.githubusercontent.com/assets/1118459/14053652/d05480f0-f276-11e5-9d9a-62d1146cd82d.png)
15
+
16
+ ![2016-05-11_01-17-57](https://cloud.githubusercontent.com/assets/1118459/15179255/47418adc-1716-11e6-975e-c659a7de54d7.png)
17
+
18
+ ![2016-05-11_00-54-57](https://cloud.githubusercontent.com/assets/1118459/15178739/1549ec2a-1713-11e6-961c-dc064186fc69.png)
19
+
20
+ ![2016-05-10_18-19-32](https://cloud.githubusercontent.com/assets/1118459/15170483/f00e344c-16e1-11e6-93f6-ded2637b227b.png)
data/PROJECTS.md CHANGED
@@ -5,12 +5,11 @@
5
5
  ## Commercial Products Live
6
6
  * **[Blink Inc](https://www.blinkinc.com)**: Website and more built by [ShakaCode](http://www.shakacode.com).
7
7
  * **[Madrone Analytics](http://madroneco.com/)**: The original client of [ShakaCode](http://www.shakacode.com) that led to the development of React on Rails, as described in [Fast Rich Client Rails Development With Webpack and the ES6 Transpiler](http://www.railsonmaui.com/blog/2014/10/03/integrating-webpack-and-the-es6-transpiler-into-an-existing-rails-project/).
8
- * **[Deliveroo](https://deliveroo.co.uk/)**: The leading food delivery site in Europe has gone live with React on Rails, with multi-lingual JavaScript support!*
8
+ * **[Deliveroo](https://deliveroo.co.uk/)**: The leading food delivery site in Europe has gone live with React on Rails, with multi-lingual JavaScript support!
9
9
  ![2016-05-03_19-18-34](https://cloud.githubusercontent.com/assets/1118459/15027253/91fd151a-11de-11e6-93e3-720518995fe0.png)
10
-
11
-
12
-
13
-
10
+ * **[Go Cubes](https://gocub.es)**: Chewable Coffee online store.
11
+ ![2016-05-19_22-30-15](https://cloud.githubusercontent.com/assets/1118459/15421919/73d2c186-1e11-11e6-967d-a2592e639382.png)
12
+ ![2016-05-10_19-44-47](https://cloud.githubusercontent.com/assets/1118459/15171130/b87248ba-16e7-11e6-9ce3-f9799061f23c.png)
14
13
 
15
14
  ## Commercial Products in Development
16
15
  * **[GuavaPass](https://guavapass.com/)**: Coaching client of [ShakaCode](http://www.shakacode.com) and React on Rails fan!
data/README.md CHANGED
@@ -566,7 +566,7 @@ config.server_render_method = "NodeJS"
566
566
  ## Dependencies
567
567
  + Ruby 2.1 or greater
568
568
  + Rails 3.2 or greater
569
- + Node 5.5 or great
569
+ + Node 5.5 or greater
570
570
 
571
571
  ## Contributing
572
572
  Bug reports and pull requests are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to our version of the [Contributor Covenant Code of Conduct](docs/code_of_conduct.md)).
@@ -1,5 +1,5 @@
1
1
  # ReactOnRails JavaScript API
2
- The best source of docs is the main [ReactOnRails.js](node_package/src/ReactOnRails.js) file. Here's a quick summary. No guarantees that this won't be outdated!
2
+ The best source of docs is the main [ReactOnRails.js](../../node_package/src/ReactOnRails.js) file. Here's a quick summary. No guarantees that this won't be outdated!
3
3
 
4
4
  ```js
5
5
  /**
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module ReactOnRails
3
- VERSION = "6.0.0.rc.4".freeze
3
+ VERSION = "6.0.0.rc.5".freeze
4
4
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-on-rails",
3
- "version": "6.0.0-rc.4",
3
+ "version": "6.0.0-rc.5",
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,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.0.rc.4
4
+ version: 6.0.0.rc.5
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-05-16 00:00:00.000000000 Z
11
+ date: 2016-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool
@@ -455,7 +455,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
455
455
  version: 1.3.1
456
456
  requirements: []
457
457
  rubyforge_project:
458
- rubygems_version: 2.5.1
458
+ rubygems_version: 2.6.1
459
459
  signing_key:
460
460
  specification_version: 4
461
461
  summary: Rails with react server rendering with webpack.