escher 0.0.5 → 0.0.6
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/escher.gemspec +3 -3
- data/lib/escher/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fafe8251429eca34659b05cbfd03b41806151ddb
|
|
4
|
+
data.tar.gz: e72cc2f8a09062dad8135608f592be74aa40e257
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf8f4c964e4b95519ffa8ef0c71efe76aaef857d3687fc77c487e21d46536953f050f63c7fcc1fa65100d6c0d3789004376d0ae88c9415e8da2ba2d08fc755db
|
|
7
|
+
data.tar.gz: 592b9154e1475bddef6b956aa4875b684b1e40cd3d014a990af1282c9940522a1d88871679f83a82607bc464eea937488e901013de5cf2e3a100467f2bbc58d8
|
data/escher.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Escher::VERSION
|
|
9
9
|
spec.authors = ["Andras Barthazi"]
|
|
10
10
|
spec.email = ["andras.barthazi@emarsys.com"]
|
|
11
|
-
spec.summary = %q{
|
|
12
|
-
spec.description = %q{
|
|
13
|
-
spec.homepage = "
|
|
11
|
+
spec.summary = %q{Library for HTTP request signing (Ruby implementation)}
|
|
12
|
+
spec.description = %q{Escher helps you creating secure HTTP requests (for APIs) by signing HTTP(s) requests.}
|
|
13
|
+
spec.homepage = "https://github.com/emartech/escher-ruby"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
data/lib/escher/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: escher
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andras Barthazi
|
|
@@ -66,7 +66,8 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '2.3'
|
|
69
|
-
description:
|
|
69
|
+
description: Escher helps you creating secure HTTP requests (for APIs) by signing
|
|
70
|
+
HTTP(s) requests.
|
|
70
71
|
email:
|
|
71
72
|
- andras.barthazi@emarsys.com
|
|
72
73
|
executables: []
|
|
@@ -260,7 +261,7 @@ files:
|
|
|
260
261
|
- spec/emarsys_testsuite/post-header-value-spaces.sts
|
|
261
262
|
- spec/escher_spec.rb
|
|
262
263
|
- spec/spec_helper.rb
|
|
263
|
-
homepage:
|
|
264
|
+
homepage: https://github.com/emartech/escher-ruby
|
|
264
265
|
licenses:
|
|
265
266
|
- MIT
|
|
266
267
|
metadata: {}
|
|
@@ -283,7 +284,7 @@ rubyforge_project:
|
|
|
283
284
|
rubygems_version: 2.2.2
|
|
284
285
|
signing_key:
|
|
285
286
|
specification_version: 4
|
|
286
|
-
summary:
|
|
287
|
+
summary: Library for HTTP request signing (Ruby implementation)
|
|
287
288
|
test_files:
|
|
288
289
|
- spec/aws4_testsuite/get-header-key-duplicate.authz
|
|
289
290
|
- spec/aws4_testsuite/get-header-key-duplicate.creq
|