trinitycrmod 0.7.4 → 0.7.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b4c4064ac49be83fd3218fe6019c7c43abe85f88
4
- data.tar.gz: 310f019da68adf055c8cc32a70048fdfac956ceb
3
+ metadata.gz: d49eaedb68ae02f21eceaaa43c6d262da2e4784b
4
+ data.tar.gz: 7d4c7d3e9c90a6887b3e6180fb62f6d186d8a20f
5
5
  SHA512:
6
- metadata.gz: 1d8442ecee17f61f52c84115d1db381bfa806fd97a343ea46ae6112a744be096aa353dbb83ad5eda37a3a35c60c66ee64e7afb928b38001838dc0985883158b3
7
- data.tar.gz: 1fd338e931c0d1fd2dc94d86c8fb6c2382154f3bdea2e0ff5349b0792ece360b3e5dc1eb9ca76954c69069088d5f6494f51db6742342374f8534c564aab0c568
6
+ metadata.gz: b8b4e786e63b5289ca837f777016e5af3a01aa1308b1748f6f3474e67106656315108e93a95b00a8ba2a6f6aa83084ef1b4c894976c7ef4521c134f9fe532dd5
7
+ data.tar.gz: 972ca511e0bf055560081b5a9f9fae20f31f9f192f872b63fe28481843ac75e2a0d71d9a764d6e6d9d56fc6011eb1b1215b8cbeac2d5e826c54e5ba07f671e16
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.4
1
+ 0.7.5
@@ -90,7 +90,7 @@ EOF2
90
90
  # Generates the component runs for GS2 and returns the hash
91
91
  # Raises an error if flux_option != "gs2"
92
92
  def flux_runs
93
- raise FluxOptionError.new("flux_runs called and flux_option != gs2 or gryfx") if not flux_gs2? or flux_gryfx?
93
+ raise FluxOptionError.new("flux_runs called and flux_option != gs2 or gryfx") if not (flux_gs2? or flux_gryfx?)
94
94
 
95
95
 
96
96
  #puts "2@COMMMMMMMMMMMMMPOOOOOOOOOOOOOONNNETN", @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.4 ruby lib
5
+ # stub: trinitycrmod 0.7.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "trinitycrmod"
9
- s.version = "0.7.4"
9
+ s.version = "0.7.5"
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"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trinitycrmod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.4
4
+ version: 0.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock