http_header_link 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e867bd978028405d356dd834248d7f7fcadf78e7caf6e668da2b6ed517e71624
4
- data.tar.gz: dd1f43402be3a14f5275093737118018913af44f3ab30b0695aa0e71aecb23c1
3
+ metadata.gz: d1fad5a1401624f6a1eb4a41e1e52ad4d3056e0ebb6ce18e97baf22345e49474
4
+ data.tar.gz: f738a3ee60a8228855807f6cb1e5591d3f25549079191e977daaa42a5d40391d
5
5
  SHA512:
6
- metadata.gz: 68ac72d5939c710c984de4c0e69f57aa3102203856bb83eb31bbb69f17fca489c651ce35a85fef9b54dd1a05ee49e8b283d2e562c06939096f95a6a66f2143ae
7
- data.tar.gz: d0566b0c8d4c758414abf355a424d290ed575637d259f3e0a36b98f9ed4e5243886033af113498818ead2334e1d2f76d14376394e0bdd9924e4b8c3727194365
6
+ metadata.gz: a4868b279d3fcca72fc7e248c83d3199c3803dd09ce5a168d348c9465da35c0f043ad05e17693fd894ea88376d3d20e4177d65c33f32622c129bfebdecb3d842
7
+ data.tar.gz: 9ee8e62669a3a8c05c9dbb3da1d310ebdbbb849618fecc01a396dc7c6c42c0230b407ab95b1175fe088175f884495c4174e0c09d13d1c60c93a17c6b47c16906
@@ -8,12 +8,12 @@ Gem::Specification.new do |spec|
8
8
 
9
9
  spec.summary = %q{The library handling the Link header, written in Ruby.}
10
10
  spec.description = %q{The library handling the Link header, written in Ruby.}
11
- spec.homepage = "https://github.com/sainuio/http_header_link/"
11
+ spec.homepage = "https://github.com/sainu/http_header_link/"
12
12
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
13
13
 
14
14
  spec.metadata["homepage_uri"] = spec.homepage
15
- spec.metadata["source_code_uri"] = "https://github.com/sainuio/http_header_link/"
16
- spec.metadata["changelog_uri"] = "https://github.com/sainuio/http_header_link/blob/master/CHANGELOG.md"
15
+ spec.metadata["source_code_uri"] = "https://github.com/sainu/http_header_link/"
16
+ spec.metadata["changelog_uri"] = "https://github.com/sainu/http_header_link/tags"
17
17
 
18
18
  # Specify which files should be added to the gem when it is released.
19
19
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -1,3 +1,3 @@
1
1
  module HttpHeaderLink
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http_header_link
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - sainu
@@ -30,12 +30,12 @@ files:
30
30
  - lib/http_header_link/link.rb
31
31
  - lib/http_header_link/link_header.rb
32
32
  - lib/http_header_link/version.rb
33
- homepage: https://github.com/sainuio/http_header_link/
33
+ homepage: https://github.com/sainu/http_header_link/
34
34
  licenses: []
35
35
  metadata:
36
- homepage_uri: https://github.com/sainuio/http_header_link/
37
- source_code_uri: https://github.com/sainuio/http_header_link/
38
- changelog_uri: https://github.com/sainuio/http_header_link/blob/master/CHANGELOG.md
36
+ homepage_uri: https://github.com/sainu/http_header_link/
37
+ source_code_uri: https://github.com/sainu/http_header_link/
38
+ changelog_uri: https://github.com/sainu/http_header_link/tags
39
39
  post_install_message:
40
40
  rdoc_options: []
41
41
  require_paths: