central_logger 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +8 -8
- data/VERSION +1 -1
- data/central_logger.gemspec +2 -2
- metadata +3 -3
data/Gemfile.lock
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
activesupport (3.0.
|
4
|
+
activesupport (3.0.6)
|
5
5
|
archive-tar-minitar (0.5.2)
|
6
|
-
bson (1.
|
7
|
-
bson_ext (1.
|
6
|
+
bson (1.3.0)
|
7
|
+
bson_ext (1.3.0)
|
8
8
|
columnize (0.3.2)
|
9
9
|
git (1.2.5)
|
10
10
|
i18n (0.5.0)
|
@@ -12,13 +12,13 @@ GEM
|
|
12
12
|
bundler (~> 1.0.0)
|
13
13
|
git (>= 1.2.5)
|
14
14
|
rake
|
15
|
-
linecache19 (0.5.
|
15
|
+
linecache19 (0.5.12)
|
16
16
|
ruby_core_source (>= 0.1.4)
|
17
17
|
mocha (0.9.12)
|
18
|
-
mongo (1.
|
19
|
-
bson (>= 1.
|
18
|
+
mongo (1.3.0)
|
19
|
+
bson (>= 1.3.0)
|
20
20
|
rake (0.8.7)
|
21
|
-
ruby-debug-base19 (0.11.
|
21
|
+
ruby-debug-base19 (0.11.25)
|
22
22
|
columnize (>= 0.3.1)
|
23
23
|
linecache19 (>= 0.5.11)
|
24
24
|
ruby_core_source (>= 0.1.4)
|
@@ -26,7 +26,7 @@ GEM
|
|
26
26
|
columnize (>= 0.3.1)
|
27
27
|
linecache19 (>= 0.5.11)
|
28
28
|
ruby-debug-base19 (>= 0.11.19)
|
29
|
-
ruby_core_source (0.1.
|
29
|
+
ruby_core_source (0.1.5)
|
30
30
|
archive-tar-minitar (>= 0.5.2)
|
31
31
|
shoulda (2.11.3)
|
32
32
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.3
|
data/central_logger.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{central_logger}
|
8
|
-
s.version = "0.3.
|
8
|
+
s.version = "0.3.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Phil Burrows", "Alex Stupka"]
|
12
|
-
s.date = %q{2011-
|
12
|
+
s.date = %q{2011-04-12}
|
13
13
|
s.description = %q{Centralized logging for rails apps using MongoDB. The idea and the core code is from http://github.com/peburrows/central_logger}
|
14
14
|
s.email = %q{astupka@customink.com}
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 3
|
8
|
-
-
|
9
|
-
version: 0.3.
|
8
|
+
- 3
|
9
|
+
version: 0.3.3
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Phil Burrows
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-04-12 00:00:00 -04:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|