busser-pybot 0.1.1 → 0.1.2

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: 36332eb35032678e407a17e494f28eddcaa9ffb5
4
- data.tar.gz: 5a3d1591409e1d30933350ad7785cd0051e077fb
3
+ metadata.gz: 7f7530a21ead50d1080f8924fea920039198be26
4
+ data.tar.gz: ddc7f4ffe118181788b3f5b0c71689a78c5d5086
5
5
  SHA512:
6
- metadata.gz: 4f29c67c8740777643d2831c33812e658cc20b8f663a9a383f5f59dcc0837214479df245fdc12ca6461e573f9dab56ac979cab7a2032c685a016bfcbe4056c7c
7
- data.tar.gz: 4d7abc637706db7d8bd59e82219345c01bd34a834740cd0e1f2f3865c456d7f56c4ad405fec174ab774dc835fa4b82fbaca5354e3690ac1d952f9fd72a3ed5b9
6
+ metadata.gz: db24695713bbcb78c87b771ef780039b8887fc9078ad90933a8f44ef25edd741fd7498a274601622157fbb0489e3e7c7787eb3705d4d8ebfa1743f59da869495
7
+ data.tar.gz: 20ca135aa8cf559ef690cded8817fbc2f4bea5a98758ec695aff12cf7559df7d535f628dc617d4f1da888fdb38291e823fab0653a052878cd6623587dce74101
@@ -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.1"
24
+ VERSION = "0.1.2"
25
25
  end
26
26
  end
@@ -15,7 +15,7 @@
15
15
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
16
  # See the License for the specific language governing permissions and
17
17
  # limitations under the License.
18
-
18
+ require "pathname"
19
19
  require 'busser/runner_plugin'
20
20
 
21
21
  # A Busser runner plugin for 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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - KOTINI TIRUMULA