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 +4 -4
- data/CHANGELOG.md +29 -26
- data/README.md +2 -2
- data/lib/net/hippie/version.rb +1 -1
- data/net-hippie.gemspec +5 -2
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 051e8891d5a55b98ee703ccb8369925b80179a2bccd2867e07a94ca4b11133e3
|
|
4
|
+
data.tar.gz: d161c75b62c9dbb25d16be41d02a322e6c39a0fb316f78f2af6a22055cf187a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67be78740aa0c2911bc34a061ce2ab23e08ce06234252eb9eacb802b29af95dac8e4c8e9942762e1c69c1361cd6cb263d9f4f74155f3d887661379ad98e0a6c9
|
|
7
|
+
data.tar.gz: 1453850332a746d001243ebf0b2dd9c1df61deaddeb54bd39b97cc5c2bfab06d4421624403c187bcbcf3e2f370bc46d8654d73dd9126d5cf73a2399e397c8e38
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Version 1.1.
|
|
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.
|
|
80
|
+
- with\_retry.
|
|
78
81
|
- authorization header helpers
|
|
79
82
|
|
|
80
|
-
[Unreleased]: https://github.com/
|
|
81
|
-
[1.1.0]: https://github.com/
|
|
82
|
-
[1.0.1]: https://github.com/
|
|
83
|
-
[1.0.0]: https://github.com/
|
|
84
|
-
[0.3.2]: https://github.com/
|
|
85
|
-
[0.3.1]: https://github.com/
|
|
86
|
-
[0.3.0]: https://github.com/
|
|
87
|
-
[0.2.7]: https://github.com/
|
|
88
|
-
[0.2.6]: https://github.com/
|
|
89
|
-
[0.2.5]: https://github.com/
|
|
90
|
-
[0.2.4]: https://github.com/
|
|
91
|
-
[0.2.3]: https://github.com/
|
|
92
|
-
[0.2.2]: https://github.com/
|
|
93
|
-
[0.2.1]: https://github.com/
|
|
94
|
-
[0.2.0]: https://github.com/
|
|
95
|
-
[0.1.9]: https://github.com/
|
|
96
|
-
[0.1.8]: https://github.com/
|
|
97
|
-
[0.1.7]: https://github.com/
|
|
98
|
-
[0.1.6]: https://github.com/
|
|
99
|
-
[0.1.5]: https://github.com/
|
|
100
|
-
[0.1.4]: https://github.com/
|
|
101
|
-
[0.1.3]: https://github.com/
|
|
102
|
-
[0.1.2]: https://github.com/
|
|
103
|
-
[0.1.1]: https://github.com/
|
|
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
|
[](https://rubygems.org/gems/net-hippie)
|
|
4
|
-
[](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/
|
|
98
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/xlgmokha/net-hippie.
|
|
99
99
|
|
|
100
100
|
## License
|
|
101
101
|
|
data/lib/net/hippie/version.rb
CHANGED
data/net-hippie.gemspec
CHANGED
|
@@ -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://
|
|
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
|
|
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.
|
|
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:
|
|
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://
|
|
113
|
+
homepage: https://rubygems.org/gems/net-hippie
|
|
114
114
|
licenses:
|
|
115
115
|
- MIT
|
|
116
|
-
metadata:
|
|
117
|
-
|
|
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: []
|