simple_status 0.0.1 → 0.0.2

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.
@@ -13,6 +13,10 @@ module SimpleStatus
13
13
  Mongoid.default_session.command(ping: 1)
14
14
  end
15
15
 
16
+ if defined? ActiveRecord::Base
17
+ ActiveRecord::Base.connected?
18
+ end
19
+
16
20
  "OK"
17
21
  end
18
22
  end
@@ -1,3 +1,3 @@
1
1
  module SimpleStatus
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "simple_status"
8
8
  spec.version = SimpleStatus::VERSION
9
9
  spec.authors = ["David Rubin"]
10
- spec.email = ["david@fireid.com"]
10
+ spec.email = ["davidrub@gmail.com"]
11
11
  spec.description = %q{Adds very simple status checks to rails apps}
12
12
  spec.summary = %q{Simple Status}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/drubin/simple_status"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_status
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -61,7 +61,7 @@ dependencies:
61
61
  version: '0'
62
62
  description: Adds very simple status checks to rails apps
63
63
  email:
64
- - david@fireid.com
64
+ - davidrub@gmail.com
65
65
  executables: []
66
66
  extensions: []
67
67
  extra_rdoc_files: []
@@ -75,7 +75,7 @@ files:
75
75
  - lib/simple_status/application.rb
76
76
  - lib/simple_status/version.rb
77
77
  - simple_status.gemspec
78
- homepage: ''
78
+ homepage: https://github.com/drubin/simple_status
79
79
  licenses:
80
80
  - MIT
81
81
  post_install_message: