wappalyzer_rb 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -25,4 +25,4 @@ LINKS
25
25
  -----
26
26
 
27
27
  * Rubygems (the gem): https://rubygems.org/gems/wappalyzer_rb
28
- * Github (source): https://github.com/vrinek/wappalyzer-ruby
28
+ * Github (source): https://github.com/skroutz/wappalyzer-ruby
@@ -1,3 +1,3 @@
1
1
  module WappalyzerRb
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = WappalyzerRb::VERSION
8
8
  s.authors = ["Kostas Karachalios"]
9
9
  s.email = ["kostas.karachalios@me.com"]
10
- s.homepage = "https://github.com/vrinek/wappalyzer-ruby"
10
+ s.homepage = "https://github.com/skroutz/wappalyzer-ruby"
11
11
  s.summary = %q{Analyzes a provided url and returns any services it can detect}
12
12
  s.description = %q{This is merely a port of the javascript parts of Wappalyzer extension for Firefox and Chrome. It analyzes a url and tries to guess what software it uses (like server software, CMS, framework, programming language).}
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wappalyzer_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -80,7 +80,7 @@ files:
80
80
  - spec/lib/wappalyzer_rb_spec.rb
81
81
  - spec/spec_helper.rb
82
82
  - wappalyzer_rb.gemspec
83
- homepage: https://github.com/vrinek/wappalyzer-ruby
83
+ homepage: https://github.com/skroutz/wappalyzer-ruby
84
84
  licenses: []
85
85
  post_install_message:
86
86
  rdoc_options: []