scout-rig 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
  SHA256:
3
- metadata.gz: bcb31a6421de24abf3a11f37bcf00a295ffcf9d5163c55f02ccdb806ff54c4fb
4
- data.tar.gz: b45379e2fb720a9e397faf467f7d3fcd9b14f0212096d40fcb62d2208a4936d1
3
+ metadata.gz: 1fbace5e530b2d065eacbbf5ad06696d9211fe953bfd8e45a0a0998bae304762
4
+ data.tar.gz: 437d5b070c0fbd84a2f75d5423ac270df75e00f249871e310ef498cc00561883
5
5
  SHA512:
6
- metadata.gz: cf8a3e4b67bdda6d867279d0b3e6166f5a942f0ee3a51d90105355121e8b2d8205b5f6468ec43c7cc487964d671bbeed73625815779fca633e64e4647e62a877
7
- data.tar.gz: 8576a2ef1cd982db94fdab16ff207a1d9e7f189c125c5f92d4d0940091b452a64e69d3fa5af95f477131e8969686f47732ea79308c2f4f9734584e3ac3fbfffd
6
+ metadata.gz: 683683107dd39215c7a11bcb6e5a6f338b4b7013f30dba369810551e0f361783ef0a6a051e3b8c25cc5328e451e47c06d310ff50c33b3a8d4adfa57a069a85ec
7
+ data.tar.gz: 6036f525a25c3e4e00420a0bf5ebdbaa15344e1098107452c747767d10e3ad081a324f220c00f929c5629de1897b46ab2f0dcfd3eb39eb0c481130ae0a79126d
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/lib/scout/python.rb CHANGED
@@ -2,6 +2,8 @@ require 'scout'
2
2
  require 'pycall/import'
3
3
  require_relative 'python/paths'
4
4
  require_relative 'python/run'
5
+ require_relative 'python/script'
6
+ require_relative 'python/util'
5
7
 
6
8
  module ScoutPython
7
9
  extend PyCall::Import
data/lib/scout-rig.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require 'scout'
2
2
  require 'scout/path'
3
3
  require 'scout/resource'
4
- Path.add_path :scout_rig, File.join(Path.caller_lib_dir(__FILE__), "{TOPLEVEL}/{SUBPATH}")
4
+ Path.add_path :scout_rig_lib, File.join(Path.caller_lib_dir(__FILE__), "{TOPLEVEL}/{SUBPATH}")
5
5
 
data/scout-rig.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: scout-rig 0.1.0 ruby lib
5
+ # stub: scout-rig 0.1.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "scout-rig".freeze
9
- s.version = "0.1.0".freeze
9
+ s.version = "0.1.1".freeze
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scout-rig
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
  - Miguel Vazquez