mongo-rails-instrumentation 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -11,4 +11,4 @@ To use, just add the gem to your Gemfile and restart your app:
11
11
 
12
12
  It's been tested with rails 3.0, and should work with rails 3.1 too.
13
13
 
14
- This gem's home is on github at https://github.com/tomafro/mongo-rails-instrumentation, so please add comments, suggestions and improvements there. All code is released under the MIT License.
14
+ This gem's home is on github at https://github.com/freerange/mongo-rails-instrumentation, so please add comments, suggestions and improvements there. All code is released under the MIT License.
@@ -1,7 +1,7 @@
1
1
  module Mongo
2
2
  module Rails
3
3
  module Instrumentation
4
- VERSION = '0.2.3'
4
+ VERSION = '0.2.4'
5
5
  end
6
6
  end
7
7
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Tom Ward"]
10
10
  s.email = ["tom@popdog.net"]
11
- s.homepage = "http://tomafro.net"
11
+ s.homepage = "http://github.com/freerange/mongo-rails-instrumentation"
12
12
  s.summary = %q{Records time spent in mongo and adds to request logs}
13
13
  s.description = %q{Records time spent in mongo and adds to request logs}
14
14
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongo-rails-instrumentation
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Ward
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-17 00:00:00 +01:00
18
+ date: 2011-05-18 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -42,7 +42,7 @@ files:
42
42
  - lib/mongo/rails/instrumentation/version.rb
43
43
  - mongo-rails-instrumentation.gemspec
44
44
  has_rdoc: true
45
- homepage: http://tomafro.net
45
+ homepage: http://github.com/freerange/mongo-rails-instrumentation
46
46
  licenses: []
47
47
 
48
48
  post_install_message: