quorum 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- quorum (0.8.0)
4
+ quorum (0.8.1)
5
5
  bio-blastxmlparser (~> 1.1.0)
6
6
  jquery-rails
7
7
  net-ssh (~> 2.3.0)
@@ -39,6 +39,7 @@ GEM
39
39
  activesupport (3.2.9)
40
40
  i18n (~> 0.6)
41
41
  multi_json (~> 1.0)
42
+ addressable (2.3.2)
42
43
  arel (3.0.2)
43
44
  bio-blastxmlparser (1.1.0)
44
45
  bio-logger (>= 1.0.0)
@@ -46,7 +47,7 @@ GEM
46
47
  bio-logger (1.0.1)
47
48
  log4r (>= 1.1.9)
48
49
  builder (3.0.4)
49
- capybara (1.1.3)
50
+ capybara (1.1.4)
50
51
  mime-types (>= 1.16)
51
52
  nokogiri (>= 1.3.3)
52
53
  rack (>= 1.0.0)
@@ -71,18 +72,19 @@ GEM
71
72
  ffi (1.2.0)
72
73
  hike (1.2.1)
73
74
  i18n (0.6.1)
74
- jasmine (1.2.1)
75
- jasmine-core (>= 1.2.0)
75
+ jasmine (1.3.1)
76
+ jasmine-core (~> 1.3.1)
76
77
  rack (~> 1.0)
77
78
  rspec (>= 1.3.1)
78
79
  selenium-webdriver (>= 0.1.3)
79
- jasmine-core (1.3.0)
80
+ jasmine-core (1.3.1)
80
81
  journey (1.0.4)
81
82
  jquery-rails (2.1.4)
82
83
  railties (>= 3.0, < 5.0)
83
84
  thor (>= 0.14, < 2.0)
84
85
  json (1.7.5)
85
- libwebsocket (0.1.6.1)
86
+ libwebsocket (0.1.7.1)
87
+ addressable
86
88
  websocket
87
89
  log4r (1.1.10)
88
90
  mail (2.4.4)
@@ -90,7 +92,7 @@ GEM
90
92
  mime-types (~> 1.16)
91
93
  treetop (~> 1.4.8)
92
94
  mime-types (1.19)
93
- multi_json (1.3.7)
95
+ multi_json (1.4.0)
94
96
  mysql2 (0.3.11)
95
97
  net-ssh (2.3.0)
96
98
  nokogiri (1.5.5)
@@ -136,14 +138,14 @@ GEM
136
138
  resque-result (1.0.1)
137
139
  resque (~> 1.9)
138
140
  resque-meta (~> 1.0)
139
- resque_spec (0.12.6)
141
+ resque_spec (0.12.7)
140
142
  resque (>= 1.19.0)
141
143
  rspec (>= 2.5.0)
142
144
  rspec (2.12.0)
143
145
  rspec-core (~> 2.12.0)
144
146
  rspec-expectations (~> 2.12.0)
145
147
  rspec-mocks (~> 2.12.0)
146
- rspec-core (2.12.0)
148
+ rspec-core (2.12.1)
147
149
  rspec-expectations (2.12.0)
148
150
  diff-lcs (~> 1.1.3)
149
151
  rspec-mocks (2.12.0)
@@ -155,7 +157,7 @@ GEM
155
157
  rspec-expectations (~> 2.12.0)
156
158
  rspec-mocks (~> 2.12.0)
157
159
  rubyzip (0.9.9)
158
- selenium-webdriver (2.26.0)
160
+ selenium-webdriver (2.27.0)
159
161
  childprocess (>= 0.2.5)
160
162
  libwebsocket (~> 0.1.3)
161
163
  multi_json (~> 1.0)
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.8.1 (2012-12-06)
2
+
3
+ * SSH bug fix.
4
+
1
5
  ## 0.8.0 (2012-11-30)
2
6
 
3
7
  * Major refactoring and bug fixes.
@@ -1,3 +1,3 @@
1
1
  module Quorum
2
- VERSION = "0.8.0"
2
+ VERSION = "0.8.1"
3
3
  end
@@ -53,7 +53,7 @@ module Workers
53
53
  def self.execute_ssh
54
54
  Net::SSH.start(@ssh_host, @ssh_user, @ssh_options) do |ssh|
55
55
  ssh.open_channel do |ch|
56
- ch.exec(cmd) do |ch, success|
56
+ ch.exec(@cmd) do |ch, success|
57
57
  if success
58
58
  # Capture STDOUT from ch.exec()
59
59
  if @stdout
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quorum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-30 00:00:00.000000000 Z
12
+ date: 2012-12-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -433,7 +433,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
433
433
  version: '0'
434
434
  segments:
435
435
  - 0
436
- hash: -3863476940221336517
436
+ hash: 2115123913404319690
437
437
  required_rubygems_version: !ruby/object:Gem::Requirement
438
438
  none: false
439
439
  requirements:
@@ -442,7 +442,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
442
442
  version: '0'
443
443
  segments:
444
444
  - 0
445
- hash: -3863476940221336517
445
+ hash: 2115123913404319690
446
446
  requirements: []
447
447
  rubyforge_project:
448
448
  rubygems_version: 1.8.24