noreferrer 0.5 → 0.6

Sign up to get free protection for your applications and to get access to all the features.
data/noreferrer.gemspec CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "noreferrer"
7
- gem.version = 0.5
7
+ gem.version = 0.6
8
8
  gem.authors = ["Rodney Carvalho"]
9
9
  gem.email = ["rcarvalho@atlantistech.com"]
10
10
  gem.description = "Removes referrer information on an html link."
@@ -11,7 +11,7 @@
11
11
 
12
12
  (function($){
13
13
  NoReferrer = {
14
- init: function(selector, url_matches){
14
+ init: function(selector, matches){
15
15
  NoReferrer.Browser.init();
16
16
  if(matches != undefined){
17
17
  for(i=0;i<matches.length;i++){
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: noreferrer
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.5'
4
+ version: '0.6'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: