exvo_warez 0.2.34 → 0.2.35

Sign up to get free protection for your applications and to get access to all the features.
data/exvo_warez.gemspec CHANGED
@@ -6,7 +6,6 @@ Gem::Specification.new do |s|
6
6
  s.version = ExvoWarez::VERSION
7
7
 
8
8
  s.required_rubygems_version = ">= 1.3.6"
9
- s.date = %q{2011-03-23}
10
9
  s.authors = ["Tomasz Mazur"]
11
10
  s.description = %q{Maintain Exvo Notifications in external apps}
12
11
  s.email = %q{defkode@gmail.com}
@@ -37,13 +37,16 @@
37
37
  pageTracker._trackPageLoadTime();
38
38
  } catch(err) {}
39
39
 
40
- if(jQuery) {
41
- $(window).bind('hashchange', function() {
40
+ var current_hash_location = window.location.hash
41
+ var fn = function(){
42
+ if(current_hash_location != window.location.hash){
43
+ current_hash_location = window.location.hash;
42
44
  try {
43
45
  pageTracker._trackPageview(window.location.hash);
44
46
  pageTracker._trackPageLoadTime();
45
47
  } catch(err) {}
46
- });
48
+ }
47
49
  }
50
+ setInterval(fn, 50);
48
51
  //]]>
49
52
  </script>
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module ExvoWarez
2
- VERSION = "0.2.34"
2
+ VERSION = "0.2.35"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exvo_warez
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.34
4
+ version: 0.2.35
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-03-23 00:00:00.000000000Z
12
+ date: 2011-10-07 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack-useragent-filter
16
- requirement: &2154799940 !ruby/object:Gem::Requirement
16
+ requirement: &2161001500 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 0.1.9
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2154799940
24
+ version_requirements: *2161001500
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rack_referral
27
- requirement: &2154799120 !ruby/object:Gem::Requirement
27
+ requirement: &2161001020 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 0.0.1
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *2154799120
35
+ version_requirements: *2161001020
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: exvo-auth
38
- requirement: &2154798620 !ruby/object:Gem::Requirement
38
+ requirement: &2161000520 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ! '>'
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: 0.9.6
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *2154798620
46
+ version_requirements: *2161000520
47
47
  description: Maintain Exvo Notifications in external apps
48
48
  email: defkode@gmail.com
49
49
  executables: []