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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ee0a2544d5cff2fa6068a42800a3730bb6bc6f2b
4
- data.tar.gz: 4b005a107aaf2b1318ba6118f2561b8401c2775b
3
+ metadata.gz: fafe8251429eca34659b05cbfd03b41806151ddb
4
+ data.tar.gz: e72cc2f8a09062dad8135608f592be74aa40e257
5
5
  SHA512:
6
- metadata.gz: 89857d68c47ecf021465f9916e5527201848bea36cafbceff39db30dfb95bc2fbdceba251ab89309e1754f506b85f130dec989064e2b4b3283b17997ffac84e9
7
- data.tar.gz: 96ebd6515e11fe2c5ce9d96a4231cf6b58d5f955fa3e36eb8cc62681e332c85dc8a4bbefc5a8e9f2a58696646b2b6f355e4d68142c6520ba09119452af06a32f
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{Escher - Emarsys request signing library}
12
- spec.description = %q{For Emarsys API}
13
- spec.homepage = "http://emarsys.com"
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")
@@ -1,3 +1,3 @@
1
1
  class Escher
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
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.5
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: For Emarsys API
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: http://emarsys.com
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: Escher - Emarsys request signing library
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