analytical 2.10.0 → 2.11.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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/analytical.gemspec +2 -2
  3. data/lib/analytical.rb +2 -1
  4. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.10.0
1
+ 2.11.0
data/analytical.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{analytical}
8
- s.version = "2.10.0"
8
+ s.version = "2.11.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Joshua Krall", "Nathan Phelps", "Adam Anderson", "Kevin Menard", "Ablyamitov Ablyamit", "Kurt Werle", "Olivier Lauzon"]
12
- s.date = %q{2011-06-29}
12
+ s.date = %q{2011-06-30}
13
13
  s.description = %q{Gem for managing multiple analytics services in your rails app.}
14
14
  s.email = %q{josh@feefighters.com}
15
15
  s.extra_rdoc_files = [
data/lib/analytical.rb CHANGED
@@ -35,7 +35,8 @@ module Analytical
35
35
  def analytical
36
36
  @analytical ||= begin
37
37
  options = self.class.analytical_options.merge({
38
- :ssl => request.ssl?
38
+ :ssl => request.ssl?,
39
+ :controller => self,
39
40
  })
40
41
  if options[:disable_if].call(self)
41
42
  options[:modules] = options[:development_modules]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: analytical
3
3
  version: !ruby/object:Gem::Version
4
- hash: 39
4
+ hash: 35
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
- - 10
8
+ - 11
9
9
  - 0
10
- version: 2.10.0
10
+ version: 2.11.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Joshua Krall
@@ -21,7 +21,7 @@ autorequire:
21
21
  bindir: bin
22
22
  cert_chain: []
23
23
 
24
- date: 2011-06-29 00:00:00 -05:00
24
+ date: 2011-06-30 00:00:00 -05:00
25
25
  default_executable:
26
26
  dependencies:
27
27
  - !ruby/object:Gem::Dependency