runit-man 2.4.5 → 2.4.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.
@@ -1,5 +1,14 @@
1
1
  ## Changes
2
2
 
3
+ ### Version 2.4.6
4
+
5
+ * GET /services.json API was broken from 2.4.0 release - Bregor.
6
+
7
+ ### Version 2.4.5
8
+
9
+ * Replace potential incorrect multiline regexps with valid ones. There was no security vulnerabity.
10
+ * Minor visual appearance update.
11
+
3
12
  ### Version 2.4.4
4
13
 
5
14
  * Use Twitter Bootstrap styles.
@@ -46,6 +55,7 @@
46
55
  * Minor refactoring.
47
56
 
48
57
  ### Version 2.3.6
58
+
49
59
  * Internationalization of system information page.
50
60
  * favicon added.
51
61
 
@@ -18,7 +18,7 @@ class ServiceInfo::Base
18
18
  data = {}
19
19
  [
20
20
  :name, :stat, :active?, :logged?, :switchable?,
21
- :log_file_location, :log_pid, :watched_modified_files
21
+ :log_file_locations, :log_pid, :watched_modified_files
22
22
  ].each do |sym|
23
23
  data[sym] = send(sym)
24
24
  end
@@ -1,6 +1,6 @@
1
1
  # runit-man namespace.
2
2
  module RunitMan
3
3
  # runit-man version.
4
- VERSION = '2.4.5'.freeze
4
+ VERSION = '2.4.6'.freeze
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runit-man
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.5
4
+ version: 2.4.6
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-05-20 00:00:00.000000000 Z
12
+ date: 2012-05-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: yajl-ruby
@@ -340,7 +340,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
340
340
  version: '0'
341
341
  segments:
342
342
  - 0
343
- hash: 147627505
343
+ hash: -41790383
344
344
  required_rubygems_version: !ruby/object:Gem::Requirement
345
345
  none: false
346
346
  requirements:
@@ -349,7 +349,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
349
349
  version: '0'
350
350
  segments:
351
351
  - 0
352
- hash: 147627505
352
+ hash: -41790383
353
353
  requirements:
354
354
  - none
355
355
  rubyforge_project: