camping-abingo 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/camping-abingo.rb +3 -2
  2. metadata +14 -7
@@ -1031,8 +1031,9 @@ module ABingoCampingPlugin::Controllers
1031
1031
  def include_abingo_controllers
1032
1032
  module_eval ABingoCampingPlugin::Controllers.common_abingo_controllers
1033
1033
 
1034
- # Add ABing to each controller
1035
- r.each do |x|
1034
+ # Add ABingo to each controller by traversing @r, the list of controllers
1035
+ # and including the needed ABingo modules
1036
+ @r.each do |x|
1036
1037
  x.class_eval do
1037
1038
  include ABingoCampingPlugin::ABingo
1038
1039
  include ABingoCampingPlugin::Helpers
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: camping-abingo
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 7
5
+ prerelease:
5
6
  segments:
6
7
  - 1
7
8
  - 0
8
- - 7
9
- version: 1.0.7
9
+ - 8
10
+ version: 1.0.8
10
11
  platform: ruby
11
12
  authors:
12
13
  - Patrick McKenzie
@@ -15,8 +16,7 @@ autorequire: camping-abingo
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2010-12-12 00:00:00 -07:00
19
- default_executable:
19
+ date: 2012-11-23 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: activesupport
@@ -26,6 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
+ hash: 3
29
30
  segments:
30
31
  - 0
31
32
  version: "0"
@@ -39,6 +40,7 @@ dependencies:
39
40
  requirements:
40
41
  - - ">="
41
42
  - !ruby/object:Gem::Version
43
+ hash: 3
42
44
  segments:
43
45
  - 0
44
46
  version: "0"
@@ -52,6 +54,7 @@ dependencies:
52
54
  requirements:
53
55
  - - ">="
54
56
  - !ruby/object:Gem::Version
57
+ hash: 3
55
58
  segments:
56
59
  - 0
57
60
  version: "0"
@@ -65,6 +68,7 @@ dependencies:
65
68
  requirements:
66
69
  - - ">="
67
70
  - !ruby/object:Gem::Version
71
+ hash: 3
68
72
  segments:
69
73
  - 0
70
74
  version: "0"
@@ -78,6 +82,7 @@ dependencies:
78
82
  requirements:
79
83
  - - ">="
80
84
  - !ruby/object:Gem::Version
85
+ hash: 3
81
86
  segments:
82
87
  - 2
83
88
  - 0
@@ -92,6 +97,7 @@ dependencies:
92
97
  requirements:
93
98
  - - ">="
94
99
  - !ruby/object:Gem::Version
100
+ hash: 15
95
101
  segments:
96
102
  - 1
97
103
  - 0
@@ -275,7 +281,6 @@ files:
275
281
  - examples/camping-abingo-test/config.ru
276
282
  - lib/camping-abingo.rb
277
283
  - README
278
- has_rdoc: true
279
284
  homepage: https://github.com/techarch/camping-abingo
280
285
  licenses: []
281
286
 
@@ -289,6 +294,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
289
294
  requirements:
290
295
  - - ">="
291
296
  - !ruby/object:Gem::Version
297
+ hash: 3
292
298
  segments:
293
299
  - 0
294
300
  version: "0"
@@ -297,13 +303,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
297
303
  requirements:
298
304
  - - ">="
299
305
  - !ruby/object:Gem::Version
306
+ hash: 3
300
307
  segments:
301
308
  - 0
302
309
  version: "0"
303
310
  requirements: []
304
311
 
305
312
  rubyforge_project: camping-abingo
306
- rubygems_version: 1.3.7
313
+ rubygems_version: 1.8.24
307
314
  signing_key:
308
315
  specification_version: 3
309
316
  summary: A plugin to add A/B testing capabilities using the ABingo framework to a Camping application