bullet 4.1.1 → 4.2.0
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 +2 -1
- data/Gemfile.rails-4-beta +19 -0
- data/README.textile +17 -35
- data/README_for_rails2.textile +4 -0
- data/bullet.gemspec +1 -1
- data/lib/bullet/dependency.rb +5 -1
- data/lib/bullet/mongoid24.rb +5 -3
- data/lib/bullet/mongoid3.rb +5 -3
- data/lib/bullet/notification/base.rb +6 -1
- data/lib/bullet/rack.rb +2 -2
- data/lib/bullet/version.rb +1 -2
- data/lib/bullet.rb +2 -2
- data/spec/bullet/rack_spec.rb +6 -0
- data/spec/integration/mongoid/association_spec.rb +14 -0
- data/spec/models/mongoid/post.rb +2 -0
- data/spec/models/mongoid/user.rb +3 -0
- data/spec/support/mongo_seed.rb +4 -0
- data/test.sh +1 -0
- metadata +10 -12
- data/Gemfile.lock +0 -129
- data/Gemfile.rails-2.3.14.lock +0 -65
- data/Gemfile.rails-3.0.13.lock +0 -116
- data/Gemfile.rails-3.1.5.lock +0 -134
- data/test.result +0 -2293
data/Gemfile.rails-3.0.13.lock
DELETED
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
bullet (4.1.1)
|
|
5
|
-
uniform_notifier (~> 1.0.0)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: http://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
abstract (1.0.0)
|
|
11
|
-
actionmailer (3.0.13)
|
|
12
|
-
actionpack (= 3.0.13)
|
|
13
|
-
mail (~> 2.2.19)
|
|
14
|
-
actionpack (3.0.13)
|
|
15
|
-
activemodel (= 3.0.13)
|
|
16
|
-
activesupport (= 3.0.13)
|
|
17
|
-
builder (~> 2.1.2)
|
|
18
|
-
erubis (~> 2.6.6)
|
|
19
|
-
i18n (~> 0.5.0)
|
|
20
|
-
rack (~> 1.2.5)
|
|
21
|
-
rack-mount (~> 0.6.14)
|
|
22
|
-
rack-test (~> 0.5.7)
|
|
23
|
-
tzinfo (~> 0.3.23)
|
|
24
|
-
activemodel (3.0.13)
|
|
25
|
-
activesupport (= 3.0.13)
|
|
26
|
-
builder (~> 2.1.2)
|
|
27
|
-
i18n (~> 0.5.0)
|
|
28
|
-
activerecord (3.0.13)
|
|
29
|
-
activemodel (= 3.0.13)
|
|
30
|
-
activesupport (= 3.0.13)
|
|
31
|
-
arel (~> 2.0.10)
|
|
32
|
-
tzinfo (~> 0.3.23)
|
|
33
|
-
activerecord-import (0.2.9)
|
|
34
|
-
activerecord (~> 3.0)
|
|
35
|
-
activerecord (~> 3.0)
|
|
36
|
-
activeresource (3.0.13)
|
|
37
|
-
activemodel (= 3.0.13)
|
|
38
|
-
activesupport (= 3.0.13)
|
|
39
|
-
activesupport (3.0.13)
|
|
40
|
-
arel (2.0.10)
|
|
41
|
-
bson (1.6.2)
|
|
42
|
-
bson_ext (1.6.2)
|
|
43
|
-
bson (~> 1.6.2)
|
|
44
|
-
builder (2.1.2)
|
|
45
|
-
diff-lcs (1.1.3)
|
|
46
|
-
erubis (2.6.6)
|
|
47
|
-
abstract (>= 1.0.0)
|
|
48
|
-
ffi (1.0.11)
|
|
49
|
-
guard (1.0.2)
|
|
50
|
-
ffi (>= 0.5.0)
|
|
51
|
-
thor (~> 0.14.6)
|
|
52
|
-
guard-rspec (0.7.0)
|
|
53
|
-
guard (>= 0.10.0)
|
|
54
|
-
i18n (0.5.0)
|
|
55
|
-
json (1.7.3)
|
|
56
|
-
mail (2.2.19)
|
|
57
|
-
activesupport (>= 2.3.6)
|
|
58
|
-
i18n (>= 0.4.0)
|
|
59
|
-
mime-types (~> 1.16)
|
|
60
|
-
treetop (~> 1.4.8)
|
|
61
|
-
mime-types (1.18)
|
|
62
|
-
mysql (2.8.1)
|
|
63
|
-
perftools.rb (2.0.0)
|
|
64
|
-
polyglot (0.3.3)
|
|
65
|
-
rack (1.2.5)
|
|
66
|
-
rack-mount (0.6.14)
|
|
67
|
-
rack (>= 1.0.0)
|
|
68
|
-
rack-test (0.5.7)
|
|
69
|
-
rack (>= 1.0)
|
|
70
|
-
rails (3.0.13)
|
|
71
|
-
actionmailer (= 3.0.13)
|
|
72
|
-
actionpack (= 3.0.13)
|
|
73
|
-
activerecord (= 3.0.13)
|
|
74
|
-
activeresource (= 3.0.13)
|
|
75
|
-
activesupport (= 3.0.13)
|
|
76
|
-
bundler (~> 1.0)
|
|
77
|
-
railties (= 3.0.13)
|
|
78
|
-
railties (3.0.13)
|
|
79
|
-
actionpack (= 3.0.13)
|
|
80
|
-
activesupport (= 3.0.13)
|
|
81
|
-
rake (>= 0.8.7)
|
|
82
|
-
rdoc (~> 3.4)
|
|
83
|
-
thor (~> 0.14.4)
|
|
84
|
-
rake (0.9.2.2)
|
|
85
|
-
rdoc (3.12)
|
|
86
|
-
json (~> 1.4)
|
|
87
|
-
rspec (2.10.0)
|
|
88
|
-
rspec-core (~> 2.10.0)
|
|
89
|
-
rspec-expectations (~> 2.10.0)
|
|
90
|
-
rspec-mocks (~> 2.10.0)
|
|
91
|
-
rspec-core (2.10.0)
|
|
92
|
-
rspec-expectations (2.10.0)
|
|
93
|
-
diff-lcs (~> 1.1.3)
|
|
94
|
-
rspec-mocks (2.10.1)
|
|
95
|
-
sqlite3 (1.3.6)
|
|
96
|
-
thor (0.14.6)
|
|
97
|
-
treetop (1.4.10)
|
|
98
|
-
polyglot
|
|
99
|
-
polyglot (>= 0.3.1)
|
|
100
|
-
tzinfo (0.3.33)
|
|
101
|
-
uniform_notifier (1.0.2)
|
|
102
|
-
|
|
103
|
-
PLATFORMS
|
|
104
|
-
ruby
|
|
105
|
-
|
|
106
|
-
DEPENDENCIES
|
|
107
|
-
activerecord-import
|
|
108
|
-
bson_ext
|
|
109
|
-
bullet!
|
|
110
|
-
guard
|
|
111
|
-
guard-rspec
|
|
112
|
-
mysql
|
|
113
|
-
perftools.rb
|
|
114
|
-
rails (= 3.0.13)
|
|
115
|
-
rspec
|
|
116
|
-
sqlite3
|
data/Gemfile.rails-3.1.5.lock
DELETED
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
bullet (4.1.1)
|
|
5
|
-
uniform_notifier (~> 1.0.0)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: http://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
actionmailer (3.1.5)
|
|
11
|
-
actionpack (= 3.1.5)
|
|
12
|
-
mail (~> 2.3.3)
|
|
13
|
-
actionpack (3.1.5)
|
|
14
|
-
activemodel (= 3.1.5)
|
|
15
|
-
activesupport (= 3.1.5)
|
|
16
|
-
builder (~> 3.0.0)
|
|
17
|
-
erubis (~> 2.7.0)
|
|
18
|
-
i18n (~> 0.6)
|
|
19
|
-
rack (~> 1.3.6)
|
|
20
|
-
rack-cache (~> 1.2)
|
|
21
|
-
rack-mount (~> 0.8.2)
|
|
22
|
-
rack-test (~> 0.6.1)
|
|
23
|
-
sprockets (~> 2.0.4)
|
|
24
|
-
activemodel (3.1.5)
|
|
25
|
-
activesupport (= 3.1.5)
|
|
26
|
-
builder (~> 3.0.0)
|
|
27
|
-
i18n (~> 0.6)
|
|
28
|
-
activerecord (3.1.5)
|
|
29
|
-
activemodel (= 3.1.5)
|
|
30
|
-
activesupport (= 3.1.5)
|
|
31
|
-
arel (~> 2.2.3)
|
|
32
|
-
tzinfo (~> 0.3.29)
|
|
33
|
-
activerecord-import (0.2.9)
|
|
34
|
-
activerecord (~> 3.0)
|
|
35
|
-
activerecord (~> 3.0)
|
|
36
|
-
activeresource (3.1.5)
|
|
37
|
-
activemodel (= 3.1.5)
|
|
38
|
-
activesupport (= 3.1.5)
|
|
39
|
-
activesupport (3.1.5)
|
|
40
|
-
multi_json (>= 1.0, < 1.3)
|
|
41
|
-
arel (2.2.3)
|
|
42
|
-
bson (1.6.2)
|
|
43
|
-
bson_ext (1.6.2)
|
|
44
|
-
bson (~> 1.6.2)
|
|
45
|
-
builder (3.0.0)
|
|
46
|
-
diff-lcs (1.1.3)
|
|
47
|
-
erubis (2.7.0)
|
|
48
|
-
ffi (1.0.11)
|
|
49
|
-
guard (1.0.2)
|
|
50
|
-
ffi (>= 0.5.0)
|
|
51
|
-
thor (~> 0.14.6)
|
|
52
|
-
guard-rspec (0.7.0)
|
|
53
|
-
guard (>= 0.10.0)
|
|
54
|
-
hike (1.2.1)
|
|
55
|
-
i18n (0.6.0)
|
|
56
|
-
json (1.7.3)
|
|
57
|
-
mail (2.3.3)
|
|
58
|
-
i18n (>= 0.4.0)
|
|
59
|
-
mime-types (~> 1.16)
|
|
60
|
-
treetop (~> 1.4.8)
|
|
61
|
-
mime-types (1.18)
|
|
62
|
-
mongo (1.6.2)
|
|
63
|
-
bson (~> 1.6.2)
|
|
64
|
-
mongoid (2.4.10)
|
|
65
|
-
activemodel (~> 3.1)
|
|
66
|
-
mongo (~> 1.3)
|
|
67
|
-
tzinfo (~> 0.3.22)
|
|
68
|
-
multi_json (1.2.0)
|
|
69
|
-
mysql (2.8.1)
|
|
70
|
-
perftools.rb (2.0.0)
|
|
71
|
-
polyglot (0.3.3)
|
|
72
|
-
rack (1.3.6)
|
|
73
|
-
rack-cache (1.2)
|
|
74
|
-
rack (>= 0.4)
|
|
75
|
-
rack-mount (0.8.3)
|
|
76
|
-
rack (>= 1.0.0)
|
|
77
|
-
rack-ssl (1.3.2)
|
|
78
|
-
rack
|
|
79
|
-
rack-test (0.6.1)
|
|
80
|
-
rack (>= 1.0)
|
|
81
|
-
rails (3.1.5)
|
|
82
|
-
actionmailer (= 3.1.5)
|
|
83
|
-
actionpack (= 3.1.5)
|
|
84
|
-
activerecord (= 3.1.5)
|
|
85
|
-
activeresource (= 3.1.5)
|
|
86
|
-
activesupport (= 3.1.5)
|
|
87
|
-
bundler (~> 1.0)
|
|
88
|
-
railties (= 3.1.5)
|
|
89
|
-
railties (3.1.5)
|
|
90
|
-
actionpack (= 3.1.5)
|
|
91
|
-
activesupport (= 3.1.5)
|
|
92
|
-
rack-ssl (~> 1.3.2)
|
|
93
|
-
rake (>= 0.8.7)
|
|
94
|
-
rdoc (~> 3.4)
|
|
95
|
-
thor (~> 0.14.6)
|
|
96
|
-
rake (0.9.2.2)
|
|
97
|
-
rdoc (3.12)
|
|
98
|
-
json (~> 1.4)
|
|
99
|
-
rspec (2.10.0)
|
|
100
|
-
rspec-core (~> 2.10.0)
|
|
101
|
-
rspec-expectations (~> 2.10.0)
|
|
102
|
-
rspec-mocks (~> 2.10.0)
|
|
103
|
-
rspec-core (2.10.0)
|
|
104
|
-
rspec-expectations (2.10.0)
|
|
105
|
-
diff-lcs (~> 1.1.3)
|
|
106
|
-
rspec-mocks (2.10.1)
|
|
107
|
-
sprockets (2.0.4)
|
|
108
|
-
hike (~> 1.2)
|
|
109
|
-
rack (~> 1.0)
|
|
110
|
-
tilt (~> 1.1, != 1.3.0)
|
|
111
|
-
sqlite3 (1.3.6)
|
|
112
|
-
thor (0.14.6)
|
|
113
|
-
tilt (1.3.3)
|
|
114
|
-
treetop (1.4.10)
|
|
115
|
-
polyglot
|
|
116
|
-
polyglot (>= 0.3.1)
|
|
117
|
-
tzinfo (0.3.33)
|
|
118
|
-
uniform_notifier (1.0.2)
|
|
119
|
-
|
|
120
|
-
PLATFORMS
|
|
121
|
-
ruby
|
|
122
|
-
|
|
123
|
-
DEPENDENCIES
|
|
124
|
-
activerecord-import
|
|
125
|
-
bson_ext
|
|
126
|
-
bullet!
|
|
127
|
-
guard
|
|
128
|
-
guard-rspec
|
|
129
|
-
mongoid (= 2.4.10)
|
|
130
|
-
mysql
|
|
131
|
-
perftools.rb
|
|
132
|
-
rails (= 3.1.5)
|
|
133
|
-
rspec
|
|
134
|
-
sqlite3
|