flexirest 1.2.11 → 1.2.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +1 -1
- data/lib/flexirest/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11556b0b087bf75e81c868cc4291e2ded3cfb99c
|
4
|
+
data.tar.gz: ef3588d248d3224677ff969fc651ff84918f2915
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3035ea904ab476b6f933c856d02ffd8f13dcc4b1d6b1f8da320f394a6afcef32f3f4bccf430f797c19c91018e41896179d26f7f4541b003c78b533eb724691c4
|
7
|
+
data.tar.gz: 19f3c97b70fa5c921392802dadd7367ad790b1a29125e47d0ee322c16395995e66d11343ca38b13bb69e7cda24ceaa34ed19cb8ca1e2934eccf058dd7306d52a
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -460,7 +460,7 @@ end
|
|
460
460
|
|
461
461
|
#### Api-Auth
|
462
462
|
|
463
|
-
Using the [Api-Auth](https://github.com/mgomes/api_auth) integration it is very easy to sign requests. Include the Api-Auth gem in your Gemfile and in then add it to your application. Then simply configure Api-Auth one time in your app and
|
463
|
+
Using the [Api-Auth](https://github.com/mgomes/api_auth) integration it is very easy to sign requests. Include the Api-Auth gem in your Gemfile and in then add it to your application. Then simply configure Api-Auth one time in your app and PUT/POST requests will be signed from then on.
|
464
464
|
|
465
465
|
```ruby
|
466
466
|
require 'api-auth'
|
data/lib/flexirest/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flexirest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andy Jeffries
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-01-
|
11
|
+
date: 2016-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|