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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +6 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36b2f32f5ca8dff8c7207ef43e87c5701841851a
4
- data.tar.gz: 5c5fd722e9fd7b3c3895ffae573a5d8387d57c85
3
+ metadata.gz: bec8062be1a834e003117e28147300943d2faf0c
4
+ data.tar.gz: 83cd7b80899ad3c29814a43f7e0df12d610b88c2
5
5
  SHA512:
6
- metadata.gz: 480a1e17807919b31417ec9fd863ae6c81c016b4edd9939e7a2e31651e1152c54afa9f45a4976e53d093448818833b56ee1d8b80a91fd0c00f27345f92df35fe
7
- data.tar.gz: 291f2a11465fffa00ca80c45c7193ac7e74cf5fa791e73cbef3095dfee9623361916509f816cc7a1e5545464d5bee71ce0aa46151aa1ddac7c96b667ce477176
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.0
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: Write a longer description or delete this line.
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/[my-github-username]/huginn_http_request_agent
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: Write a short summary, because Rubygems requires one.
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