Skip to content

Commit

Permalink
Merge 9eaad19 into 608b30b
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Feb 4, 2020
2 parents 608b30b + 9eaad19 commit 4d89d45
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
15 changes: 7 additions & 8 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Revision history for Perl extension Duadua
## Duadua commit log

0.02 Fri Jan 31 23:04:46 JST 2020
- Support NetcraftSurveyAgent
- Support Barkrowler
- Support Inoreader
- Support Pale Moon
https://github.com/bayashi/Duadua/commits/master

0.01 Fri Jan 31 13:45:58 JST 2020
- original version
## Show the log of each version

Showing commit logs of tag `0.02` to `0.03` .

$ git log --graph --oneline --stat 0.02..0.03
2 changes: 1 addition & 1 deletion README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is Perl module B<Duadua>.

=begin html

<img src="https://img.shields.io/badge/Version-0.03-green?style=flat"> <a href="https://github.com/bayashi/Duadua/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-Artistic%202.0-GREEN.png?style=flat"></a> <a href="https://github.com/bayashi/Duadua/actions"><img src="https://github.com/bayashi/Duadua/workflows/build/badge.svg?_t=1580652147&branch=master"/></a> <a href="https://coveralls.io/r/bayashi/Duadua"><img src="https://coveralls.io/repos/bayashi/Duadua/badge.png?_t=1580652147&branch=master"/></a>
<img src="https://img.shields.io/badge/Version-0.04-green?style=flat"> <a href="https://github.com/bayashi/Duadua/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-Artistic%202.0-GREEN.png?style=flat"></a> <a href="https://github.com/bayashi/Duadua/actions"><img src="https://github.com/bayashi/Duadua/workflows/build/badge.svg?_t=1580660494&branch=master"/></a> <a href="https://coveralls.io/r/bayashi/Duadua"><img src="https://coveralls.io/repos/bayashi/Duadua/badge.png?_t=1580660494&branch=master"/></a>

=end html

Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on 'test' => sub {
requires 'YAML';
requires 'List::Util';
requires 'Test::More', '1.3';
requires 'Test::AllModules', '0.16';
requires 'Test::AllModules', '0.17';
};

on 'configure' => sub {
Expand Down
4 changes: 2 additions & 2 deletions lib/Duadua.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
use Duadua::Parser;

our $VERSION = '0.03';
our $VERSION = '0.04';

my @PARSER_PROC_LIST = qw/
Duadua::Parser::Browser::MicrosoftEdge
Expand Down Expand Up @@ -306,7 +306,7 @@ The list of User Agent Parser
=begin html
<img src="https://img.shields.io/badge/Version-0.03-green?style=flat"> <a href="https://github.com/bayashi/Duadua/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-Artistic%202.0-GREEN.png?style=flat"></a> <a href="https://github.com/bayashi/Duadua/actions"><img src="https://github.com/bayashi/Duadua/workflows/build/badge.svg?_t=1580652147&branch=master"/></a> <a href="https://coveralls.io/r/bayashi/Duadua"><img src="https://coveralls.io/repos/bayashi/Duadua/badge.png?_t=1580652147&branch=master"/></a>
<img src="https://img.shields.io/badge/Version-0.04-green?style=flat"> <a href="https://github.com/bayashi/Duadua/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-Artistic%202.0-GREEN.png?style=flat"></a> <a href="https://github.com/bayashi/Duadua/actions"><img src="https://github.com/bayashi/Duadua/workflows/build/badge.svg?_t=1580660494&branch=master"/></a> <a href="https://coveralls.io/r/bayashi/Duadua"><img src="https://coveralls.io/repos/bayashi/Duadua/badge.png?_t=1580660494&branch=master"/></a>
=end html
Expand Down
8 changes: 8 additions & 0 deletions t/testset/bot/googlebot_ad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
is_linux: false
is_windows: false
is_chromeos: false
- ua: 'Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/[WEBKIT_VERSION] (KHTML, like Gecko; Mediapartners-Google) Chrome/[CHROME_VERSION] Mobile Safari/[WEBKIT_VERSION]'
name: Mediapartners-Google
is_bot: true
is_ios: false
is_android: true
is_linux: true
is_windows: false
is_chromeos: false
- ua: 'AdsBot-Google (+http://www.google.com/adsbot.html)'
name: AdsBot-Google
is_bot: true
Expand Down

0 comments on commit 4d89d45

Please sign in to comment.