public-suffix-list 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -65,11 +65,17 @@ None that I am aware of.
65
65
 
66
66
  == Install
67
67
 
68
- sudo gem install public-suffix-list
68
+ Install the gem directly:
69
+
70
+ gem install public-suffix-list
71
+
72
+ Or add it to your Gemfile and use bundler:
73
+
74
+ gem 'public-suffix-list', '~> 0.1.4'
69
75
 
70
76
  == License
71
77
 
72
- Copyright (c) 2010, 2011, 2012, 2013, 2014 Todd Sundsted
78
+ Copyright (c) 2010-2016 Todd Sundsted
73
79
 
74
80
  Permission is hereby granted, free of charge, to any person obtaining
75
81
  a copy of this software and associated documentation files (the
@@ -6,7 +6,7 @@ require "public_suffix_list/parser.rb"
6
6
 
7
7
  class PublicSuffixList
8
8
 
9
- VERSION = "0.1.3"
9
+ VERSION = "0.1.4"
10
10
 
11
11
  def self.config
12
12
  @@config ||= Config.new
@@ -15,7 +15,7 @@ class PublicSuffixList
15
15
  def self.configure(&block)
16
16
  yield config
17
17
  end
18
-
18
+
19
19
  class Config
20
20
 
21
21
  attr_accessor :cache_dir
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: public-suffix-list
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Todd Sundsted
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2014-04-07 00:00:00.000000000 Z
12
+ date: 2016-01-05 00:00:00.000000000 Z
12
13
  dependencies: []
13
14
  description: The Public Suffix List (http://publicsuffix.org/) is "a cross-vendor
14
15
  initiative to provide an accurate list of domain name suffixes". Such a list is
@@ -35,26 +36,27 @@ files:
35
36
  - spec/test.dat
36
37
  homepage: http://github.com/toddsundsted/Public-Suffix-List
37
38
  licenses: []
38
- metadata: {}
39
39
  post_install_message:
40
40
  rdoc_options: []
41
41
  require_paths:
42
42
  - lib
43
43
  required_ruby_version: !ruby/object:Gem::Requirement
44
+ none: false
44
45
  requirements:
45
46
  - - ! '>='
46
47
  - !ruby/object:Gem::Version
47
48
  version: '0'
48
49
  required_rubygems_version: !ruby/object:Gem::Requirement
50
+ none: false
49
51
  requirements:
50
52
  - - ! '>='
51
53
  - !ruby/object:Gem::Version
52
54
  version: '0'
53
55
  requirements: []
54
56
  rubyforge_project:
55
- rubygems_version: 2.1.11
57
+ rubygems_version: 1.8.23
56
58
  signing_key:
57
- specification_version: 4
59
+ specification_version: 3
58
60
  summary: Public Suffix List is a small Ruby library designed to make the Public Suffix
59
61
  List (http://publicsuffix.org/) easier to use.
60
62
  test_files: []
checksums.yaml DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZGFjYmY3Zjc0YzFhMWI2ZTdjOWNhZGI1NTY5YTk5ZTcwZTg4ZmNlMQ==
5
- data.tar.gz: !binary |-
6
- YzM3NTgyMTBmYTcxYzI4ZDYxNTI5YzgwZmMwODNmOGI3MDZjOWQ1ZQ==
7
- SHA512:
8
- metadata.gz: !binary |-
9
- ZmFmZmJiMDY4MmM3ZDBjOTJlMTBkZjIxMmY3N2U4NzQzOGI3OGVhMjQ1MTk0
10
- YjkwN2FiYWMxNGI3ZjRjYjM3ZDFiNGU4YjgyOThhZjU1NTEwMDgwNDYxODdi
11
- M2JkOTUzOTUwMWVmMTMxOTJkNjI3Nzg5Mjg3Yzc5OTI3MjVmNWI=
12
- data.tar.gz: !binary |-
13
- NWNjNmZmNGJlYjM5ZTkyY2NjYzA0MmUxZDE4MzliNDBjYmZmZTU1ZGY1NTM1
14
- ZmFjOTJhNTIxNWVjNzk3MDljMTQ5ZTdjN2ZjNDY1Y2EyNDU0MWMzMDNjYmQ4
15
- NmUwOTUzYzU5YTZiMzU0ZTFmZmEzYWM5MGM0ODc0Njc2NTFlY2I=