exvo_warez 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -21,7 +21,7 @@ begin
21
21
  gemspec.email = "defkode@gmail.com"
22
22
  gemspec.homepage = "http://github.com/defkode/rack-useragent"
23
23
  gemspec.summary = "ExvoWarez"
24
- gemspec.add_dependency("rack-useragent-filter", "0.1.9")
24
+ gemspec.add_dependency("rack-useragent-filter", "0.1.8")
25
25
  gemspec.add_dependency("rack_referral", "0.0.1")
26
26
  gemspec.add_dependency("exvo-auth", "> 0.9.6")
27
27
  end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.5
1
+ 0.2.6
data/exvo_warez.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{exvo_warez}
8
- s.version = "0.2.5"
8
+ s.version = "0.2.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Tomasz Mazur"]
12
- s.date = %q{2010-10-27}
12
+ s.date = %q{2011-02-23}
13
13
  s.email = %q{defkode@gmail.com}
14
14
  s.extra_rdoc_files = [
15
15
  "LICENSE",
@@ -43,16 +43,16 @@ Gem::Specification.new do |s|
43
43
  s.specification_version = 3
44
44
 
45
45
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
46
- s.add_runtime_dependency(%q<rack-useragent-filter>, ["= 0.1.9"])
46
+ s.add_runtime_dependency(%q<rack-useragent-filter>, ["= 0.1.8"])
47
47
  s.add_runtime_dependency(%q<rack_referral>, ["= 0.0.1"])
48
48
  s.add_runtime_dependency(%q<exvo-auth>, ["> 0.9.6"])
49
49
  else
50
- s.add_dependency(%q<rack-useragent-filter>, ["= 0.1.9"])
50
+ s.add_dependency(%q<rack-useragent-filter>, ["= 0.1.8"])
51
51
  s.add_dependency(%q<rack_referral>, ["= 0.0.1"])
52
52
  s.add_dependency(%q<exvo-auth>, ["> 0.9.6"])
53
53
  end
54
54
  else
55
- s.add_dependency(%q<rack-useragent-filter>, ["= 0.1.9"])
55
+ s.add_dependency(%q<rack-useragent-filter>, ["= 0.1.8"])
56
56
  s.add_dependency(%q<rack_referral>, ["= 0.0.1"])
57
57
  s.add_dependency(%q<exvo-auth>, ["> 0.9.6"])
58
58
  end
data/lib/rack/exvo/seo.rb CHANGED
@@ -37,7 +37,7 @@ module Rack
37
37
  private
38
38
 
39
39
  def apps_index
40
- ExvoAuth::Autonomous::Auth.instance.get("/api/private/apps/trusted").parsed_response.reject do |app|
40
+ ExvoAuth::Autonomous::Auth.instance.get("/api/private/apps/published").parsed_response.reject do |app|
41
41
  app["client_id"] == ExvoAuth::Config.client_id
42
42
  end
43
43
  end
@@ -1,3 +1,23 @@
1
+ <script type='text/javascript'>
2
+ //<![CDATA[
3
+ var _sf_async_config={uid:10928,domain:"exvo.com"};
4
+ (function(){
5
+ function loadChartbeat() {
6
+ window._sf_endpt=(new Date()).getTime();
7
+ var e = document.createElement('script');
8
+ e.setAttribute('language', 'javascript');
9
+ e.setAttribute('type', 'text/javascript');
10
+ e.setAttribute('src',
11
+ (("https:" == document.location.protocol) ? "https://s3.amazonaws.com/" : "http://") +
12
+ "static.chartbeat.com/js/chartbeat.js");
13
+ document.body.appendChild(e);
14
+ }
15
+ var oldonload = window.onload;
16
+ window.onload = (typeof window.onload != 'function') ?
17
+ loadChartbeat : function() { oldonload(); loadChartbeat(); };
18
+ })();
19
+ //]]>
20
+ </script>
1
21
  <footer style="display: none">
2
22
  <% @apps.each do |app| %>
3
23
  <a href="<%= app["url"] %>"><%= app["name"] %></a>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exvo_warez
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 5
10
- version: 0.2.5
9
+ - 6
10
+ version: 0.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tomasz Mazur
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-27 00:00:00 +02:00
18
+ date: 2011-02-23 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - "="
28
28
  - !ruby/object:Gem::Version
29
- hash: 9
29
+ hash: 11
30
30
  segments:
31
31
  - 0
32
32
  - 1
33
- - 9
34
- version: 0.1.9
33
+ - 8
34
+ version: 0.1.8
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  - !ruby/object:Gem::Dependency