flexirest 1.2.12 → 1.2.13

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: 11556b0b087bf75e81c868cc4291e2ded3cfb99c
4
- data.tar.gz: ef3588d248d3224677ff969fc651ff84918f2915
3
+ metadata.gz: 72ce354cca9d3d6e3051b5a75969652bfd894069
4
+ data.tar.gz: 01064c899a466d791956896e7ef8d6434f9b37a6
5
5
  SHA512:
6
- metadata.gz: 3035ea904ab476b6f933c856d02ffd8f13dcc4b1d6b1f8da320f394a6afcef32f3f4bccf430f797c19c91018e41896179d26f7f4541b003c78b533eb724691c4
7
- data.tar.gz: 19f3c97b70fa5c921392802dadd7367ad790b1a29125e47d0ee322c16395995e66d11343ca38b13bb69e7cda24ceaa34ed19cb8ca1e2934eccf058dd7306d52a
6
+ metadata.gz: c3dcfe66b97a900b4d805dd59fd2285e5a01c7210d1d7b5261fb2e37a16ba05dfd5f13a39124b405f1c57c3f4413ee8a751dd09510d179ca688fed57f19f2e6f
7
+ data.tar.gz: a7607106f1421c42739050f9d63d78d0bc24d37b7e0948b836dcdf1c3d5ec0cc98c7191106783fa2b8c45e0982945339ccba5b82512b03e34aba504677c19d6a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.13
4
+
5
+ Bugfixes:
6
+
7
+ - Putting README.md back the way it was regarding ApiAuth (thanks to Kevin Glowacz)
8
+
3
9
  ## 1.2.12
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 PUT/POST 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 all 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.12"
2
+ VERSION = "1.2.13"
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.12
4
+ version: 1.2.13
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-18 00:00:00.000000000 Z
11
+ date: 2016-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler