Skip to content

Commit

Permalink
update bot lists, version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Wachs committed Oct 15, 2024
1 parent 0d35add commit d6e14a4
Show file tree
Hide file tree
Showing 10 changed files with 208 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.1.6]

- Update bot detection list, purpose: detect `agma/*` as bot

## [1.1.5]

- Rename `Amazon Alexa` to `Alexa`
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pod_ident (1.1.4)
pod_ident (1.1.6)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ task :update_bot_rules do

def json_content
json = File.open(BOT_JSON).read
content = JSON.parse(json)
JSON.parse(json)
end

def generate_entry_yml(entry)
Expand Down
Loading

0 comments on commit d6e14a4

Please sign in to comment.