omniture_rails3 0.0.2 → 0.0.3

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/omniture_rails3/config.rb +1 -8
  2. metadata +3 -3
@@ -15,14 +15,7 @@ module OmnitureRails3
15
15
  when String: set_with_string(config)
16
16
  end
17
17
 
18
- Higml.config.set({
19
- "global_pairs" => {
20
- :visitor_namespace => visitor_namespace,
21
- :tracking_account => tracking_account,
22
- :noscript_img_src => noscript_img_src
23
- },
24
- "higml_directory" => self.higml_directory
25
- })
18
+ Higml.config.set({"higml_directory" => self.higml_directory})
26
19
  end
27
20
 
28
21
  def set_with_hash(config)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniture_rails3
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Daniel Higginbotham