air_test 0.1.4.3 → 0.1.4.5

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: 1bcd5778424330c5ad5c1b2aeebe638f9f4063bf0f7a77bbd054aac8f160ad10
4
- data.tar.gz: cf2a009d09d64bd498f3d7c613d35d85ece6412b139f83a9fa97786ea56c7cc2
3
+ metadata.gz: fefd8998279ced13f3df480795649d91a9edc8da58cc29f830efbd6fb80828ef
4
+ data.tar.gz: d30877dd57bcbc058f76b6c4c094e7a85a3601725fc3501f50c7ee2b7dd0ba5f
5
5
  SHA512:
6
- metadata.gz: 8ab0d67305ba986a18441aa266f0706845ce3ad28eed1a9eaf930a780ce7e2d730033c60698036ab8f61c4753e67cdafe3f547910e3f86a4279855ad23a65f96
7
- data.tar.gz: c8f07312f128c57e08450326426b841c16509adf61b8290e28cb63fa3fa75c825712097cbf61829cb4bb8ec679b31e1f127a1cad074a87e84a119b53018b9460
6
+ metadata.gz: 28202234ea3225fc6cdf7900464e41ae73e717bbe10b9a6723b561fee7a33da50c633028ccf5bdbb62b564676a0dbc191c83b7eb2e8fbbb1a81528e12fd04f87
7
+ data.tar.gz: b46b2ac00d7c912776f91c6771d2e953c462faa60136939ee36572a6fd171e2e96d49524cd34a38d30953dc386edb5eb6a05d057f9bff27981c219383871767f
data/Rakefile CHANGED
@@ -10,6 +10,6 @@ require "rubocop/rake_task"
10
10
  RuboCop::RakeTask.new
11
11
 
12
12
  # Load AirTest Rake tasks for development
13
- load File.expand_path("lib/tasks/air_test.rake", __dir__)
13
+ # load File.expand_path("lib/tasks/air_test.rake", __dir__)
14
14
 
15
15
  task default: %i[spec rubocop]
@@ -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", __FILE__)
7
+ import 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.3"
4
+ VERSION = "0.1.4.5"
5
5
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Ensure the main gem is loaded
4
4
  require "air_test"
5
-
5
+ puts ">>> Loading AirTest Rake tasks from #{__FILE__}"
6
6
  namespace :air_test do
7
7
  desc "Generate specs and PR from Notion tickets"
8
8
  task :generate_specs_from_notion, [:limit] do |_task, args|
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.3
4
+ version: 0.1.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - julien bouland