trinitycrmod 0.7.8 → 0.7.9
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 +4 -4
- data/VERSION +1 -1
- data/lib/trinitycrmod/trinity.rb +3 -2
- data/trinitycrmod.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c6819d695565c46e411f71674e11608a424b9ad
|
|
4
|
+
data.tar.gz: 79d884cd74121296083284f472ba045fe25b98d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb9db5e89a6453f87572de4bfe1c9e4ba6b4b8f9836f1f98d85196ea74b6aed5da4bd073d0b465ca82387908439de66337dd64747524ff1ba59d94ce43bc6ea2
|
|
7
|
+
data.tar.gz: e3933a9a4032e48add8e96840c165146b50bc02677dca99b8ccd66ca5d19c26c5f5f9cd45230ec980e77c75589e9cd0ac7401677b548d1642495c0b3f93fe617
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.7.
|
|
1
|
+
0.7.9
|
data/lib/trinitycrmod/trinity.rb
CHANGED
|
@@ -365,6 +365,7 @@ class CodeRunner
|
|
|
365
365
|
if flux_gryfx? or flux_gs2?
|
|
366
366
|
fclass = flux_class
|
|
367
367
|
|
|
368
|
+
eprint '...getting Trinity components..'
|
|
368
369
|
for i in 0...n_flux_tubes
|
|
369
370
|
component = @component_runs[i]
|
|
370
371
|
#p [i, '9,', component, '4', !@component_runs[i]]; STDIN.gets
|
|
@@ -402,12 +403,10 @@ class CodeRunner
|
|
|
402
403
|
compdir = flux_folder_name(i) # "flux_tube_#{i+1}"
|
|
403
404
|
# Stop it actually checking the flux codes every time.
|
|
404
405
|
component.instance_variable_set(:@status, :Complete)
|
|
405
|
-
eprint '...getting Trinity components..'
|
|
406
406
|
Dir.chdir(compdir){
|
|
407
407
|
eprint '.'
|
|
408
408
|
component.process_directory
|
|
409
409
|
} if FileTest.exist? compdir
|
|
410
|
-
eputs 'done'
|
|
411
410
|
#}
|
|
412
411
|
component.component_runs = []
|
|
413
412
|
component.trinity_run = self
|
|
@@ -420,6 +419,8 @@ class CodeRunner
|
|
|
420
419
|
#pp component; STDIN.gets
|
|
421
420
|
#component.component_runs = []
|
|
422
421
|
end
|
|
422
|
+
eputs 'done'
|
|
423
|
+
|
|
423
424
|
end
|
|
424
425
|
end
|
|
425
426
|
|
data/trinitycrmod.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: trinitycrmod 0.7.
|
|
5
|
+
# stub: trinitycrmod 0.7.9 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "trinitycrmod"
|
|
9
|
-
s.version = "0.7.
|
|
9
|
+
s.version = "0.7.9"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|