Skip to content

Commit

Permalink
twitter-text 3.1.0 release PR (twitter#310)
Browse files Browse the repository at this point in the history
* twitter-text 3.1.0 release PR

* fix ccTLD regex

* fix node js build
  • Loading branch information
Kaushik Lakshmikanth authored Mar 31, 2020
1 parent d11c19c commit 65e7e00
Show file tree
Hide file tree
Showing 71 changed files with 7,169 additions and 28,937 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ See implementations and conformance in this repo below:

## Copyright and License

Copyright 2012-2018 Twitter, Inc and other contributors
Copyright 2012-2020 Twitter, Inc and other contributors

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
2 changes: 1 addition & 1 deletion conformance/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'yaml'
namespace :tlds do
desc 'Grab tlds from iana and save to tld_lib.yml'
task :iana_update do
doc = Nokogiri::HTML(open('https://www.iana.org/domains/root/db'))
doc = Nokogiri::HTML(open('http://www.iana.org/domains/root/db'))
tlds = []
types = {
'country' => /country-code/,
Expand Down
Loading

0 comments on commit 65e7e00

Please sign in to comment.