heroku-request-id 0.0.5 → 0.0.6

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.
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["jeremy@octolabs.com"]
11
11
  spec.description = %q{Simple Rack middleware to log the heroku request id and write it to the end of html requests. Both optionally, of course.}
12
12
  spec.summary = %q{Simple Rack middleware to log the heroku request id and write it to the end of html requests. Both optionally, of course.}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/Octo-Labs/heroku-request-id"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module HerokuRequestId
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heroku-request-id
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-21 00:00:00.000000000 Z
12
+ date: 2013-03-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -97,7 +97,7 @@ files:
97
97
  - spec/heroku-request-id/middleware_spec.rb
98
98
  - spec/spec_helper.rb
99
99
  - spec/support/capture_stdout.rb
100
- homepage: ''
100
+ homepage: https://github.com/Octo-Labs/heroku-request-id
101
101
  licenses:
102
102
  - MIT
103
103
  post_install_message:
@@ -112,7 +112,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
112
112
  version: '0'
113
113
  segments:
114
114
  - 0
115
- hash: -2876837708973814702
115
+ hash: 3422138691376202609
116
116
  required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  none: false
118
118
  requirements:
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  version: '0'
122
122
  segments:
123
123
  - 0
124
- hash: -2876837708973814702
124
+ hash: 3422138691376202609
125
125
  requirements: []
126
126
  rubyforge_project:
127
127
  rubygems_version: 1.8.24