scout-rig 0.1.0

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.
@@ -0,0 +1,5 @@
1
+ require 'test/unit'
2
+ $LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib')))
3
+ $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__)))
4
+
5
+ require 'scout-gear'
metadata ADDED
@@ -0,0 +1,92 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: scout-rig
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Miguel Vazquez
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: juwelier
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: 2.1.0
19
+ type: :development
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: 2.1.0
26
+ - !ruby/object:Gem::Dependency
27
+ name: pycall
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">"
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">"
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ description: Use other coding languages in your scout applications
41
+ email: mikisvaz@gmail.com
42
+ executables: []
43
+ extensions: []
44
+ extra_rdoc_files:
45
+ - LICENSE.txt
46
+ - README.rdoc
47
+ files:
48
+ - ".document"
49
+ - ".vimproject"
50
+ - LICENSE.txt
51
+ - README.rdoc
52
+ - Rakefile
53
+ - VERSION
54
+ - lib/scout-rig.rb
55
+ - lib/scout/python.rb
56
+ - lib/scout/python/paths.rb
57
+ - lib/scout/python/run.rb
58
+ - lib/scout/python/script.rb
59
+ - lib/scout/python/util.rb
60
+ - python/scout/__init__.py
61
+ - python/scout/__pycache__/__init__.cpython-310.pyc
62
+ - python/scout/__pycache__/workflow.cpython-310.pyc
63
+ - python/scout/workflow.py
64
+ - python/scout/workflow/remote.py
65
+ - python/test.py
66
+ - scout-rig.gemspec
67
+ - test/scout/python/test_script.rb
68
+ - test/scout/python/test_util.rb
69
+ - test/scout/test_python.rb
70
+ - test/test_helper.rb
71
+ homepage: http://github.com/mikisvaz/scout-rig
72
+ licenses:
73
+ - MIT
74
+ metadata: {}
75
+ rdoc_options: []
76
+ require_paths:
77
+ - lib
78
+ required_ruby_version: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ required_rubygems_version: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - ">="
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
88
+ requirements: []
89
+ rubygems_version: 3.6.8
90
+ specification_version: 4
91
+ summary: Scouts rigging things together
92
+ test_files: []