rack_timer 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,3 +1,3 @@
1
1
  module RackTimer
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/rack_timer.gemspec CHANGED
@@ -6,8 +6,8 @@ Gem::Specification.new do |s|
6
6
  s.name = "rack_timer"
7
7
  s.version = RackTimer::VERSION
8
8
  s.authors = ["lukeludwig"]
9
- s.email = ["luke.ludwig@tstmedia.com"]
10
- s.homepage = "http://www.github.com/tstmedia/rack_timer"
9
+ s.email = ["luke@lukeludwig.com"]
10
+ s.homepage = "http://www.github.com/lukeludwig/rack_timer"
11
11
  s.summary = %q{Provides timing output around each of your Rails rack-based middleware classes.}
12
12
  s.description = %q{Provides timing output around each of your Rails rack-based middleware classes.}
13
13
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack_timer
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - lukeludwig
@@ -15,12 +15,12 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-03-05 00:00:00 Z
18
+ date: 2012-03-07 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: Provides timing output around each of your Rails rack-based middleware classes.
22
22
  email:
23
- - luke.ludwig@tstmedia.com
23
+ - luke@lukeludwig.com
24
24
  executables: []
25
25
 
26
26
  extensions: []
@@ -36,7 +36,7 @@ files:
36
36
  - lib/rack_timer/stack.rb
37
37
  - lib/rack_timer/version.rb
38
38
  - rack_timer.gemspec
39
- homepage: http://www.github.com/tstmedia/rack_timer
39
+ homepage: http://www.github.com/lukeludwig/rack_timer
40
40
  licenses: []
41
41
 
42
42
  post_install_message: