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 +1 -1
- data/lib/mongo/rails/instrumentation/version.rb +1 -1
- data/mongo-rails-instrumentation.gemspec +1 -1
- metadata +5 -5
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/
|
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.
|
@@ -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://
|
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:
|
4
|
+
hash: 31
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
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-
|
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://
|
45
|
+
homepage: http://github.com/freerange/mongo-rails-instrumentation
|
46
46
|
licenses: []
|
47
47
|
|
48
48
|
post_install_message:
|