http_header_link 0.1.4 → 0.2.0

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: 62b89feb5e00d69642a001deee2e4fb8b7632bfc826d8f17dd000f63f3c68258
4
- data.tar.gz: 05b8cd6fc4177ebf6066fff0ef26edbb51cf97989b96ede8452056354b2de7b7
3
+ metadata.gz: 0e7adb5fdc401920afaa81136fc0624c8130cc4fc44eeb119f89bdd3d0b7205d
4
+ data.tar.gz: 4630c33f81357358d08049a94cd822880d0c6dcca5da9ba190bb7ebc50008564
5
5
  SHA512:
6
- metadata.gz: 18e7f285c993412f14a4558c00808d123c1151b79961cc18fb2348cbd7e2610f8cffbc91588e8dc237415679b82e3ee0932e3717c256d0168ebfa82b405f4979
7
- data.tar.gz: '028132d2be7738e5a1bbce791d4ae81cfe75b24cfb3429bcfcce3b6dfa2500c1b32ae07371c2640c425494c8f39cb51833a620ebb3d9246b62b47c13fc517b4f'
6
+ metadata.gz: 1b2840a4b9718ecb02ed0acac9b9834e428e63cd319864fa553351c5f22e515212de132d8098a21b5c2df8f9e3af46a86c6ae159398b0bcbbd94f30bdd4672e1
7
+ data.tar.gz: 3bd6ce1323db73645f18067b661cbc1c97f1908cca658dca22b371dc40a19b542c5b1e9711f57370ebb8c9a67f1e6d815fc7eb0ae4ad777f5ae2b2b77f6750b3
data/.travis.yml CHANGED
@@ -3,6 +3,7 @@ language: ruby
3
3
  cache: bundler
4
4
  rvm:
5
5
  - 2.7.0
6
- before_install: gem install bundler -v 2.1.4
6
+ - 3.0.0
7
+ before_install: gem install bundler
7
8
  script:
8
9
  - bundle exec rspec
@@ -49,7 +49,7 @@ module HttpHeaderLink
49
49
  # @option options [String] :media
50
50
  # @option options [String] :type
51
51
  def add_link(url, **options)
52
- links << Link.new(url, options)
52
+ links << Link.new(url, **options)
53
53
  end
54
54
 
55
55
  # @return [Boolean]
@@ -1,3 +1,3 @@
1
1
  module HttpHeaderLink
2
- VERSION = "0.1.4"
2
+ VERSION = "0.2.0"
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.4
4
+ version: 0.2.0
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-19 00:00:00.000000000 Z
11
+ date: 2022-07-07 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.0.3
55
- signing_key:
54
+ rubygems_version: 3.1.2
55
+ signing_key:
56
56
  specification_version: 4
57
57
  summary: The library handling the Link header, written in Ruby.
58
58
  test_files: []