net-hippie 1.1.0 → 1.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: 4d4fa43c3b9fd3549ccfa003cf06c2355c472e4d9e34838a78ca2bca1eff2c26
4
- data.tar.gz: f1f01ac4e24b1414a5aa4e2f0434d3b12f4df21cd921bee0b6ada5c4c20ef1ae
3
+ metadata.gz: 051e8891d5a55b98ee703ccb8369925b80179a2bccd2867e07a94ca4b11133e3
4
+ data.tar.gz: d161c75b62c9dbb25d16be41d02a322e6c39a0fb316f78f2af6a22055cf187a5
5
5
  SHA512:
6
- metadata.gz: 4a5d071dd9acb91eec03dfc30ce0f33473752330b1a5ae8f7ea9a4f7ca1733bd3d81d2b8270e2f76f3ed71c7c6e13794346a061093aebbaf733c0b07e01fcdb5
7
- data.tar.gz: beceb3cf65e42d844b9dbd7976f26bc96e3d72c8759a7b10dd26ce4ce5aadc0a62bc153d58464afd2ffc085a364ba5adddfa5bdc84a61455621d2d602161b7ad
6
+ metadata.gz: 67be78740aa0c2911bc34a061ce2ab23e08ce06234252eb9eacb802b29af95dac8e4c8e9942762e1c69c1361cd6cb263d9f4f74155f3d887661379ad98e0a6c9
7
+ data.tar.gz: 1453850332a746d001243ebf0b2dd9c1df61deaddeb54bd39b97cc5c2bfab06d4421624403c187bcbcf3e2f370bc46d8654d73dd9126d5cf73a2399e397c8e38
@@ -1,4 +1,4 @@
1
- Version 1.1.0
1
+ Version 1.1.1
2
2
 
3
3
  # Changelog
4
4
  All notable changes to this project will be documented in this file.
@@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7
7
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
8
 
9
9
  ## [Unreleased]
10
+ ## [1.1.1] - 2021-01-30
11
+ ### Changed
12
+ - Update
10
13
 
11
14
  ## [1.1.0] - 2020-12-26
12
15
  ### Added
@@ -74,30 +77,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
74
77
 
75
78
  ## [0.2.1] - 2019-02-01
76
79
  ### Added
77
- - with\_retry.https://www.mokhan.ca/%F0%9F%92%8E/2018/11/10/net-hippie-0-2-0.html
80
+ - with\_retry.
78
81
  - authorization header helpers
79
82
 
