trinitycrmod 0.7.5 → 0.7.6
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 +2 -0
- 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: 07e93ba1cab80a662c4c3866f30c70ca06741b1a
|
|
4
|
+
data.tar.gz: 1343a03ea3dfc8e692629136f59f452b626d534a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99e2c741a243265ae516dfb90f6d350fd9ffd0611366640d95718d0f3aeee589341e6bfa986b88a07b03c55a4c4407e8b0268ad3b2312a863e825d6f4a08ef74
|
|
7
|
+
data.tar.gz: 38be2bb3394c2456f30d25150f2d8cb9d66c4dd4b3c224d77517d2f61441ab91a83a738ade3b2e4cef124d5b7c887ff08d663a9f28c6160c5e2edfb7f248471e
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.7.
|
|
1
|
+
0.7.6
|
data/lib/trinitycrmod/trinity.rb
CHANGED
|
@@ -400,6 +400,8 @@ class CodeRunner
|
|
|
400
400
|
#p ["HERE2", @component_runs.size, @component_runs[i]]
|
|
401
401
|
#Dir.chdir(@directory) {
|
|
402
402
|
compdir = flux_folder_name(i) # "flux_tube_#{i+1}"
|
|
403
|
+
# Stop it actually checking the flux codes every time.
|
|
404
|
+
component.instance_variable_set(:@status, :Complete)
|
|
403
405
|
Dir.chdir(compdir){component.process_directory} if FileTest.exist? compdir
|
|
404
406
|
#}
|
|
405
407
|
component.component_runs = []
|
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.6 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.6"
|
|
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"]
|