http_header_link 0.1.3 → 0.1.4

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: d1fad5a1401624f6a1eb4a41e1e52ad4d3056e0ebb6ce18e97baf22345e49474
4
- data.tar.gz: f738a3ee60a8228855807f6cb1e5591d3f25549079191e977daaa42a5d40391d
3
+ metadata.gz: 62b89feb5e00d69642a001deee2e4fb8b7632bfc826d8f17dd000f63f3c68258
4
+ data.tar.gz: 05b8cd6fc4177ebf6066fff0ef26edbb51cf97989b96ede8452056354b2de7b7
5
5
  SHA512:
6
- metadata.gz: a4868b279d3fcca72fc7e248c83d3199c3803dd09ce5a168d348c9465da35c0f043ad05e17693fd894ea88376d3d20e4177d65c33f32622c129bfebdecb3d842
7
- data.tar.gz: 9ee8e62669a3a8c05c9dbb3da1d310ebdbbb849618fecc01a396dc7c6c42c0230b407ab95b1175fe088175f884495c4174e0c09d13d1c60c93a17c6b47c16906
6
+ metadata.gz: 18e7f285c993412f14a4558c00808d123c1151b79961cc18fb2348cbd7e2610f8cffbc91588e8dc237415679b82e3ee0932e3717c256d0168ebfa82b405f4979
7
+ data.tar.gz: '028132d2be7738e5a1bbce791d4ae81cfe75b24cfb3429bcfcce3b6dfa2500c1b32ae07371c2640c425494c8f39cb51833a620ebb3d9246b62b47c13fc517b4f'
data/README.md CHANGED
@@ -7,7 +7,7 @@ The library handling the Link header, written in Ruby.
7
7
  Add this line to your application's Gemfile:
8
8
 
9
9
  ```ruby
10
- gem 'http_header_link', git: 'git@github.com:sainu/http_header_link.git', branch: 'master'
10
+ gem 'http_header_link'
11
11
  ```
12
12
 
13
13
  And then execute:
@@ -1,3 +1,3 @@
1
1
  module HttpHeaderLink
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http_header_link
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - sainu
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-11-18 00:00:00.000000000 Z
11
+ date: 2020-11-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: The library handling the Link header, written in Ruby.
14
14
  email:
@@ -36,7 +36,7 @@ metadata:
36
36
  homepage_uri: https://github.com/sainu/http_header_link/
37
37
  source_code_uri: https://github.com/sainu/http_header_link/
38
38
  changelog_uri: https://github.com/sainu/http_header_link/tags
39
- post_install_message:
39
+ post_install_message:
40
40
  rdoc_options: []
41
41
  require_paths:
42
42
  - lib
@@ -51,8 +51,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  - !ruby/object:Gem::Version
52
52
  version: '0'
53
53
  requirements: []
54
- rubygems_version: 3.1.2
55
- signing_key:
54
+ rubygems_version: 3.0.3
55
+ signing_key:
56
56
  specification_version: 4
57
57
  summary: The library handling the Link header, written in Ruby.
58
58
  test_files: []