heart_beat 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/config/routes.rb +3 -0
  3. data/lib/heart_beat.rb +5 -0
  4. metadata +45 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 79d6f64332ec739beca2545821febf9d18105ed4
4
+ data.tar.gz: e23a53a9f87dd34bdddafdcbd84325b8d329cd6d
5
+ SHA512:
6
+ metadata.gz: b49075de4996f1a4caae8c912a24620369a902a7c5c8dd3b5798098a3920b1eb8188cfd834b6d0036472300d7493bc40a3ff79968a0c0d00df5b6265e09ca0b7
7
+ data.tar.gz: bd8edc0385290e48db27903eeede7b19a920624add56f34821006bd85b19c16bdf12a43bee91c0b9efcf61cdf90354be0abfa299e1f0c9cdd8f4aaca28ea15d3
@@ -0,0 +1,3 @@
1
+ HeartBeat::Engine.routes.draw do
2
+ get 'heart_beat' => 'heart_beatings#is_life'
3
+ end
@@ -0,0 +1,5 @@
1
+ require 'heart_beat/engine'
2
+ module HeartBeat
3
+
4
+ class Engine < Rails::Engine; end
5
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: heart_beat
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Hari Kumar
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-11-17 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: To dedicate this gem success dart
14
+ email:
15
+ - hari.kumar@ruby-software.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - config/routes.rb
21
+ - lib/heart_beat.rb
22
+ homepage: https://github.com/harikumar8984/heart_beat
23
+ licenses: []
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.4.5
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Check our application is functioning
45
+ test_files: []