run_tasks 3.1.2 → 3.1.3

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: c574b1210a2721d47c9f8150c2c74dcaa20e6ea4b0cdf7350ada4201dcdd1c4c
4
- data.tar.gz: 3986f2395f46c5e70895d38d711e04a2b314d000d5239c8417273c076fbe1632
3
+ metadata.gz: 83bdaff7d74bf3104dd2610ab19cbf7666591f8a08cba2527b22fec0ddd7909f
4
+ data.tar.gz: f6d121239d0faf3c899a94589a2c7af506e3392347dc782ec2361c738083f8c6
5
5
  SHA512:
6
- metadata.gz: 0cc8e05fb4ecf25fcad9ce96118d68fad51f94a5e42a8a1731206444f806049ca95f6b3a32bc685e58c18526193fdbed42fdf0d5813df24f8276b2be03c06756
7
- data.tar.gz: a21c4d793c954ce6b017257b2fd6b946221ef2ce7d10b404d13daa7eb954bcc2bd90c869c9b703ad9ea556d5d8d0418a87fa7f5adbe3038a72a25d8f316ddfaa
6
+ metadata.gz: 22d7c77617c5c825be18c61ed18558880790c325f2936a7e394138b912be2807d05a976a95f2f1f309bd492ab72d2b58cca65b0420626fcfe31671b1ade5ec18
7
+ data.tar.gz: e65c02340150c8065790cd635e7d97566f5908a0990932402dfe623634904c6d0a048176482f93018f3eb7a0cd53ac090d3e133eb9446cf0a36fd8b4c3b6ec1d
@@ -5,7 +5,9 @@ module Run
5
5
  class NonExistingRunfile < StandardError
6
6
  def initialize
7
7
  path = ENV['RUNFILE'] || 'Runfile.rb'
8
- super File.file?(path) ? "Runfile.rb does not exist in '#{Dir.pwd}'" : "'#{path}' is not a valid Runfile"
8
+ super File.file?(path) ?
9
+ "'#{path}' is not a valid Runfile" :
10
+ "Runfile.rb does not exist in '#{Dir.pwd}'"
9
11
  end
10
12
  end
11
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: run_tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.2
4
+ version: 3.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aurélien Delogu