heroku_hatchet 4.0.9 → 4.0.10

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: aa8c793ec7b05a43ab97534009134ad65766e064affb0627879cfb87b0888171
4
- data.tar.gz: f9daf304c274174ed187428db840a3db58d59576463f05f29739a8b134316d4b
3
+ metadata.gz: 3c27343294c1c0f3877b8585192588a6fb0e2b203e6405e38c0124d6c945aa19
4
+ data.tar.gz: 042b3a4e20cabf22762d4a341d1e420543d9bf78158965b97d0b8c95071fe5e1
5
5
  SHA512:
6
- metadata.gz: 85f82bb542f17d5af0630cb598edbeebf2f421de5d05f2226ddcfa90bfea94e274f9511e84cc4bcc6e8622bddd536b3dd981ab1fc4792882b5c085a88a0033ac
7
- data.tar.gz: bd85ea35febfcc92381bf1c6570a82f58ba89d86b256c3092198ddf462e76c839e99f6aee81b19ea6ac4a99d826b8eb08f66eab9c02ae4847be31195d507fd31
6
+ metadata.gz: d602ae6446745bc23d82067c2242c40aba4f87a823af2ea05f69a9064733bec41c53eee7fb6bf83e93911af57fd9c91d7b14e47edf1619f6fa9fd3fb6679c35b
7
+ data.tar.gz: aa3d4514233ae3108331fc7b44b3c28492565a5357974aeb7e703e01553ad92ef18453ccf52ab1fb23bacb37d0ebafccf557780a1d273ddf8743a72b57081499
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## HEAD
2
2
 
3
+ ## 4.0.10
4
+
5
+ - Fix syntax in rake task (https://github.com/heroku/hatchet/pull/61)
6
+
3
7
  ## 4.0.9
4
8
 
5
9
  - Allow overriding of all App#run options, including option removal (by passing `Hatchet::App::SkipDefaultOption` as the value)
data/lib/hatchet/tasks.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  namespace :hatchet do
2
2
  task :setup_ci do
3
- script = File.expand_path = File.join(__dir__, "../../etc/ci_setup.rb")
3
+ script = File.expand_path(File.join(__dir__, "../../etc/ci_setup.rb"))
4
4
  out = `#{script}`
5
5
  raise "Command #{script.inspect} failed\n#{out}"
6
6
  end
@@ -1,3 +1,3 @@
1
1
  module Hatchet
2
- VERSION = "4.0.9"
2
+ VERSION = "4.0.10"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heroku_hatchet
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.9
4
+ version: 4.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Schneeman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-22 00:00:00.000000000 Z
11
+ date: 2019-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: platform-api