SciMed-bj 1.2.4 → 1.2.5

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.
Files changed (4) hide show
  1. data/SciMed-bj.gemspec +1 -1
  2. data/VERSION +1 -1
  3. data/lib/bj/runner.rb +3 -2
  4. metadata +3 -3
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{SciMed-bj}
8
- s.version = "1.2.4"
8
+ s.version = "1.2.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ara T. Howard", "Joshua Warchol", "Jens Kraemer"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.4
1
+ 1.2.5
@@ -94,8 +94,9 @@ class Bj
94
94
 
95
95
  def key ppid = 0
96
96
  ppid ||= 0
97
- #"#{ Bj.rails_env }.#{ ppid }.pid"
98
- "runner.#{ ppid }.pid"
97
+ # "#{ Bj.rails_env }.#{ ppid }.pid"
98
+ # "runner.#{ ppid }.pid"
99
+ Bj.rails_env
99
100
  end
100
101
 
101
102
  def no_tickle_key
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SciMed-bj
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 4
10
- version: 1.2.4
9
+ - 5
10
+ version: 1.2.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ara T. Howard