fitter-happier 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.
@@ -1,7 +1,7 @@
1
1
  FitterHappier
2
2
  =============
3
3
 
4
- FitterHappier is a Rails plug-in that provides actions for monitoring site and/or database availability. FitterHappier's monitoring controller disables unnecessary Rails features, like sessions, layouts, and logging, for lightning-fast monitoring URIs.
4
+ FitterHappier provides actions for monitoring a rails site and database availability. FitterHappier's monitoring controller disables unnecessary Rails features, like sessions, layouts, and logging, for lightning-fast monitoring URIs.
5
5
 
6
6
  FitterHappier provides three monitoring URIs
7
7
 
@@ -17,9 +17,8 @@ FitterHappier provides three monitoring URIs
17
17
 
18
18
  Installation
19
19
  ============
20
-
21
- % cd vendor/plugins
22
- % git clone git://github.com/atmos/fitter_happier.git
20
+ Add the following to your gemfile
21
+ gem 'fitter-happier'
23
22
 
24
23
  Uptime Monitoring
25
24
  =================
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fitter-happier
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:
@@ -11,24 +11,23 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2011-09-16 00:00:00.000000000Z
14
+ date: 2011-09-30 00:00:00.000000000Z
15
15
  dependencies: []
16
- description: FitterHappier is a Rails plug-in that provides actions for monitoring
17
- site and/or database availability.
16
+ description: send bug reports to http://github.com/zspencer/fitter-happier/
18
17
  email:
19
18
  - zspencer@zacharyspencer.com
20
19
  executables: []
21
20
  extensions: []
22
21
  extra_rdoc_files: []
23
22
  files:
24
- - lib/fitter_happier.rb
23
+ - lib/fitter-happier.rb
25
24
  - app/controllers/fitter_happier_controller.rb
26
25
  - config/routes.rb
27
26
  - rails/init.rb
28
27
  - CHANGELOG
29
28
  - MIT-LICENSE
30
29
  - README.mdown
31
- homepage: https://github.com/jmoses/fitter-happier
30
+ homepage: https://github.com/zspencer/fitter-happier
32
31
  licenses: []
33
32
  post_install_message:
34
33
  rdoc_options: []
@@ -51,6 +50,6 @@ rubyforge_project:
51
50
  rubygems_version: 1.8.6
52
51
  signing_key:
53
52
  specification_version: 3
54
- summary: FitterHappier is a Rails plug-in that provides actions for monitoring site
55
- and/or database availability.
53
+ summary: FitterHappier is a plug-in that provides actions for monitoring site and/or
54
+ database availability for rails apps.
56
55
  test_files: []