rails-pulse 0.5.0 → 0.5.1

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 (2) hide show
  1. data/lib/pulse/controller.rb +2 -0
  2. metadata +4 -9
@@ -43,6 +43,8 @@ class PulseController < ActionController::Base
43
43
  def postgresql_healthy?
44
44
  select_one_count == 1
45
45
  end
46
+
47
+ alias_method :postgis_healthy?, :postgresql_healthy?
46
48
 
47
49
  def select_one_count
48
50
  count = begin
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-pulse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -17,7 +17,7 @@ date: 2013-04-01 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: rails
20
- requirement: !ruby/object:Gem::Requirement
20
+ requirement: &70297445733580 !ruby/object:Gem::Requirement
21
21
  none: false
22
22
  requirements:
23
23
  - - ! '>='
@@ -25,12 +25,7 @@ dependencies:
25
25
  version: '0'
26
26
  type: :runtime
27
27
  prerelease: false
28
- version_requirements: !ruby/object:Gem::Requirement
29
- none: false
30
- requirements:
31
- - - ! '>='
32
- - !ruby/object:Gem::Version
33
- version: '0'
28
+ version_requirements: *70297445733580
34
29
  description: ! 'Adds a pulse URL that pings the DB to a Rails app.
35
30
 
36
31
  This is the maintained version of the `pulse` gem.'
@@ -68,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
63
  version: '0'
69
64
  requirements: []
70
65
  rubyforge_project:
71
- rubygems_version: 1.8.23
66
+ rubygems_version: 1.8.10
72
67
  signing_key:
73
68
  specification_version: 3
74
69
  summary: Adds a pulse URL that pings the DB to a Rails app.