async_futurize 0.1.4 → 0.1.5

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: d022045c88d555ca3850e71f4ea459bb96791e2549bc691ef03f51e34d0c4618
4
- data.tar.gz: e599d2643563dcd181d2d113fabefe523026b882a3d26b176be023bac8332943
3
+ metadata.gz: d391fed07f9c09a30470bf1a4c7fbb947f796b9b8f704a3194668b2ef7f97f58
4
+ data.tar.gz: 7160498ce6d969cc8e24dee4aada92d0785d6a86e11f2f1e502ee801b622275a
5
5
  SHA512:
6
- metadata.gz: a503bea6252fef1b7a33883c8b980a0c98de2935bcfa30c5a199097e93e871442320ac14d97684c737bf3e0933e70ca06813c5c69bca5c4959d9fb562ef33a99
7
- data.tar.gz: 9efdcc261b15ed3c1b01ccd72f259998086d91aff901fc7efe369ffc85a8aa7da8c750f4d4bcdcdd7d26697ce53e8fa9ac9f3c044c8a4fbeb19f1c72e94b9fb0
6
+ metadata.gz: 1c1d8a2470e4f1c6ad566224cf2dd479ab89f4aedcce32e25f3b4925b1edde97724bb2e735490a9492948082fd6ad03cb676933e61acd2450066be19f64edd2f
7
+ data.tar.gz: c3548f24edf702bf2ac9e3afd17074ed9b7e79a34c25923ac4d86b7bc6d618dad04eb814cc04cda63cf8fbb6c783de2fd969ac4cacc821aafc95f8e6568d1a1b
@@ -1,5 +1,5 @@
1
1
  module FuturizeHelper
2
- def load_in_future_ajax(component,component_params = {},component_attributes = {})
2
+ def load_in_future_ajax_new(component,component_params = {},component_attributes = {})
3
3
  render :partial => './futurize_partial_ajax', :locals => { component: component, component_params: component_params, component_attributes: component_attributes }
4
4
  end
5
5
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AsyncFuturize
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.5"
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ashesh Tuladhar