async_futurize 0.1.10 → 0.1.11

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
  SHA256:
3
- metadata.gz: 54a2ffe3a30c4bae87a3d167fad40d50ab746ca8646f9f54e83bc53a4cda9434
4
- data.tar.gz: 8e45e89b5db8955ccec5c5c64a6b28a0195bf2998f3b4beedb342a51004ff25d
3
+ metadata.gz: 86b609afd7ae960588a5e6abfe7726a4d1fe49167775e751f1dbcb5abfced1a9
4
+ data.tar.gz: 847b036f3275fb1b177c0e8113b34c81e12d2498f5109524cd74f561e478ebdf
5
5
  SHA512:
6
- metadata.gz: 06bac83343261bb75fa4b2ee08ed419c6d83c1f6459cf0102f693c1a8e5bcc338bb3dde4e2b6ff4eca58a82a2b4bdb72ca4c59e7c8d118f5caf4fd82774a4a37
7
- data.tar.gz: e085f393dd0634b79a817d9eda95eccdec981d8ac0f6ebc979d05199b4fb9618967af97b3b9a77d375a5484149796bc761487cb072ac2476e2a5e28db73586c9
6
+ metadata.gz: 128fce6cbde1c4608d55379de82c1539cb2c00defd904741b46efd5697a4fadd1cbfcd7e057864a1c4bf3b24d3d44434abdc2e1ca05dee4d61de22dc2da1d90b
7
+ data.tar.gz: d2c0867acfd3f32114633d64be844c58f729cf0bded44ea40ebf48a4eea658004836ac0e69b2fdeeaae26545122ad1614b832523337622342a06c14ceb7b1dc8
@@ -1,9 +1,7 @@
1
- module AsyncFuturize
2
- class FuturizeController < ApplicationController
3
- def loadComponent
4
- locals = { component: params[:component_to_load], component_params: params[:component_params] }
5
- render json: { component: params[:component_to_load], html: render_to_string(partial: './futurize_component_ajax', locals: locals) }
6
- end
7
- end
1
+ class FuturizeController < ApplicationController
2
+ def loadComponent
3
+ locals = { component: params[:component_to_load], component_params: params[:component_params] }
4
+ render json: { component: params[:component_to_load], html: render_to_string(partial: './futurize_component_ajax', locals: locals) }
5
+ end
8
6
  end
9
7
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AsyncFuturize
4
- VERSION = "0.1.10"
4
+ VERSION = "0.1.11"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async_futurize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ashesh Tuladhar