async_futurize 0.1.5 → 0.1.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
  SHA256:
3
- metadata.gz: d391fed07f9c09a30470bf1a4c7fbb947f796b9b8f704a3194668b2ef7f97f58
4
- data.tar.gz: 7160498ce6d969cc8e24dee4aada92d0785d6a86e11f2f1e502ee801b622275a
3
+ metadata.gz: cd71a8d83c8a3ab22bb892708acb06efe71e6683eee5ad1c06cb1d9446f250c9
4
+ data.tar.gz: 6e969d0882d5238221a051789563ffa638748eb1633e7989eb0d1fe57a24e6cb
5
5
  SHA512:
6
- metadata.gz: 1c1d8a2470e4f1c6ad566224cf2dd479ab89f4aedcce32e25f3b4925b1edde97724bb2e735490a9492948082fd6ad03cb676933e61acd2450066be19f64edd2f
7
- data.tar.gz: c3548f24edf702bf2ac9e3afd17074ed9b7e79a34c25923ac4d86b7bc6d618dad04eb814cc04cda63cf8fbb6c783de2fd969ac4cacc821aafc95f8e6568d1a1b
6
+ metadata.gz: 276ac0e512ee0382b5701c663e285efb34cb988ef283e3d065ca71386d71a7b0341c116560fb1ef907ba2dd02dba2adbf00b4c71b4412eb347a3429141b087c2
7
+ data.tar.gz: 485e0325bdbf0c381d09bbab2d0a79766013727996c6310430039de1e6863c1815be9e640795bfc869934d240f421144f3609909d701878efac45986085fe0f5
@@ -1,5 +1,3 @@
1
- #require "lodash/rails"
2
-
3
1
  module AsyncFuturize
4
2
  class Engine < Rails::Engine
5
3
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AsyncFuturize
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.6"
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.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ashesh Tuladhar
@@ -24,9 +24,9 @@ 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