omniture_rails3 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/omniture_rails3/config.rb +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MzAzZjFiZmZhY2Q4MTQ1ZTVhMTIyM2IyMDUxOWQzN2ZkYzE0ZDEzZA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YmI0MmQyNjVkZDM4M2U5MDZjODVmOTZmNzIzYTg3OWFkNGFmMmY3Zg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
OTQ4MDQwNjI2YTcyMDFlOGE4NjFjODkxMjhmOGE2ZDEzNTdiMjgwN2I5YmNh
|
10
|
+
YTQwNjNmZjhkZWZhN2Y2YTdiZWFiNmEyYjI0M2MzMzBjZDk1MzlhYjhmMTU4
|
11
|
+
ZDgyYzY2MWY1ZDMxMzAzNjFjYmIzODVhY2IzNWVkMmRlNWEwZmE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YWUxNzc5NjFiMWY2OTE1ZjI2ZDY4MjdlZTRiOTFhMWU4ZGVkYmUxZmU2YjZh
|
14
|
+
YzIyMjBjMGRiY2EwYTQwYTQwZWMwOTMxZTkwZWQ2NzNiNDUxN2U5Y2E3OTU5
|
15
|
+
ZGFlZDc1YjdkOGRhZGQ3YWFhOGExMWJjZjJmZTNhNGQxYzMzZWE=
|
@@ -10,9 +10,9 @@ module OmnitureRails3
|
|
10
10
|
|
11
11
|
def set(config)
|
12
12
|
case config
|
13
|
-
when Hash
|
14
|
-
when IO
|
15
|
-
when String
|
13
|
+
when Hash then set_with_hash(config)
|
14
|
+
when IO then set_with_io(config)
|
15
|
+
when String then set_with_string(config)
|
16
16
|
end
|
17
17
|
|
18
18
|
Higml.config.set({"higml_directory" => self.higml_directory})
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniture_rails3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Higginbotham
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.0.
|
33
|
+
version: 0.0.3
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.0.
|
40
|
+
version: 0.0.3
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: capybara
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|