busser-nose2 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b70ccffb742da71e8e165217532fc6327cb1eb97
4
- data.tar.gz: 3a13a7c7de77fba42d74aa34a4c95ba7db760422
3
+ metadata.gz: 9aca85b3ba0388ed4f40c22de751b8b186ba4939
4
+ data.tar.gz: 36194d3af73ee2633ff2cd41d4b7cd93441ba217
5
5
  SHA512:
6
- metadata.gz: 963b244609a775af0ca7eb14a6230e2dd3436ecc98c236eb380c82e6279b61a53c34815298579ef16fe67885239415d0fb28a179815e57989ad2e96634426ab6
7
- data.tar.gz: 003b4129094cebbf8740238aefec5573cf5c12071020f7dcab9bd5915399ef555ee1b1d12d7b9ec6c71862e3bbcfa32e0716b0bcdb65ebfe860880d318bf2fbb
6
+ metadata.gz: 80899bed11f44c7be9a1f3d3354a3c020dade813b3475dcdc81c963334f397e191bb2b06d58a57ec620c05fa69258ea4465ff893c8654b852d9da3f56ec554ec
7
+ data.tar.gz: a57f65a7836f4026c4881820c60e983ef40d758aa5e6f7052197d9204cedd25d9d2ac239c1ac48479303965c40a16b21986f00e5e4ee0b3dd799b3d3a9867378
@@ -21,6 +21,6 @@ module Busser
21
21
  module Nose2
22
22
 
23
23
  # Version string for the Nose2 Busser runner plugin
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
25
25
  end
26
26
  end
@@ -23,6 +23,9 @@ require 'busser/runner_plugin'
23
23
  # @author Omer Katz <omer.drow@gmail.com>
24
24
  #
25
25
  class Busser::RunnerPlugin::Nose2 < Busser::RunnerPlugin::Base
26
+ postinstall do
27
+ run!("pip install nose2")
28
+ end
26
29
 
27
30
  def test
28
31
  run!("nose2 --start-dir #{suite_path('nose2').to_s}")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: busser-nose2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Omer Katz