mordor-auditing 0.0.20 → 0.0.21
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/.gitignore +1 -0
- data/auditing.gemspec +2 -2
- metadata +3 -4
- data/Gemfile.lock +0 -31
data/.gitignore
CHANGED
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.
|
|
5
|
+
s.version = "0.0.21"
|
|
6
6
|
s.date = "2013-01-22"
|
|
7
7
|
|
|
8
8
|
s.summary = "mordor-auditing"
|
|
@@ -19,5 +19,5 @@ Gem::Specification.new do |s|
|
|
|
19
19
|
|
|
20
20
|
# The files and test_files directives are set automatically by the release script.
|
|
21
21
|
# Do not change them by hand, but make sure to add the files to the git repository.
|
|
22
|
-
s.files = %w(.gitignore .travis.yml Gemfile
|
|
22
|
+
s.files = %w(.gitignore .travis.yml Gemfile LICENSE README.md Rakefile auditing.gemspec lib/auditing.rb lib/auditing/modification.rb lib/auditing/request.rb lib/auditing/version.rb spec/auditing/modification_spec.rb spec/auditing/request_spec.rb spec/spec.opts spec/spec_helper.rb tasks/github-gem.rake)
|
|
23
23
|
end
|
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:
|
|
4
|
+
hash: 53
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 21
|
|
10
|
+
version: 0.0.21
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jan-Willem Koelewijn
|
|
@@ -62,7 +62,6 @@ files:
|
|
|
62
62
|
- .gitignore
|
|
63
63
|
- .travis.yml
|
|
64
64
|
- Gemfile
|
|
65
|
-
- Gemfile.lock
|
|
66
65
|
- LICENSE
|
|
67
66
|
- README.md
|
|
68
67
|
- Rakefile
|
data/Gemfile.lock
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
GEM
|
|
2
|
-
remote: http://rubygems.org/
|
|
3
|
-
specs:
|
|
4
|
-
bson (1.8.2)
|
|
5
|
-
diff-lcs (1.1.3)
|
|
6
|
-
extlib (0.9.16)
|
|
7
|
-
json (1.7.6)
|
|
8
|
-
mongo (1.8.2)
|
|
9
|
-
bson (~> 1.8.2)
|
|
10
|
-
mordor (0.2.17)
|
|
11
|
-
extlib
|
|
12
|
-
json
|
|
13
|
-
mongo
|
|
14
|
-
rake (10.0.3)
|
|
15
|
-
rspec (2.12.0)
|
|
16
|
-
rspec-core (~> 2.12.0)
|
|
17
|
-
rspec-expectations (~> 2.12.0)
|
|
18
|
-
rspec-mocks (~> 2.12.0)
|
|
19
|
-
rspec-core (2.12.2)
|
|
20
|
-
rspec-expectations (2.12.1)
|
|
21
|
-
diff-lcs (~> 1.1.3)
|
|
22
|
-
rspec-mocks (2.12.1)
|
|
23
|
-
|
|
24
|
-
PLATFORMS
|
|
25
|
-
ruby
|
|
26
|
-
|
|
27
|
-
DEPENDENCIES
|
|
28
|
-
bundler (> 1.0.0)
|
|
29
|
-
mordor
|
|
30
|
-
rake
|
|
31
|
-
rspec (~> 2.0)
|