busser-pybot 0.1.0 → 0.1.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
  SHA1:
3
- metadata.gz: '099edaa4b0ce4e306d91e8f93011a87c5d639f82'
4
- data.tar.gz: 7196bd7dfadfaedc7850de896b1533676fa19557
3
+ metadata.gz: 36332eb35032678e407a17e494f28eddcaa9ffb5
4
+ data.tar.gz: 5a3d1591409e1d30933350ad7785cd0051e077fb
5
5
  SHA512:
6
- metadata.gz: 00d1d57b8c937bddd02e528b4a92ad7fc3a7b19a6947253585a0d5f59fb5e9901a43dc8964f11f5d131eb522150ff02b87dfabf787a036575a90e175bba006a6
7
- data.tar.gz: 194630bc7f9b903c3d0b55b813da11424dacbe2e74c34b4666389b450242db19a613e8ded2a6ddf87f62e6c046b28943d7e672cc8fbfe3be6d78ec8d2c5c66e8
6
+ metadata.gz: 4f29c67c8740777643d2831c33812e658cc20b8f663a9a383f5f59dcc0837214479df245fdc12ca6461e573f9dab56ac979cab7a2032c685a016bfcbe4056c7c
7
+ data.tar.gz: 4d7abc637706db7d8bd59e82219345c01bd34a834740cd0e1f2f3865c456d7f56c4ad405fec174ab774dc835fa4b82fbaca5354e3690ac1d952f9fd72a3ed5b9
@@ -21,6 +21,6 @@ module Busser
21
21
  module Pybot
22
22
 
23
23
  # Version string for the Pybot Busser runner plugin
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
25
25
  end
26
26
  end
@@ -24,12 +24,12 @@ require 'busser/runner_plugin'
24
24
  #
25
25
  class Busser::RunnerPlugin::Pybot < Busser::RunnerPlugin::Base
26
26
 
27
- #postinstall do
28
- # inside(Pathname.new(__FILE__).dirname.join("../../../vendor/pybot")) do
29
- # FileUtils.ln_sf("../libexec/pybot", "bin/pybot")
30
- # run!(%{./install.sh #{vendor_path("pybot")}})
31
- # end
32
- #end
27
+ postinstall do
28
+ inside(Pathname.new(__FILE__).dirname.join("../../../vendor/pybot")) do
29
+ FileUtils.ln_sf("../libexec/pybot", "bin/pybot")
30
+ run!(%{./install.sh #{vendor_path("pybot")}})
31
+ end
32
+ end
33
33
 
34
34
  def test
35
35
  run!("#{vendor_path("pybot").join("bin/pybot")} #{suite_path("pybot")}")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: busser-pybot
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
  - KOTINI TIRUMULA