wappalyzer_rb 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -13,6 +13,7 @@ It is a fork of https://github.com/ElbertF/Wappalyzer (commit 7431c5e1e1).
13
13
  TODO
14
14
  ----
15
15
 
16
+ * Implement `implies` rule
16
17
  * Write a script to automatically translate apps.js to a ruby config file
17
18
 
18
19
  DONE
@@ -267,6 +267,7 @@ module WappalyzerRb
267
267
  'Site Meter' => { cats: [ 10 ], script: /sitemeter.com\/js\/counter\.js\?site=/ },
268
268
  'SiteCatalyst' => { cats: [ 10 ], html: /var s_code=s\.t\(\);if\(s_code\)document\.write\(s_code\)/i, env: /^s_account$/ },
269
269
  'SiteEdit' => { cats: [ 1 ], meta: { 'generator' => /SiteEdit/i } },
270
+ 'Skroutzstore' => { cats: [ 6 ], meta: { 'author' => /www\.skroutz(store)?\.gr/ }, url: /skroutzstore\.gr/, html: /http:\/\/(www\.)?skroutzstore\.gr/ },
270
271
  'Smartstore' => { cats: [ 6 ], script: /smjslib\.js/ },
271
272
  'SMF' => { cats: [ 2 ], html: /<script [^>]+\s+var smf_/i, env: /^smf_/ },
272
273
  'sNews' => { cats: [ 1 ], meta: { 'generator' => /sNews/ } },
@@ -1,3 +1,3 @@
1
1
  module WappalyzerRb
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
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.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: