cibuildgem 0.2.0 → 0.2.1

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: f63ab07d477bec46da85e57e2f582e85308c6764bfbb33c441f41628b49714b7
4
- data.tar.gz: f4fbff8471f384cf0c7c7eb45e2a57f53fa6a208f3d60b56df0a8fbf12034266
3
+ metadata.gz: 99cac230a997ce3d919879ca0efd36eab30f2f986180e98a323ff3b071612061
4
+ data.tar.gz: 695a15ca392fa0eff89f3a2296e76d7a9f74a4adb16471d39d1d951d4d118076
5
5
  SHA512:
6
- metadata.gz: bcd63c9d47adbb746fa716203d14f7b778c75b8bb0dbf68450fc45334ba15c17f1fef7deffc456b327c3186a69276616310a727b0f4b0a467921657b4f29921c
7
- data.tar.gz: 6e8082155d5c8083799e76dcbe4bb77ba3e156a65ee81cd6939fa3704c93d3ddd9a65083030cb99606d70d372c64811dd65bc27801153e459967d37af2cfc3cb
6
+ metadata.gz: 942a473c81416014f2c4e37442ca035d4a28af007b93b83199bde026288b14f857e0bf3e770f5f1339d003dbe38bc76a69e3718991e3ebe3ea29ffbbc4267eee
7
+ data.tar.gz: 6eae16529e1501441099024045e812519402d47aa8d80532ea55a464f6b6fbddb22cb2604942ad3faecc1835128498cf927100356b2a7dd591698b27c775b015
@@ -2,6 +2,7 @@
2
2
 
3
3
  require "thor"
4
4
  require "rake/extensiontask"
5
+ require "prism"
5
6
 
6
7
  module Cibuildgem
7
8
  class CLI < Thor
@@ -54,7 +55,7 @@ module Cibuildgem
54
55
  cibuildgem will run the test suite of the gem. It either expects a `spec` or `test` task defined.
55
56
  EOM
56
57
  def test
57
- run_rake_tasks!(:test)
58
+ run_rake_tasks!("cibuildgem:setup", :test)
58
59
  end
59
60
 
60
61
  desc "copy_from_staging_to_lib", "Copy the staging binary. For internal usage.", hide: true
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cibuildgem
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cibuildgem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify