analytical 2.9.0 → 2.10.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/VERSION CHANGED
@@ -1 +1 @@
1
- 2.9.0
1
+ 2.10.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.9.0"
8
+ s.version = "2.10.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-04-20}
12
+ s.date = %q{2011-06-29}
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 = [
@@ -126,25 +126,6 @@ Gem::Specification.new do |s|
126
126
  s.require_paths = ["lib"]
127
127
  s.rubygems_version = %q{1.3.7}
128
128
  s.summary = %q{Gem for managing multiple analytics services in your rails app.}
129
- s.test_files = [
130
- "spec/analytical/api_spec.rb",
131
- "spec/analytical/bot_detector_spec.rb",
132
- "spec/analytical/command_store_spec.rb",
133
- "spec/analytical/modules/adroll_spec.rb",
134
- "spec/analytical/modules/adwords_spec.rb",
135
- "spec/analytical/modules/base_spec.rb",
136
- "spec/analytical/modules/chartbeat_spec.rb",
137
- "spec/analytical/modules/clicky_spec.rb",
138
- "spec/analytical/modules/comscore_spec.rb",
139
- "spec/analytical/modules/google_spec.rb",
140
- "spec/analytical/modules/kiss_metrics_spec.rb",
141
- "spec/analytical/modules/mixpanel_spec.rb",
142
- "spec/analytical/modules/optimizely_spec.rb",
143
- "spec/analytical/modules/quantcast.rb",
144
- "spec/analytical/session_command_store_spec.rb",
145
- "spec/analytical_spec.rb",
146
- "spec/spec_helper.rb"
147
- ]
148
129
 
149
130
  if s.respond_to? :specification_version then
150
131
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
@@ -29,7 +29,7 @@ module Analytical
29
29
  (document.location.protocol=='https:'?
30
30
  'https://clicktale.pantherssl.com/':
31
31
  'http://s.clicktale.net/')+
32
- "WRb6.js'%20type='text/javascript'%3E%3C/script%3E"));
32
+ "#{@options[:script_name] || "WRb6"}.js'%20type='text/javascript'%3E%3C/script%3E"));
33
33
  </script>
34
34
  <script type="text/javascript">
35
35
  var ClickTaleSSL=1;
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: 43
4
+ hash: 39
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
- - 9
8
+ - 10
9
9
  - 0
10
- version: 2.9.0
10
+ version: 2.10.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-04-20 00:00:00 -05:00
24
+ date: 2011-06-29 00:00:00 -05:00
25
25
  default_executable:
26
26
  dependencies:
27
27
  - !ruby/object:Gem::Dependency
@@ -286,21 +286,5 @@ rubygems_version: 1.3.7
286
286
  signing_key:
287
287
  specification_version: 3
288
288
  summary: Gem for managing multiple analytics services in your rails app.
289
- test_files:
290
- - spec/analytical/api_spec.rb
291
- - spec/analytical/bot_detector_spec.rb
292
- - spec/analytical/command_store_spec.rb
293
- - spec/analytical/modules/adroll_spec.rb
294
- - spec/analytical/modules/adwords_spec.rb
295
- - spec/analytical/modules/base_spec.rb
296
- - spec/analytical/modules/chartbeat_spec.rb
297
- - spec/analytical/modules/clicky_spec.rb
298
- - spec/analytical/modules/comscore_spec.rb
299
- - spec/analytical/modules/google_spec.rb
300
- - spec/analytical/modules/kiss_metrics_spec.rb
301
- - spec/analytical/modules/mixpanel_spec.rb
302
- - spec/analytical/modules/optimizely_spec.rb
303
- - spec/analytical/modules/quantcast.rb
304
- - spec/analytical/session_command_store_spec.rb
305
- - spec/analytical_spec.rb
306
- - spec/spec_helper.rb
289
+ test_files: []
290
+