flexirest 1.2.11 → 1.2.12

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: f0895842191e4a5b1b97906dcef2d4b25ad6599c
4
- data.tar.gz: 1002378e63e287a23bf8b6b521056d70e4f6bfeb
3
+ metadata.gz: 11556b0b087bf75e81c868cc4291e2ded3cfb99c
4
+ data.tar.gz: ef3588d248d3224677ff969fc651ff84918f2915
5
5
  SHA512:
6
- metadata.gz: e9971f5675b3c3f8dd1ce0064030b3ed535978532e626be1dfc44f48d0af0f27c813ecaaee5d01427cc3604a5de2321a124ab371bbbd1cc5538089d32c190832
7
- data.tar.gz: d6b72acf376e1bad1d6249e7d1729fac6c997e4a2fe29a63ec60c1c30e16028db4b6a937187597da3e3700f108c119860bd103fdc0bd847de2adbaddb693a5ea
6
+ metadata.gz: 3035ea904ab476b6f933c856d02ffd8f13dcc4b1d6b1f8da320f394a6afcef32f3f4bccf430f797c19c91018e41896179d26f7f4541b003c78b533eb724691c4
7
+ data.tar.gz: 19f3c97b70fa5c921392802dadd7367ad790b1a29125e47d0ee322c16395995e66d11343ca38b13bb69e7cda24ceaa34ed19cb8ca1e2934eccf058dd7306d52a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.12
4
+
5
+ Bugfixes:
6
+
7
+ - Correcting README.md to make ApiAuth usage clearer (thanks to Jeffrey Gu)
8
+
3
9
  ## 1.2.11
4
10
 
5
11
  Bugfixes:
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 all requests will be signed from then on.
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'
@@ -1,3 +1,3 @@
1
1
  module Flexirest
2
- VERSION = "1.2.11"
2
+ VERSION = "1.2.12"
3
3
  end
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.11
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-04 00:00:00.000000000 Z
11
+ date: 2016-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler