adapter-mongo 0.5.3 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
1
  pkg/*
2
2
  *.gem
3
3
  .bundle
4
+ log/*
data/Gemfile CHANGED
@@ -9,8 +9,4 @@ group(:development) do
9
9
  gem 'i18n', '0.5.0'
10
10
  gem 'activesupport', '~> 3', :require => 'active_support'
11
11
  gem 'bson_ext', :require => false
12
- gem 'SystemTimer', :platform => :ruby_18
13
-
14
- gem 'ruby-debug', :platform => :ruby_18
15
- gem 'ruby-debug19', :platform => :ruby_19, :require => 'ruby-debug'
16
- end
12
+ end
data/Gemfile.lock CHANGED
@@ -1,30 +1,24 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- adapter-mongo (0.5.2)
5
- adapter (~> 0.5.1)
6
- mongo (~> 1.5.0)
4
+ adapter-mongo (0.5.4)
5
+ adapter (~> 0.5)
6
+ mongo (~> 1.5)
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
11
- SystemTimer (1.2.1)
12
11
  activesupport (3.0.3)
13
12
  adapter (0.5.2)
14
- archive-tar-minitar (0.5.2)
15
13
  bson (1.5.2)
16
14
  bson_ext (1.5.2)
17
15
  bson (= 1.5.2)
18
- columnize (0.3.2)
19
16
  diff-lcs (1.1.2)
20
17
  i18n (0.5.0)
21
- linecache (0.43)
22
- linecache19 (0.5.11)
23
- ruby_core_source (>= 0.1.4)
24
18
  log_buddy (0.5.0)
25
19
  mongo (1.5.2)
26
20
  bson (= 1.5.2)
27
- rake (0.8.7)
21
+ rake (0.9.2.2)
28
22
  rspec (2.4.0)
29
23
  rspec-core (~> 2.4.0)
30
24
  rspec-expectations (~> 2.4.0)
@@ -33,28 +27,12 @@ GEM
33
27
  rspec-expectations (2.4.0)
34
28
  diff-lcs (~> 1.1.2)
35
29
  rspec-mocks (2.4.0)
36
- ruby-debug (0.10.4)
37
- columnize (>= 0.1)
38
- ruby-debug-base (~> 0.10.4.0)
39
- ruby-debug-base (0.10.4)
40
- linecache (>= 0.3)
41
- ruby-debug-base19 (0.11.24)
42
- columnize (>= 0.3.1)
43
- linecache19 (>= 0.5.11)
44
- ruby_core_source (>= 0.1.4)
45
- ruby-debug19 (0.11.6)
46
- columnize (>= 0.3.1)
47
- linecache19 (>= 0.5.11)
48
- ruby-debug-base19 (>= 0.11.19)
49
- ruby_core_source (0.1.4)
50
- archive-tar-minitar (>= 0.5.2)
51
30
  timecop (0.3.5)
52
31
 
53
32
  PLATFORMS
54
33
  ruby
55
34
 
56
35
  DEPENDENCIES
57
- SystemTimer
58
36
  activesupport (~> 3)
59
37
  adapter-mongo!
60
38
  bson_ext
@@ -62,6 +40,4 @@ DEPENDENCIES
62
40
  log_buddy (~> 0.5.0)
63
41
  rake
64
42
  rspec (~> 2.3)
65
- ruby-debug
66
- ruby-debug19
67
43
  timecop (~> 0.3.5)
@@ -17,6 +17,6 @@ Gem::Specification.new do |s|
17
17
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
18
18
  s.require_paths = ["lib"]
19
19
 
20
- s.add_dependency 'adapter', '~> 0.5.1'
21
- s.add_dependency 'mongo', '~> 1.5.0'
20
+ s.add_dependency 'adapter', '~> 0.5'
21
+ s.add_dependency 'mongo', '~> 1.5'
22
22
  end
@@ -1,5 +1,5 @@
1
1
  module Adapter
2
2
  module Mongo
3
- VERSION = "0.5.3"
3
+ VERSION = "0.5.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adapter-mongo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 3
10
- version: 0.5.3
9
+ - 4
10
+ version: 0.5.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - John Nunemaker
@@ -15,40 +15,38 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-01-20 00:00:00 Z
18
+ date: 2012-04-20 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
- name: adapter
21
+ type: :runtime
22
22
  prerelease: false
23
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
24
  none: false
25
25
  requirements:
26
26
  - - ~>
27
27
  - !ruby/object:Gem::Version
28
- hash: 9
28
+ hash: 1
29
29
  segments:
30
30
  - 0
31
31
  - 5
32
- - 1
33
- version: 0.5.1
34
- type: :runtime
32
+ version: "0.5"
35
33
  version_requirements: *id001
34
+ name: adapter
36
35
  - !ruby/object:Gem::Dependency
37
- name: mongo
36
+ type: :runtime
38
37
  prerelease: false
39
38
  requirement: &id002 !ruby/object:Gem::Requirement
40
39
  none: false
41
40
  requirements:
42
41
  - - ~>
43
42
  - !ruby/object:Gem::Version
44
- hash: 3
43
+ hash: 5
45
44
  segments:
46
45
  - 1
47
46
  - 5
48
- - 0
49
- version: 1.5.0
50
- type: :runtime
47
+ version: "1.5"
51
48
  version_requirements: *id002
49
+ name: mongo
52
50
  description: Adapter for mongo
53
51
  email:
54
52
  - nunemaker@gmail.com
@@ -70,7 +68,6 @@ files:
70
68
  - lib/adapter-mongo.rb
71
69
  - lib/adapter/mongo.rb
72
70
  - lib/adapter/mongo/version.rb
73
- - log/test.log
74
71
  - spec/helper.rb
75
72
  - spec/mongo_spec.rb
76
73
  homepage: ""
data/log/test.log DELETED
@@ -1,101 +0,0 @@
1
- # Logfile created on Thu Feb 03 09:08:05 -0500 2011 by logger.rb
2
- D, [2011-02-03T09:10:58.204661 #18222] DEBUG -- : key = "key"
3
-
4
- D, [2011-02-03T09:10:58.209325 #18222] DEBUG -- : key = "key"
5
-
6
- D, [2011-02-03T09:10:58.211837 #18222] DEBUG -- : key = "key"
7
-
8
- D, [2011-02-03T09:10:58.214308 #18222] DEBUG -- : key = "key"
9
-
10
- D, [2011-02-03T09:10:58.216590 #18222] DEBUG -- : key = "key"
11
-
12
- D, [2011-02-03T09:10:58.218848 #18222] DEBUG -- : key = "key"
13
-
14
- D, [2011-02-03T09:10:58.221382 #18222] DEBUG -- : key = "key"
15
-
16
- D, [2011-02-03T09:10:58.224140 #18222] DEBUG -- : key = "key"
17
-
18
- D, [2011-02-03T09:10:58.226556 #18222] DEBUG -- : key = "key"
19
-
20
- D, [2011-02-03T09:10:58.229142 #18222] DEBUG -- : key = "key"
21
-
22
- D, [2011-02-03T09:10:58.231546 #18222] DEBUG -- : key = "key"
23
-
24
- D, [2011-02-03T09:10:58.233860 #18222] DEBUG -- : key = "key"
25
-
26
- D, [2011-02-03T09:10:58.236431 #18222] DEBUG -- : key = "key"
27
-
28
- D, [2011-02-03T09:10:58.242707 #18222] DEBUG -- : key = "key"
29
-
30
- D, [2011-02-03T09:10:58.245981 #18222] DEBUG -- : key = "key"
31
-
32
- D, [2011-02-03T09:10:58.249845 #18222] DEBUG -- : key = #<struct #<Class:0x10108ca80> foo=:bar>
33
-
34
- D, [2011-02-03T09:10:58.253667 #18222] DEBUG -- : key = #<struct #<Class:0x101084a60> foo=:bar>
35
-
36
- D, [2011-02-03T09:10:58.263219 #18222] DEBUG -- : key = #<struct #<Class:0x101070ee8> foo=:bar>
37
-
38
- D, [2011-02-03T09:10:58.266937 #18222] DEBUG -- : key = #<struct #<Class:0x101068ba8> foo=:bar>
39
-
40
- D, [2011-02-03T09:11:55.657172 #18355] DEBUG -- : key = "key"
41
-
42
- D, [2011-02-03T09:11:55.657825 #18355] DEBUG -- : doc = {"_id"=>"key", "value"=>{"foo"=>:bar}}
43
-
44
- D, [2011-02-03T09:11:55.663921 #18355] DEBUG -- : key = "key"
45
-
46
- D, [2011-02-03T09:11:55.666827 #18355] DEBUG -- : key = "key"
47
-
48
- D, [2011-02-03T09:11:55.667326 #18355] DEBUG -- : doc = {"_id"=>"key", "value"=>"value"}
49
-
50
- D, [2011-02-03T09:11:55.670437 #18355] DEBUG -- : key = "key"
51
-
52
- D, [2011-02-03T09:11:55.671005 #18355] DEBUG -- : doc = {"_id"=>"key", "value"=>"value"}
53
-
54
- D, [2011-02-03T09:11:55.673365 #18355] DEBUG -- : key = "key"
55
-
56
- D, [2011-02-03T09:11:55.673866 #18355] DEBUG -- : doc = {"_id"=>"key", "value"=>{"foo"=>:bar}}
57
-
58
- D, [2011-02-03T09:11:55.676317 #18355] DEBUG -- : key = "key"
59
-
60
- D, [2011-02-03T09:11:55.679298 #18355] DEBUG -- : key = "key"
61
-
62
- D, [2011-02-03T09:11:55.679806 #18355] DEBUG -- : doc = {"_id"=>"key", "value"=>"value"}
63
-
64
- D, [2011-02-03T09:11:55.682394 #18355] DEBUG -- : key = "key"
65
-
66
- D, [2011-02-03T09:11:55.682914 #18355] DEBUG -- : doc = {"_id"=>"key", "value"=>"value"}
67
-
68
- D, [2011-02-03T09:11:55.685868 #18355] DEBUG -- : key = "key"
69
-
70
- D, [2011-02-03T09:11:55.689148 #18355] DEBUG -- : key = "key"
71
-
72
- D, [2011-02-03T09:11:55.690046 #18355] DEBUG -- : key = "key2"
73
-
74
- D, [2011-02-03T09:11:55.693727 #18355] DEBUG -- : key = "key"
75
-
76
- D, [2011-02-03T09:11:55.694439 #18355] DEBUG -- : key = "key"
77
-
78
- D, [2011-02-03T09:11:55.697517 #18355] DEBUG -- : key = "key"
79
-
80
- D, [2011-02-03T09:11:55.698093 #18355] DEBUG -- : key = "key"
81
-
82
- D, [2011-02-03T09:11:55.700749 #18355] DEBUG -- : key = "key"
83
-
84
- D, [2011-02-03T09:11:55.701243 #18355] DEBUG -- : doc = {"_id"=>"key", "value"=>"value"}
85
-
86
- D, [2011-02-03T09:11:55.703567 #18355] DEBUG -- : key = "key"
87
-
88
- D, [2011-02-03T09:11:55.704074 #18355] DEBUG -- : doc = {"_id"=>"key", "value"=>"value2"}
89
-
90
- D, [2011-02-03T09:11:55.708152 #18355] DEBUG -- : key = "key"
91
-
92
- D, [2011-02-03T09:11:55.708842 #18355] DEBUG -- : doc = {"_id"=>"key", "value"=>"value"}
93
-
94
- D, [2011-02-03T09:11:55.712637 #18355] DEBUG -- : key = #<struct #<Class:0x10103a5a0> foo=:bar>
95
-
96
- D, [2011-02-03T09:11:55.716432 #18355] DEBUG -- : key = #<struct #<Class:0x101032f58> foo=:bar>
97
-
98
- D, [2011-02-03T09:11:55.725740 #18355] DEBUG -- : key = #<struct #<Class:0x10101dec8> foo=:bar>
99
-
100
- D, [2011-02-03T09:11:55.729651 #18355] DEBUG -- : key = #<struct #<Class:0x1010162b8> foo=:bar>
101
-