busser-pybot 0.1.5 → 0.1.6

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: 0de29a8c761b9f0bfdbb9b9d78360ffe57b6f6df
4
- data.tar.gz: 6dc58fed398b63f4e4448bab96041d61b7eca8b1
3
+ metadata.gz: 46fb74763e3296a39b2e6eb24dc54a763b3ff91f
4
+ data.tar.gz: ece5f3af2cce60a858f8ac0be00341a1bfc53d9c
5
5
  SHA512:
6
- metadata.gz: 8813cfa93f5518feb2831ab86d48d2324856f39cad6263d5739e737ced612534565feeeea51be86d4aca807b3e8461d9e147c5226bfe7e6c5111d88378905d39
7
- data.tar.gz: 24762826e72d7c96a89c242e74456c1dd8d9221a6276f6350cb9464b4b8c8e7c360a32d12bc3286b3f2b8f2155f42dcdca1c07635ca4771d9a683c75328615e7
6
+ metadata.gz: 9a08e51ce5d3ee9d8a7edfafd45c385ff2cfad22880c4df644567f1ecf9be9801868e8e247075c232fed590e2322bec56290576141438a2e6fcfad4e8f594ace
7
+ data.tar.gz: 7de3d491c20cbdbb38fa6cd26221d33de2f3d1f66ec373f36da98c616004d5600f61cf9dddff83cc8cb2318622014c4577c56e6a2b710e24b513b1868363e95b
@@ -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.5"
24
+ VERSION = "0.1.6"
25
25
  end
26
26
  end
@@ -25,17 +25,15 @@ require 'busser/runner_plugin'
25
25
  class Busser::RunnerPlugin::Pybot < Busser::RunnerPlugin::Base
26
26
 
27
27
  postinstall do
28
- inside(Pathname.new(__FILE__).dirname.join("../../../vendor/pybot")) do
29
- put "Pip Downloading"
30
- run!("curl 'https://bootstrap.pypa.io/get-pip.py' -o 'get-pip.py'")
31
- put "Pip Downloaded"
32
- put "Pip Installing"
33
- run!("python get-pip.py")
34
- put "Pip Installed"
35
- run!("pip install robotframework")
36
- put "Pip robotframework Installed"
28
+ put "Pip Downloading"
29
+ run!("curl 'https://bootstrap.pypa.io/get-pip.py' -o 'get-pip.py'")
30
+ put "Pip Downloaded"
31
+ put "Pip Installing"
32
+ run!("python get-pip.py")
33
+ put "Pip Installed"
34
+ run!("pip install robotframework")
35
+ put "Pip robotframework Installed"
37
36
 
38
- end
39
37
  end
40
38
 
41
39
  def test
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.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - KOTINI TIRUMULA