awesome_bot 1.13.8 → 1.13.9

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: 1fabe55ffe7225a15c203acc5c801c4cce65ba86
4
- data.tar.gz: 7ee7e4e6291ea79fa2cbb5a05a99af3da57095fa
3
+ metadata.gz: 8e062047b6ad6e2cc3072c35c3e3146b7ff1932e
4
+ data.tar.gz: c142b1d5452b0e9e51964b7b8fde02eae2cea6b6
5
5
  SHA512:
6
- metadata.gz: 30d8666d8bc547c7744322804fdd83ca323d276af5e215b7963c771dcfcd3d3de2256a3180bd6a6abce74cb7c4dc22f58392d93c92bb74b6b390b4399cd3f987
7
- data.tar.gz: 64fdb25f9668e56de28dbea4416d92165484d3b4c71b7568bf15b8f9f53d6bf3131fe581deb0f89b010f027349eb8a52fd251492615030bff556321f0510cca5
6
+ metadata.gz: d838a482865f256502265280a40989ee9f243ea873a49f38ead3e99f424c9a84ee89db10e85e4b99a63da7d209aa9f8073aea08fe78cd7d133f589dbd6262454
7
+ data.tar.gz: 90a35fb7ca2117866c5eacb528f9afd3d9359c0f36fa97c141ed0ebf582e201ec145f792d0e8b0513609c0f20db9a708a7ee6ec66a1eb6a326b35da0c144364f
@@ -2,6 +2,10 @@
2
2
 
3
3
  Changes by [Daniel Khamsing][] unless otherwise noted.
4
4
 
5
+ # 1.13.9
6
+
7
+ - [parse] fix another regression introduced in 1.13.7
8
+
5
9
  # 1.13.8
6
10
 
7
11
  - [parse] fix regression introduced in 1.13.7
@@ -14,7 +14,7 @@ module AwesomeBot
14
14
  elsif (x.scan(')').count > 0)
15
15
  if (x.include? 'wikipedia')
16
16
  if (x.scan(')').count == 1) && (x.scan('(').count == 0)
17
- x.sub(')','')
17
+ x.sub(').','').sub(')','')
18
18
  else
19
19
  x
20
20
  end
@@ -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.8'
8
+ VERSION = '1.13.9'
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.8
4
+ version: 1.13.9
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-26 00:00:00.000000000 Z
11
+ date: 2016-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel