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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0128f8b20d9fbe37790969ef42d89446cb7842af
4
- data.tar.gz: 7a4ba64874d7737cfba713614c6684aeee2572b9
3
+ metadata.gz: dc36f4786bc5b3111898f3b3507d359577d4998d
4
+ data.tar.gz: 2cd39e7d0d592dcc0a3365bf6391eb2a8cef21c9
5
5
  SHA512:
6
- metadata.gz: 54383cbbecbd7021a5fb3de4eabcf712a168bb742b425d542c82cbb58a5028d853b827f7be77e38f68c6c57b6c4e4a753fa0eb046ea26fa711546b2c1be7e98d
7
- data.tar.gz: 22b5134adb8fb75a7a12699a6bff3ccb87b0b345c7dc35810677e126d8c34b37c94678a15fc8654582bd16d0820dd4ddc7b505a19c314936da9fa7ffe2427a40
6
+ metadata.gz: fab1c07187eb44eb2bbb72f4c451a5d448a99a2da2537a60c1653f7f99f84609de09c688cf3911aa80026f5a231bdd5b7ada843e924e0b60f71e6d2a76db69ea
7
+ data.tar.gz: 5c1b90c60b1a677f80830573211eaf22ebfed757e55a6935e1ca5928b705ed64aa38e2f8658b922622aef92addfd0da559a3a64c13ba5c09808235ef43bac6da
@@ -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
@@ -2,6 +2,10 @@
2
2
 
3
3
  Changes by [Daniel Khamsing][] unless otherwise noted.
4
4
 
5
+ # 1.13.7
6
+
7
+ - [parse] support wikipedia links with parentheses
8
+
5
9
  # 1.13.6
6
10
 
7
11
  - handle incomplete redirect
@@ -2,3 +2,5 @@
2
2
  her [dockerfiles](https://github.com/jessfraz/dockerfiles))
3
3
 
4
4
  # ng-flow [![Build Status](https://travis-ci.org/flowjs/ng-flow.svg)](https://travis-ci.org/flowjs/ng-flow) [![Coverage Status](https://coveralls.io/repos/flowjs/ng-flow/badge.svg?branch=master&service=github)](https://coveralls.io/github/flowjs/ng-flow?branch=master)
5
+
6
+ https://en.wikipedia.org/wiki/Counter_(digital)
@@ -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(/\[.*/, '')
@@ -5,5 +5,5 @@ module AwesomeBot
5
5
  'Great for "awesome" projects.'
6
6
  PROJECT_URL = 'https://github.com/dkhamsing/awesome_bot'
7
7
 
8
- VERSION = '1.13.6'
8
+ VERSION = '1.13.7'
9
9
  end
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.6
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-03 00:00:00.000000000 Z
11
+ date: 2016-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel