hyper-react 0.12.5 → 0.12.6

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
  SHA1:
3
- metadata.gz: c9dfd2ede4b7075ebde96ad71adf1aaab43da3a7
4
- data.tar.gz: c54255fffa202f06f973a7cab47650f964756137
3
+ metadata.gz: c46f55b15c1674d0c80af31f41ed30d3e3a18a4b
4
+ data.tar.gz: b936525a6872c6439e50a6e869502c48e17ef303
5
5
  SHA512:
6
- metadata.gz: e23e0f4a3990f7120830c44dad97cc33f6e4bf3f7f50f8e9e84f59263f89f1767d32cc4b556198500fd3bb3e3d209e68fcf8740d3bb59802fad1334e381831db
7
- data.tar.gz: 6c7eb1b35bfe2bb9181e61c3fba07db3cef4e060b6e8785a93df61f74b6edf24ddedef6867af9e6d911d55489c3fada9026a68c9b373c2339d492c7353cebe99
6
+ metadata.gz: 273429cf528f972e82f1507380620c09b7bc24fe309a20bb6c1f4ba6ac4ad3aa8807ffac869e845431f2affb1a8c15bb62a65af0b4df7d9ad7a547554388e4a7
7
+ data.tar.gz: 41eb7b2eb00a5343a31c762d1fcf34ede6e4cbcf84b7b6f20dbcb9571de8951fcfd048033878eccd3890de71a7b3f678fda689c7135c5ea1e5f8ed4287a1401d
@@ -9,6 +9,13 @@ module ReactiveRuby
9
9
  app.config.react.view_helper_implementation =
10
10
  ReactiveRuby::Rails::ComponentMount
11
11
  end
12
+ config.after_initialize do
13
+ class ::HyperloopController < ::ApplicationController
14
+ def action_missing(name)
15
+ render_component
16
+ end
17
+ end
18
+ end
12
19
  end
13
20
  end
14
21
  end
@@ -1,3 +1,3 @@
1
1
  module React
2
- VERSION = "0.12.5"
2
+ VERSION = "0.12.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyper-react
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.5
4
+ version: 0.12.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Chang
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-03-28 00:00:00.000000000 Z
13
+ date: 2017-05-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: opal