async_futurize 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7ba1ff54a1f5edf965b5bb26424fd96443b4cbe881d7bd4bd5f3044f18688128
4
- data.tar.gz: 447adca0b4e9264de148b1aedd764808f27148c055deb61b38c0ecc2b6b5a8bc
3
+ metadata.gz: d022045c88d555ca3850e71f4ea459bb96791e2549bc691ef03f51e34d0c4618
4
+ data.tar.gz: e599d2643563dcd181d2d113fabefe523026b882a3d26b176be023bac8332943
5
5
  SHA512:
6
- metadata.gz: 28b2e1af08c6c7e30d1d1bbf93aeebf1c1448c7a173401b4159fdac323a86d7c18ba6f8332abe53112802353667c733abe13d565fa3b5a4ddbf59d95d16e858b
7
- data.tar.gz: 8a7cf07c874da42f229130410f6c2b919381b04864b5920baf3bab0159cfeaacce24ce45ffb31a6cbb75adcdba83e012fe1c86e8d48389602ef35692acbcb5f7
6
+ metadata.gz: a503bea6252fef1b7a33883c8b980a0c98de2935bcfa30c5a199097e93e871442320ac14d97684c737bf3e0933e70ca06813c5c69bca5c4959d9fb562ef33a99
7
+ data.tar.gz: 9efdcc261b15ed3c1b01ccd72f259998086d91aff901fc7efe369ffc85a8aa7da8c750f4d4bcdcdd7d26697ce53e8fa9ac9f3c044c8a4fbeb19f1c72e94b9fb0
@@ -0,0 +1,6 @@
1
+ #require "lodash/rails"
2
+
3
+ module AsyncFuturize
4
+ class Engine < Rails::Engine
5
+ end
6
+ 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.4"
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.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ashesh Tuladhar
@@ -33,6 +33,7 @@ files:
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: