genecrmod 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: cb544b7064c39699eb44737597ba85a1a0b3dd55
4
- data.tar.gz: 48662d3412ba940d26aa0a589a10963546f84945
3
+ metadata.gz: ba60c9320ce9710f9c8c1505bf3cb31bfb5845d7
4
+ data.tar.gz: 9ab6069bfa3251cd1cb71be3061b7ae02b1ff2c3
5
5
  SHA512:
6
- metadata.gz: 67cafa2928194cc584773218eb47775f92f179fc74334dffb675a57f2fee4ab326f6c794878d355d46ac55c565b7aebe525701db785210c85408430c7ebf2e35
7
- data.tar.gz: a1360d67b12d58283499bb79aea9c9f08179053389595c3fa7178672b8fbe6cb685863520cc6efa17a5f74bafed7e97432d85022d5013bf54ca541308a529535
6
+ metadata.gz: d403226c689554fa4eec18ceccbbc5c0d783bcce27d3e72d9d4c38ad3b7088e970bbea793ac07e1db0da19c449df93d8397c6ab655cbd2729bdda5b6eeaf65f4
7
+ data.tar.gz: 8b20667ff42d3d2dfebf9f55c08275ae42f451d4e8df438385407a8c13df1e4042641e97e521f4e5acc8cbe1d8666a3558012c88751db76847e986d4d3587a85
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/genecrmod.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: genecrmod 0.1.1 ruby lib
5
+ # stub: genecrmod 0.1.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "genecrmod"
9
- s.version = "0.1.1"
9
+ s.version = "0.1.2"
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"]
@@ -223,7 +223,7 @@ class CodeRunner
223
223
  end
224
224
  def get_completed_timesteps
225
225
  Dir.chdir(@directory) do
226
- @completed_timesteps = %x[grep '^\\s\\+\\S\\+\\s*$' nrg.dat].split("\n").size
226
+ @completed_timesteps = %x[grep '^\\s\\+\\S\\+\\s*$' nrg.dat &2>/dev/null].split("\n").size
227
227
  end
228
228
  end
229
229
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: genecrmod
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
  - Edmund Highcock