motionauth-oauth2 1.0.0 → 1.0.1

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: 33ca9a665850734bf3aac09d9f7ad5012fa46e07
4
- data.tar.gz: 6d20804fc4e3fe933d710b4c53c6a239784e12e3
3
+ metadata.gz: 3bd80aeb4259e647b6ace56981ad93d2b109ade9
4
+ data.tar.gz: 328c8dbac1a4093dab8046514b77d15078c6b05e
5
5
  SHA512:
6
- metadata.gz: 626b2c6d29b18a64cc1df408dc3d3257918b22d4501eb41a8aee016bff09303822227b4261aa10cc46515af759ddc0af2226e437e51354d9ab50da207ec70e18
7
- data.tar.gz: df77baee7c62d81b5e2a700aa830493e7657fb9d7b80cbf8f13eaa4154662a2dc835bd39fedd4323a9c16fc16fafe3ccf57be58d0c244a4111175565e1a88699
6
+ metadata.gz: 40383fd6619023a8dd61a70e9fce120269f47418481a4b5670d5417be2f404df7aa216cd4de7fd0bd14bb4ecfb9dd081d10b230f822f7463aef321d4e074edef
7
+ data.tar.gz: 3754b327c007bc0f97880d7abbdb5eb54197b0ac2d0455863452831218d0b47183132b01c5b5f5be4b8839071c2a9d5996e04c4aa359af10df6ff23160dfb355
@@ -90,7 +90,7 @@ module OAuth2
90
90
 
91
91
  if body
92
92
  body = Utils.query_from_params(body) if body.is_a?(Hash)
93
- request.setHTTPBody(body)
93
+ request.setHTTPBody(body.dataUsingEncoding(NSUTF8StringEncoding))
94
94
  end
95
95
 
96
96
  if headers
@@ -2,7 +2,7 @@ module OAuth2
2
2
  class Version
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- PATCH = 0
5
+ PATCH = 1
6
6
  PRE = nil
7
7
 
8
8
  class << self
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motionauth-oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Pattison
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-03-17 00:00:00.000000000 Z
13
+ date: 2015-04-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: motion-cocoapods