mashape 2.0.8 → 2.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ require 'hmac-sha1'
5
5
  module Mashape
6
6
  class AuthenticationUtils
7
7
 
8
- def AuthenticationUtils.generateMashapeAuthHeader(public_key, private_key)
8
+ def AuthenticationUtils.generateMashapeAuthHeader(mashape_key)
9
9
  return {"X-Mashape-Authorization" => mashape_key}
10
10
  end
11
11
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 0
8
- - 8
9
- version: 2.0.8
8
+ - 9
9
+ version: 2.0.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mashape