busser-pybot 0.1.7 → 0.1.8

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: a2b2300f84ce66c657c1148b996b9526e130c394
4
- data.tar.gz: 13b81a6051bc049d29d5f99b20bb71b2a6e64d07
3
+ metadata.gz: 695fa05f10222e6e5a36f8be441b7fbc3b462b6a
4
+ data.tar.gz: ccae3e7144413c9f6f1352b7cc549df4519a111f
5
5
  SHA512:
6
- metadata.gz: 71e94f3b1b7f6db7016ff8afa616dfbf16ea1e3b6a3e9fbeb425d0d5f64b08857f5f3643545254f839f1c7aa00461befcfbbf70ef2c489aeb38777aa28cdf9d2
7
- data.tar.gz: a1de4931820cff7ca417761341ed40aa4c94ac1f1c4e08d907a4876d29b89b8073b85890b758a20b137fc7814f1062c659ea63c141bc740c4b454d00364f7da6
6
+ metadata.gz: 2580024a79ab08c4546b7b0ad5e7fb7ec70ccc3df5cda4c8593f8ddfe7df437cd5f79072ca98256ed5e13357b1f5d2af7cdbf23ab0e964471f6563ee4b67b721
7
+ data.tar.gz: 70e4d7080f2c0e55a5d442626eb6d1dfe3ff9b41483653c5e06a4c468e1591cf16fac00455d25dc8f2464a0e2880d90df6950596bff7164cb504d37d7eef2eb6
@@ -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.7"
24
+ VERSION = "0.1.8"
25
25
  end
26
26
  end
@@ -25,14 +25,14 @@ require 'busser/runner_plugin'
25
25
  class Busser::RunnerPlugin::Pybot < Busser::RunnerPlugin::Base
26
26
 
27
27
  postinstall do
28
- put "Pip Downloading"
28
+ #put "Pip Downloading"
29
29
  run!("curl 'https://bootstrap.pypa.io/get-pip.py' -o 'get-pip.py'")
30
- put "Pip Downloaded"
31
- put "Pip Installing"
30
+ #put "Pip Downloaded"
31
+ #put "Pip Installing"
32
32
  run!("python get-pip.py")
33
- put "Pip Installed"
33
+ #put "Pip Installed"
34
34
  run!("pip install robotframework")
35
- put "Pip robotframework Installed"
35
+ #put "Pip robotframework Installed"
36
36
 
37
37
  end
38
38
 
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.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - KOTINI TIRUMULA