air_test 0.1.4.5 → 0.1.4.6

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: fefd8998279ced13f3df480795649d91a9edc8da58cc29f830efbd6fb80828ef
4
- data.tar.gz: d30877dd57bcbc058f76b6c4c094e7a85a3601725fc3501f50c7ee2b7dd0ba5f
3
+ metadata.gz: a59915f52de9feac17a2cd37b5f529601e4fd57dbf9c6ec6242e230d6a0275b2
4
+ data.tar.gz: 1253e103ecd49b1e436a08b23f15307caa56a0cf53647bc894d3f9224d35ea84
5
5
  SHA512:
6
- metadata.gz: 28202234ea3225fc6cdf7900464e41ae73e717bbe10b9a6723b561fee7a33da50c633028ccf5bdbb62b564676a0dbc191c83b7eb2e8fbbb1a81528e12fd04f87
7
- data.tar.gz: b46b2ac00d7c912776f91c6771d2e953c462faa60136939ee36572a6fd171e2e96d49524cd34a38d30953dc386edb5eb6a05d057f9bff27981c219383871767f
6
+ metadata.gz: 63f017bb20f8ec612d13d3b41fa0a73c33cfa5349833db415fb1b81a1f3d57c8a09fb8a6357b5f5edc5f87779a23cfeb8ab847a597323a8c8706c54011d240f8
7
+ data.tar.gz: 3e40393adb92914c870f5c7bf9925557bb98ee8dd79f025554e4cf7c8e02f017df62c3a3e99d841bdad6ac9fed99075ed6df4de1da7b77daa40a5748cd64ac2e
@@ -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
- import File.expand_path("../../tasks/air_test.rake", __FILE__)
7
+ import File.expand_path("tasks/air_test.rake", __dir__)
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.5"
4
+ VERSION = "0.1.4.6"
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.5
4
+ version: 0.1.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - julien bouland
@@ -75,8 +75,8 @@ files:
75
75
  - lib/air_test/notion_parser.rb
76
76
  - lib/air_test/runner.rb
77
77
  - lib/air_test/spec_generator.rb
78
+ - lib/air_test/tasks/air_test.rake
78
79
  - lib/air_test/version.rb
79
- - lib/tasks/air_test.rake
80
80
  - sig/air_test.rbs
81
81
  homepage: https://github.com/airtest-dev/airtest
82
82
  licenses:
File without changes