Skip to content

Commit

Permalink
Merge pull request #25 from podigee/add-agma-as-bot
Browse files Browse the repository at this point in the history
update bot lists, version 1.1.6
  • Loading branch information
spiderpug authored Oct 15, 2024
2 parents 0d35add + d6e14a4 commit c102d44
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 c102d44

Please sign in to comment.