mongodb_logger 0.5.0 → 0.5.1

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.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.5.1
2
+
3
+ * Fixed params info in info box
4
+
1
5
  ## v0.5.0
2
6
 
3
7
  * Moved to new rspec and cucumber testing, fixed testing in travis
@@ -19,7 +19,7 @@
19
19
  </div> <!-- phs -->
20
20
  <h2 class="phs mtm mbs">Params</h2>
21
21
  <div class="phs max-size-code">
22
- <pre><code>{{params}}</code></pre>
22
+ <pre><code>{{{params}}}</code></pre>
23
23
  </div> <!-- phs -->
24
24
  </div> <!-- pas -->
25
25
  {{/log}}
@@ -1,3 +1,3 @@
1
1
  module MongodbLogger
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongodb_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -546,7 +546,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
546
546
  version: '0'
547
547
  segments:
548
548
  - 0
549
- hash: -1140087102498880128
549
+ hash: 4504006643274031863
550
550
  required_rubygems_version: !ruby/object:Gem::Requirement
551
551
  none: false
552
552
  requirements:
@@ -555,7 +555,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
555
555
  version: '0'
556
556
  segments:
557
557
  - 0
558
- hash: -1140087102498880128
558
+ hash: 4504006643274031863
559
559
  requirements: []
560
560
  rubyforge_project: mongodb_logger
561
561
  rubygems_version: 1.8.25