Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed May 27, 2019
1 parent 245836e commit 22ce7d5
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog


#### master
#### Release 3.1.0

- CHANGED: Updated definitions.
- CHANGED: Minimum Ruby version is 2.3
- CHANGED: Upgraded to Bundler 2.x

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2009-2018 Simone Carletti <weppos@weppos.net>
Copyright (c) 2009-2019 Simone Carletti <weppos@weppos.net>

MIT License

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,6 @@ See the [CHANGELOG.md](CHANGELOG.md) file for details.

## License

Copyright (c) 2009-2018 Simone Carletti. This is Free Software distributed under the MIT license.
Copyright (c) 2009-2019 Simone Carletti. This is Free Software distributed under the MIT license.

The [Public Suffix List source](https://publicsuffix.org/list/) is subject to the terms of the Mozilla Public License, v. 2.0.
2 changes: 1 addition & 1 deletion lib/public_suffix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Domain name parser based on the Public Suffix List.
#
# Copyright (c) 2009-2018 Simone Carletti <weppos@weppos.net>
# Copyright (c) 2009-2019 Simone Carletti <weppos@weppos.net>

require_relative "public_suffix/domain"
require_relative "public_suffix/version"
Expand Down
2 changes: 1 addition & 1 deletion lib/public_suffix/domain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Domain name parser based on the Public Suffix List.
#
# Copyright (c) 2009-2018 Simone Carletti <weppos@weppos.net>
# Copyright (c) 2009-2019 Simone Carletti <weppos@weppos.net>

module PublicSuffix

Expand Down
2 changes: 1 addition & 1 deletion lib/public_suffix/errors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Domain name parser based on the Public Suffix List.
#
# Copyright (c) 2009-2018 Simone Carletti <weppos@weppos.net>
# Copyright (c) 2009-2019 Simone Carletti <weppos@weppos.net>

module PublicSuffix

Expand Down
2 changes: 1 addition & 1 deletion lib/public_suffix/list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Domain name parser based on the Public Suffix List.
#
# Copyright (c) 2009-2018 Simone Carletti <weppos@weppos.net>
# Copyright (c) 2009-2019 Simone Carletti <weppos@weppos.net>

module PublicSuffix

Expand Down
2 changes: 1 addition & 1 deletion lib/public_suffix/rule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Domain name parser based on the Public Suffix List.
#
# Copyright (c) 2009-2018 Simone Carletti <weppos@weppos.net>
# Copyright (c) 2009-2019 Simone Carletti <weppos@weppos.net>

module PublicSuffix

Expand Down
4 changes: 2 additions & 2 deletions lib/public_suffix/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#
# Domain name parser based on the Public Suffix List.
#
# Copyright (c) 2009-2018 Simone Carletti <weppos@weppos.net>
# Copyright (c) 2009-2019 Simone Carletti <weppos@weppos.net>

module PublicSuffix
# The current library version.
VERSION = "3.0.3"
VERSION = "3.1.0"
end

0 comments on commit 22ce7d5

Please sign in to comment.