huginn_http_request_agent 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
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bec8062be1a834e003117e28147300943d2faf0c
|
|
4
|
+
data.tar.gz: 83cd7b80899ad3c29814a43f7e0df12d610b88c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59fe416d30b753c2d2b95b5d14ca6c3499d358f4cf10ec9ca570dcbaa215c70b4e8ea6d0dd480f783340faac5440858ef86ea86e1f67cd7c6b06ef7a9fb6ee4f
|
|
7
|
+
data.tar.gz: 3d3b737bfccdf6e2d11f8e516fdf31306e812cb2288be327c94a6dc3cbe94736bbcfbc679baffec76351f1d408604fa5422c2e6c833eb6b10360ba24cfbf470a
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: huginn_http_request_agent
|
|
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
|
- Jacob Spizziri
|
|
@@ -52,7 +52,8 @@ dependencies:
|
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description:
|
|
55
|
+
description: The Http Request Agent is intended to be an abstract agent that allows
|
|
56
|
+
for the interaction of any http service.
|
|
56
57
|
email:
|
|
57
58
|
- jspizziri@weare5stones.com
|
|
58
59
|
executables: []
|
|
@@ -63,7 +64,7 @@ files:
|
|
|
63
64
|
- lib/huginn_http_request_agent.rb
|
|
64
65
|
- lib/huginn_http_request_agent/http_request_agent.rb
|
|
65
66
|
- spec/http_request_agent_spec.rb
|
|
66
|
-
homepage: https://github.com/
|
|
67
|
+
homepage: https://github.com/5-stones/huginn_http_request_agent
|
|
67
68
|
licenses:
|
|
68
69
|
- MIT
|
|
69
70
|
metadata: {}
|
|
@@ -86,6 +87,7 @@ rubyforge_project:
|
|
|
86
87
|
rubygems_version: 2.6.10
|
|
87
88
|
signing_key:
|
|
88
89
|
specification_version: 4
|
|
89
|
-
summary:
|
|
90
|
+
summary: The Http Request Agent is intended to be an abstract agent that allows for
|
|
91
|
+
the interaction of any http service.
|
|
90
92
|
test_files:
|
|
91
93
|
- spec/http_request_agent_spec.rb
|