exvo_warez 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,23 +1,3 @@
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>
21
1
  <script type='text/javascript'>
22
2
  //<![CDATA[
23
3
  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module ExvoWarez
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
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.4.0
4
+ version: 0.4.1
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-10-11 00:00:00.000000000Z
12
+ date: 2011-10-27 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &2153366480 !ruby/object:Gem::Requirement
16
+ requirement: &2156285960 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '2.6'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *2153366480
24
+ version_requirements: *2156285960
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rack
27
- requirement: &2153365380 !ruby/object:Gem::Requirement
27
+ requirement: &2156281100 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: 1.1.0
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *2153365380
35
+ version_requirements: *2156281100
36
36
  description: Append google analytics & chartbeat to the html pages
37
37
  email: defkode@gmail.com
38
38
  executables: []