async_futurize 0.1.3 → 0.1.8

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: 7ba1ff54a1f5edf965b5bb26424fd96443b4cbe881d7bd4bd5f3044f18688128
4
- data.tar.gz: 447adca0b4e9264de148b1aedd764808f27148c055deb61b38c0ecc2b6b5a8bc
3
+ metadata.gz: efb1dbab4106704ac87569a7e33873fb67512f3b31eac1c6d3225b31ad5027bb
4
+ data.tar.gz: 88fe432f55ad26e737c26319cccfa8583e83353fad4e931bc4f25bcb2f81a583
5
5
  SHA512:
6
- metadata.gz: 28b2e1af08c6c7e30d1d1bbf93aeebf1c1448c7a173401b4159fdac323a86d7c18ba6f8332abe53112802353667c733abe13d565fa3b5a4ddbf59d95d16e858b
7
- data.tar.gz: 8a7cf07c874da42f229130410f6c2b919381b04864b5920baf3bab0159cfeaacce24ce45ffb31a6cbb75adcdba83e012fe1c86e8d48389602ef35692acbcb5f7
6
+ metadata.gz: a5fbb97ec38798f81a607f3586a71f11f0cad76f8882d944a6be8524dde58444a1c2d0dc05c26b429aaf6f9ef3f095e47aa0e19f24dd98547faa6a4ba42b0d97
7
+ data.tar.gz: c8189fd75e8ef5f168723bf37c38d79705b0e29b232748093ed304932443dea7d100636364848cc6a0f3710cdb22cd399a9a56b4cda10e663881236e55c5f658
@@ -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
@@ -2,6 +2,8 @@
2
2
 
3
3
  require_relative "async_futurize/version"
4
4
  require_relative '../app/helpers/futurize_helper.rb'
5
+ require_relative '../app/controllers/async_futurize/futurize_controller.rb'
6
+ require_relative '../app/javascript/packs/futurize.js'
5
7
 
6
8
  module AsyncFuturize
7
9
  class Base
@@ -0,0 +1,4 @@
1
+ module AsyncFuturize
2
+ class Engine < Rails::Engine
3
+ end
4
+ end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AsyncFuturize
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.8"
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.3
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ashesh Tuladhar
@@ -24,15 +24,16 @@ files:
24
24
  - LICENSE.txt
25
25
  - README.md
26
26
  - Rakefile
27
- - app/assets/javascript/futurize.js
28
27
  - app/controllers/async_futurize/futurize_controller.rb
29
28
  - app/helpers/futurize_helper.rb
29
+ - app/javascript/packs/futurize.js
30
30
  - app/views/_futurize_component_ajax.html.erb
31
31
  - app/views/_futurize_partial_ajax.html.erb
32
32
  - async_futurize.gemspec
33
33
  - bin/console
34
34
  - bin/setup
35
35
  - lib/async_futurize.rb
36
+ - lib/async_futurize/engine.rb
36
37
  - lib/async_futurize/version.rb
37
38
  homepage: https://gitlab.com/asheshtuldhar/async_futurize
38
39
  licenses: