mordor-auditing 0.0.22 → 0.0.23

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.
Files changed (3) hide show
  1. data/Gemfile +3 -0
  2. data/auditing.gemspec +1 -1
  3. metadata +3 -3
data/Gemfile CHANGED
@@ -1,6 +1,9 @@
1
1
  source "http://rubygems.org"
2
2
  gem "bundler", "> 1.0.0"
3
3
  gem "rake"
4
+ gem "extlib"
5
+ gem "json"
6
+ gem "mongo"
4
7
  gem "mordor"
5
8
 
6
9
  group :test do
data/auditing.gemspec CHANGED
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
2
2
  s.name = "mordor-auditing"
3
3
 
4
4
  # Do not set the version and date field manually, this is done by the release script
5
- s.version = "0.0.22"
5
+ s.version = "0.0.23"
6
6
  s.date = "2013-01-23"
7
7
 
8
8
  s.summary = "mordor-auditing"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mordor-auditing
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
4
+ hash: 49
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 22
10
- version: 0.0.22
9
+ - 23
10
+ version: 0.0.23
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jan-Willem Koelewijn