http_headers-utils 0.1.0 → 0.1.1

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: 0fce62ab2fcf20f215cd6105f889c22f71ed147432109f024c01c600da66fad7
4
- data.tar.gz: bf9ed52fd4dba4869758b1568f82cf4c013004cc206503b4e722569368d07859
3
+ metadata.gz: 6c4e6817ad1c97d2254f434882726ca515a6a34ac6a4ab26a5750aa5a17aa53f
4
+ data.tar.gz: c7315d9b3dbe69884e8e0acb0678346cc013bb93f6be5e4554c8345465cce79b
5
5
  SHA512:
6
- metadata.gz: 3ff1a3442c9ec6d4bbc69c810dec167595e78155661dae69b526bc16c6192b1eecf6cae50faf30d57c407f53fe628f78ffe81deb05a5bb672c9427ad42b5d7c5
7
- data.tar.gz: 75bddd29d13a92a6ae9ce4a26756376c221559bc3d9cd99a809ccc116ca4f7606c178a3099e7c3ad84473ccbd53eecc1e8e0055aebb941bb8ee71659740aeacf
6
+ metadata.gz: 2dea1c2db8331b3532955091008b7f3a9117b341ab1df1a862f2edb38caf2df251069b169ecb3113fffb09e18b8d8228eea8be375077457e095a506032c43f72
7
+ data.tar.gz: 9d5a5dc58193be367b432a69bf106f38f9d462a6815eb90088e27191d076f840b2aa2badee287f790bbeb6aa4640d8d48396c0502483dbe89a2875ca8091e741
data/.idea/.rakeTasks ADDED
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Settings><!--This file was automatically generated by Ruby plugin.
3
+ You are allowed to:
4
+ 1. Remove rake task
5
+ 2. Add existing rake tasks
6
+ To add existing rake tasks automatically delete this file and reload the project.
7
+ --><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build http_headers-utils-0.1.0.gem into the pkg directory" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated files" fullCmd="clobber" taksId="clobber" /><RakeTask description="Build and install http_headers-utils-0.1.0.gem into system gems" fullCmd="install" taksId="install" /><RakeGroup description="" fullCmd="" taksId="install"><RakeTask description="Build and install http_headers-utils-0.1.0.gem into system gems without network access" fullCmd="install:local" taksId="local" /></RakeGroup><RakeTask description="Create tag v0.1.0 and build and push http_headers-utils-0.1.0.gem to rubygems.org" fullCmd="release[remote]" taksId="release[remote]" /><RakeTask description="Run tests" fullCmd="test" taksId="test" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="release" taksId="release" /><RakeGroup description="" fullCmd="" taksId="release"><RakeTask description="" fullCmd="release:guard_clean" taksId="guard_clean" /><RakeTask description="" fullCmd="release:rubygem_push" taksId="rubygem_push" /><RakeTask description="" fullCmd="release:source_control_push" taksId="source_control_push" /></RakeGroup></RakeGroup></Settings>
data/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # Changelog
2
+
3
+ ## 0.1.1
4
+
5
+ Add a missing require to `delegate`
6
+
7
+ ## 0.1.0
8
+
9
+ :baby: Initial Release
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- http_headers-utils (0.1.0)
4
+ http_headers-utils (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![Gem Version](https://badge.fury.io/rb/http_headers-utils.svg)](https://badge.fury.io/rb/http_headers-utils)
5
5
  [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
6
6
 
7
- Authorize a certain block with cancan
7
+ :nut_and_bolt: Utility belt for the HttpHeader libraries
8
8
 
9
9
  ## Installation
10
10
 
@@ -47,6 +47,11 @@ class ListBasedHeader < Utils::List
47
47
  end
48
48
  ```
49
49
 
50
+ ## Related
51
+
52
+ - [HttpHeaders::Accept](https://github.com/XPBytes/http_headers-accept): :nut_and_bolt: Utility to parse and sort the "Accept" HTTP Header
53
+ - [HttpHeaders::AcceptLanguage](https://github.com/XPBytes/http_headers-accept_language): :nut_and_bolt: Utility to parse and sort the "Accept-Language" HTTP Header
54
+
50
55
  ## Development
51
56
 
52
57
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can
@@ -1,3 +1,5 @@
1
+ require 'delegate'
2
+
1
3
  module HttpHeaders
2
4
  module Utils
3
5
 
@@ -1,5 +1,5 @@
1
1
  module HttpHeaders
2
2
  module Utils
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http_headers-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derk-Jan Karrenbeld
@@ -60,6 +60,7 @@ extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
62
  - ".gitignore"
63
+ - ".idea/.rakeTasks"
63
64
  - ".idea/http_headers-utils.iml"
64
65
  - ".idea/inspectionProfiles/Project_Default.xml"
65
66
  - ".idea/misc.xml"
@@ -67,6 +68,7 @@ files:
67
68
  - ".idea/runConfigurations/test.xml"
68
69
  - ".idea/vcs.xml"
69
70
  - ".travis.yml"
71
+ - CHANGELOG.md
70
72
  - CODE_OF_CONDUCT.md
71
73
  - Gemfile
72
74
  - Gemfile.lock