80
- [Unreleased]: https://github.com/mokhan/net-hippie/compare/v1.1.0...HEAD
81
- [1.1.0]: https://github.com/mokhan/net-hippie/compare/v1.0.1...v1.1.0
82
- [1.0.1]: https://github.com/mokhan/net-hippie/compare/v1.0.0...v1.0.1
83
- [1.0.0]: https://github.com/mokhan/net-hippie/compare/v0.3.2...v1.0.0
84
- [0.3.2]: https://github.com/mokhan/net-hippie/compare/v0.3.1...v0.3.2
85
- [0.3.1]: https://github.com/mokhan/net-hippie/compare/v0.3.0...v0.3.1
86
- [0.3.0]: https://github.com/mokhan/net-hippie/compare/v0.2.7...v0.3.0
87
- [0.2.7]: https://github.com/mokhan/net-hippie/compare/v0.2.6...v0.2.7
88
- [0.2.6]: https://github.com/mokhan/net-hippie/compare/v0.2.5...v0.2.6
89
- [0.2.5]: https://github.com/mokhan/net-hippie/compare/v0.2.4...v0.2.5
90
- [0.2.4]: https://github.com/mokhan/net-hippie/compare/v0.2.3...v0.2.4
91
- [0.2.3]: https://github.com/mokhan/net-hippie/compare/v0.2.2...v0.2.3
92
- [0.2.2]: https://github.com/mokhan/net-hippie/compare/v0.2.1...v0.2.2
93
- [0.2.1]: https://github.com/mokhan/net-hippie/compare/v0.2.0...v0.2.1
94
- [0.2.0]: https://github.com/mokhan/net-hippie/compare/v0.1.9...v0.2.0
95
- [0.1.9]: https://github.com/mokhan/net-hippie/compare/v0.1.8...v0.1.9
96
- [0.1.8]: https://github.com/mokhan/net-hippie/compare/v0.1.7...v0.1.8
97
- [0.1.7]: https://github.com/mokhan/net-hippie/compare/v0.1.6...v0.1.7
98
- [0.1.6]: https://github.com/mokhan/net-hippie/compare/v0.1.5...v0.1.6
99
- [0.1.5]: https://github.com/mokhan/net-hippie/compare/v0.1.4...v0.1.5
100
- [0.1.4]: https://github.com/mokhan/net-hippie/compare/v0.1.3...v0.1.4
101
- [0.1.3]: https://github.com/mokhan/net-hippie/compare/v0.1.2...v0.1.3
102
- [0.1.2]: https://github.com/mokhan/net-hippie/compare/v0.1.1...v0.1.2
103
- [0.1.1]: https://github.com/mokhan/net-hippie/compare/v0.1.0...v0.1.1
83
+ [Unreleased]: https://github.com/xlgmokha/net-hippie/compare/v1.1.0...HEAD
84
+ [1.1.0]: https://github.com/xlgmokha/net-hippie/compare/v1.0.1...v1.1.0
85
+ [1.0.1]: https://github.com/xlgmokha/net-hippie/compare/v1.0.0...v1.0.1
86
+ [1.0.0]: https://github.com/xlgmokha/net-hippie/compare/v0.3.2...v1.0.0
87
+ [0.3.2]: https://github.com/xlgmokha/net-hippie/compare/v0.3.1...v0.3.2
88
+ [0.3.1]: https://github.com/xlgmokha/net-hippie/compare/v0.3.0...v0.3.1
89
+ [0.3.0]: https://github.com/xlgmokha/net-hippie/compare/v0.2.7...v0.3.0
90
+ [0.2.7]: https://github.com/xlgmokha/net-hippie/compare/v0.2.6...v0.2.7
91
+ [0.2.6]: https://github.com/xlgmokha/net-hippie/compare/v0.2.5...v0.2.6
92
+ [0.2.5]: https://github.com/xlgmokha/net-hippie/compare/v0.2.4...v0.2.5
93
+ [0.2.4]: https://github.com/xlgmokha/net-hippie/compare/v0.2.3...v0.2.4
94
+ [0.2.3]: https://github.com/xlgmokha/net-hippie/compare/v0.2.2...v0.2.3
95
+ [0.2.2]: https://github.com/xlgmokha/net-hippie/compare/v0.2.1...v0.2.2
96
+ [0.2.1]: https://github.com/xlgmokha/net-hippie/compare/v0.2.0...v0.2.1
97
+ [0.2.0]: https://github.com/xlgmokha/net-hippie/compare/v0.1.9...v0.2.0
98
+ [0.1.9]: https://github.com/xlgmokha/net-hippie/compare/v0.1.8...v0.1.9
99
+ [0.1.8]: https://github.com/xlgmokha/net-hippie/compare/v0.1.7...v0.1.8
100
+ [0.1.7]: https://github.com/xlgmokha/net-hippie/compare/v0.1.6...v0.1.7
101
+ [0.1.6]: https://github.com/xlgmokha/net-hippie/compare/v0.1.5...v0.1.6
102
+ [0.1.5]: https://github.com/xlgmokha/net-hippie/compare/v0.1.4...v0.1.5
103
+ [0.1.4]: https://github.com/xlgmokha/net-hippie/compare/v0.1.3...v0.1.4
104
+ [0.1.3]: https://github.com/xlgmokha/net-hippie/compare/v0.1.2...v0.1.3
105
+ [0.1.2]: https://github.com/xlgmokha/net-hippie/compare/v0.1.1...v0.1.2
106
+ [0.1.1]: https://github.com/xlgmokha/net-hippie/compare/v0.1.0...v0.1.1
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Net::Hippie
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/net-hippie.svg)](https://rubygems.org/gems/net-hippie)
4
- [![Build Status](https://github.com/mokhan/net-hippie/workflows/Test/badge.svg)](https://github.com/mokhan/net-hippie/actions)
4
+ [![Build Status](https://github.com/xlgmokha/net-hippie/workflows/Test/badge.svg)](https://github.com/xlgmokha/net-hippie/actions)
5
5
 
6
6
  `Net::Hippie` is a light weight wrapper around `net/http` that defaults to
7
7
  sending `JSON` messages.
@@ -95,7 +95,7 @@ push git commits and tags, and push the `.gem` file to [rubygems.org](https://ru
95
95
 
96
96
  ## Contributing
97
97
 
98
- Bug reports and pull requests are welcome on GitHub at https://github.com/mokhan/net-hippie.
98
+ Bug reports and pull requests are welcome on GitHub at https://github.com/xlgmokha/net-hippie.
99
99
 
100
100
  ## License
101
101
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Net
4
4
  module Hippie
5
- VERSION = '1.1.0'
5
+ VERSION = '1.1.1'
6
6
  end
7
7
  end
@@ -12,10 +12,13 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = 'net/http for hippies. ☮️ '
14
14
  spec.description = 'net/http for hippies. ☮️ '
15
- spec.homepage = 'https://github.com/mokhan/net-hippie/'
15
+ spec.homepage = 'https://rubygems.org/gems/net-hippie'
16
16
  spec.license = 'MIT'
17
+ spec.metadata = {
18
+ 'source_code_uri' => 'https://github.com/xlgmokha/net-hippie'
19
+ }
17
20
 
18
- spec.files = `git ls-files -z`.split("\x0").reject do |f|
21
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
19
22
  f.match(%r{^(test|spec|features)/})
20
23
  end
21
24
  spec.bindir = 'exe'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: net-hippie
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mo
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-12-26 00:00:00.000000000 Z
11
+ date: 2021-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -110,11 +110,12 @@ files:
110
110
  - lib/net/hippie/content_type_mapper.rb
111
111
  - lib/net/hippie/version.rb
112
112
  - net-hippie.gemspec
113
- homepage: https://github.com/mokhan/net-hippie/
113
+ homepage: https://rubygems.org/gems/net-hippie
114
114
  licenses:
115
115
  - MIT
116
- metadata: {}
117
- post_install_message:
116
+ metadata:
117
+ source_code_uri: https://github.com/xlgmokha/net-hippie
118
+ post_install_message:
118
119
  rdoc_options: []
119
120
  require_paths:
120
121
  - lib
@@ -130,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
131
  version: '0'
131
132
  requirements: []
132
133
  rubygems_version: 3.2.3
133
- signing_key:
134
+ signing_key:
134
135
  specification_version: 4
135
136
  summary: net/http for hippies. ☮️
136
137
  test_files: []