public
Description: Pulse adds an action to your rails app that can be used for external health checking
Homepage:
Clone URL: git://github.com/jnewland/pulse.git
(author)
Fri Mar 20 13:24:35 -0700 2009
Jesse Newland (committer)
Mon Jun 08 15:53:44 -0700 2009
pulse / pulse.gemspec
100644 24 lines (20 sloc) 0.543 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Gem::Specification.new do |s|
  s.name = %q{pulse}
  s.version = "0.4.2"
  s.authors = ["Paul Gross", "Jesse Newland"]
  s.date = %q{2008-10-03}
  s.description = s.summary = %q{Adds a pulse action to a Rails app}
  s.email = %q{jnewland@gmail.com}
  s.homepage = %q{http://github.com/jnewland/pulse}
 
  s.files = [
    "init.rb",
    "lib/pulse.rb",
    "lib/pulse_controller.rb",
    "lib/pulse_helper.rb",
    "lib/routes.rb",
    "README.textile"
  ]
  s.require_paths = ["lib"]
 
  s.has_rdoc = false
 
  s.rubygems_version = %q{1.2.0}
end