ab_panel 0.0.4 → 0.0.5
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/lib/ab_panel/controller_additions.rb +1 -3
- data/lib/ab_panel/version.rb +1 -1
- metadata +3 -3
|
@@ -121,10 +121,8 @@ module AbPanel
|
|
|
121
121
|
end
|
|
122
122
|
end
|
|
123
123
|
|
|
124
|
-
options.merge controller.ab_panel_options
|
|
125
|
-
|
|
126
124
|
AbPanel.identify(controller.ab_panel_id)
|
|
127
|
-
AbPanel.track name, options
|
|
125
|
+
AbPanel.track name, options.merge(controller.ab_panel_options)
|
|
128
126
|
|
|
129
127
|
controller.session['mixpanel_events'] ||= AbPanel.env['rack.session']['mixpanel_events'] rescue []
|
|
130
128
|
|
data/lib/ab_panel/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ab_panel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -231,7 +231,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
231
231
|
version: '0'
|
|
232
232
|
segments:
|
|
233
233
|
- 0
|
|
234
|
-
hash:
|
|
234
|
+
hash: -918716274612507518
|
|
235
235
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
236
236
|
none: false
|
|
237
237
|
requirements:
|
|
@@ -240,7 +240,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
240
240
|
version: '0'
|
|
241
241
|
segments:
|
|
242
242
|
- 0
|
|
243
|
-
hash:
|
|
243
|
+
hash: -918716274612507518
|
|
244
244
|
requirements: []
|
|
245
245
|
rubyforge_project:
|
|
246
246
|
rubygems_version: 1.8.23
|