Skip to content

Commit

Permalink
Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Sep 30, 2016
1 parent eff8b37 commit ebc5ec9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog


#### Release 2.0.3

- CHANGED: Updated definitions.


#### Release 2.0.2

- CHANGED: Updated definitions.
Expand Down
2 changes: 1 addition & 1 deletion lib/public_suffix/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

module PublicSuffix
# The current library version.
VERSION = "2.0.2".freeze
VERSION = "2.0.3".freeze
end
6 changes: 3 additions & 3 deletions public_suffix.gemspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# -*- encoding: utf-8 -*-
# stub: public_suffix 2.0.2 ruby lib
# stub: public_suffix 2.0.3 ruby lib

Gem::Specification.new do |s|
s.name = "public_suffix"
s.version = "2.0.2"
s.version = "2.0.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Simone Carletti"]
s.date = "2016-06-10"
s.date = "2016-09-30"
s.description = "PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains."
s.email = "weppos@weppos.net"
s.files = [".gitignore", ".rubocop.yml", ".rubocop_defaults.yml", ".ruby-gemset", ".travis.yml", ".yardopts", "2.0-Upgrade.md", "CHANGELOG.md", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "data/list.txt", "lib/public_suffix.rb", "lib/public_suffix/domain.rb", "lib/public_suffix/errors.rb", "lib/public_suffix/list.rb", "lib/public_suffix/rule.rb", "lib/public_suffix/version.rb", "public_suffix.gemspec", "test/acceptance_test.rb", "test/benchmark_helper.rb", "test/execution_profiler.rb", "test/initialization_profiler.rb", "test/performance_benchmark.rb", "test/psl_test.rb", "test/test_helper.rb", "test/tests.txt", "test/unit/domain_test.rb", "test/unit/errors_test.rb", "test/unit/list_test.rb", "test/unit/public_suffix_test.rb", "test/unit/rule_test.rb"]
Expand Down

0 comments on commit ebc5ec9

Please sign in to comment.