air_test 0.1.4.4 → 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 +4 -4
- data/lib/air_test/engine.rb +1 -1
- data/lib/{tasks → air_test/tasks}/air_test.rake +1 -1
- data/lib/air_test/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a59915f52de9feac17a2cd37b5f529601e4fd57dbf9c6ec6242e230d6a0275b2
|
4
|
+
data.tar.gz: 1253e103ecd49b1e436a08b23f15307caa56a0cf53647bc894d3f9224d35ea84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63f017bb20f8ec612d13d3b41fa0a73c33cfa5349833db415fb1b81a1f3d57c8a09fb8a6357b5f5edc5f87779a23cfeb8ab847a597323a8c8706c54011d240f8
|
7
|
+
data.tar.gz: 3e40393adb92914c870f5c7bf9925557bb98ee8dd79f025554e4cf7c8e02f017df62c3a3e99d841bdad6ac9fed99075ed6df4de1da7b77daa40a5748cd64ac2e
|
data/lib/air_test/engine.rb
CHANGED
@@ -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
|
-
|
7
|
+
import File.expand_path("tasks/air_test.rake", __dir__)
|
8
8
|
end
|
9
9
|
end
|
10
10
|
end
|
data/lib/air_test/version.rb
CHANGED
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.
|
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:
|