air_test 0.1.4.1 → 0.1.4.2

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: a23c7cf2ccd637fda7597dcd7fa7853c7b31cfdb19eae4e164a5aa63c6ccf5d0
4
- data.tar.gz: 26f87ad1e418b430f4bcbf8d31c866acde6c2f07d62f601ea34b81485b0bfe89
3
+ metadata.gz: 847724e274277ddbe347c33d52c0baa235a0aabd7f290d86d1c8664a753b1c00
4
+ data.tar.gz: 2c517f5b47f039956fe7b1bb7a17162c1e05d72a4e37b6a75b1c019f89374f47
5
5
  SHA512:
6
- metadata.gz: b1bbad763cce870204f348502db6dc3f0f67ed16ada42ce361d0c805382abb9ac0f8a586f83f67764369a2a48c691b9fae1d2f687a1128bd8ca7b525dc30eac5
7
- data.tar.gz: 1edae3b07e4eb692cd422e98fffaf1c2503bd0bfe9710aff081af3bc4f3802f304ea296cd837eab4729bbfa56a6d0dd8e3c5beb26bc7ea8dccf3c0f76bca9dcf
6
+ metadata.gz: a011748d0d89ad8a9dea752776e8564200168b0484b01bac1b08366dee4f5454d25ebf37cb5e7ebc7a160e3093d7f5243343f5d7cc5a5e8f9e97b1218eec2f9d
7
+ data.tar.gz: 726c5d7f311cf7428c74c4fa6df8fa05da610a9ce84aec3d229f0cfcd07329ff42e7c184380e1b702adad1826d4f9ac9bdcbfc32398d03e84a911c56687ea47c
@@ -4,7 +4,7 @@ module AirTest
4
4
  class Engine < ::Rails::Engine
5
5
  # This ensures that the Rake tasks are automatically loaded when the gem is included in a Rails app
6
6
  rake_tasks do
7
- load File.expand_path("tasks/air_test.rake", __dir__)
7
+ load File.expand_path("../../tasks/air_test.rake", __FILE__)
8
8
  end
9
9
  end
10
10
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AirTest
4
- VERSION = "0.1.4.1"
4
+ VERSION = "0.1.4.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: air_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4.1
4
+ version: 0.1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - julien bouland