awesome_bot 1.13.6 → 1.13.7
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.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/CHANGELOG.md +4 -0
- data/bin/assets/test-parse +2 -0
- data/lib/awesome_bot/links.rb +1 -1
- data/lib/awesome_bot/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc36f4786bc5b3111898f3b3507d359577d4998d
|
|
4
|
+
data.tar.gz: 2cd39e7d0d592dcc0a3365bf6391eb2a8cef21c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fab1c07187eb44eb2bbb72f4c451a5d448a99a2da2537a60c1653f7f99f84609de09c688cf3911aa80026f5a231bdd5b7ada843e924e0b60f71e6d2a76db69ea
|
|
7
|
+
data.tar.gz: 5c1b90c60b1a677f80830573211eaf22ebfed757e55a6935e1ca5928b705ed64aa38e2f8658b922622aef92addfd0da559a3a64c13ba5c09808235ef43bac6da
|
data/.travis.yml
CHANGED
|
@@ -14,7 +14,7 @@ script:
|
|
|
14
14
|
- awesome_bot bin/assets/test-redirect --allow-redirect
|
|
15
15
|
- awesome_bot bin/assets/test-redirect --allow-redirect -a 301
|
|
16
16
|
- awesome_bot bin/assets/test-statuses --white-list bot,bad,super
|
|
17
|
-
- awesome_bot bin/assets/test-errors --allow-redirect
|
|
17
|
+
- awesome_bot bin/assets/test-errors --allow-redirect --allow-ssl
|
|
18
18
|
- awesome_bot -f bin/assets/test-no-issues,bin/assets/test-no-links
|
|
19
19
|
- awesome_bot -f bin/assets/test-no-issues,bin/assets/test-redirect --allow-redirect
|
|
20
20
|
- awesome_bot bin/assets/test-no-* --allow-redirect
|
data/CHANGELOG.md
CHANGED
data/bin/assets/test-parse
CHANGED
|
@@ -2,3 +2,5 @@
|
|
|
2
2
|
her [dockerfiles](https://github.com/jessfraz/dockerfiles))
|
|
3
3
|
|
|
4
4
|
# ng-flow [](https://travis-ci.org/flowjs/ng-flow) [](https://coveralls.io/github/flowjs/ng-flow?branch=master)
|
|
5
|
+
|
|
6
|
+
https://en.wikipedia.org/wiki/Counter_(digital)
|
data/lib/awesome_bot/links.rb
CHANGED
|
@@ -11,7 +11,7 @@ module AwesomeBot
|
|
|
11
11
|
x.gsub /\)\].*/, ''
|
|
12
12
|
elsif (x.scan(')').count == 2) && (x.scan('(').count == 1)
|
|
13
13
|
x.gsub(/\)\).*/, ')')
|
|
14
|
-
elsif x.scan(')').count > 0
|
|
14
|
+
elsif (x.scan(')').count > 0) && !(x.include? 'wikipedia')
|
|
15
15
|
x.gsub(/\).*/, '')
|
|
16
16
|
elsif x.include? '[' # adoc
|
|
17
17
|
x.gsub(/\[.*/, '')
|
data/lib/awesome_bot/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: awesome_bot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.13.
|
|
4
|
+
version: 1.13.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Khamsing
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-10-
|
|
11
|
+
date: 2016-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: parallel
|