rack_proctitle 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.md +1 -1
  2. metadata +1 -1
data/README.md CHANGED
@@ -17,7 +17,7 @@ Concept and output formatting is based on Alexander Staubo’s [mongrel\_proctit
17
17
 
18
18
  In some file somewhere (optional):
19
19
 
20
- APPLICATION_VERSION = File.read(File.join(RAILS\_ROOT, “REVISION”))[0,6] # if you use Capistrano, which creates a REVISION file for you.
20
+ APPLICATION_VERSION = File.read(File.join(RAILS_ROOT, “REVISION”))[0,6] # if you use Capistrano, which creates a REVISION file for you.
21
21
 
22
22
  In your rackup file (prefix is optional):
23
23
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack_proctitle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arya Asemanfar