social_stream-oauth2_server 2.1.0 → 2.1.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: 1a60e2888e5625188bfc0189ef45f33a371219f7
4
- data.tar.gz: 618771f1116c05f0658c38f082f101801b31ad9b
3
+ metadata.gz: 67ad473cb098893e70019be985fb955ed25d9be8
4
+ data.tar.gz: 42c14dc76f1727f9391b7bbe552d20ccc7132275
5
5
  SHA512:
6
- metadata.gz: 02c4fcb5e161d6dd4cd900b8819b58b5de16870d9d11197dfe6c74267699f6526e479fb8c2b79f229506caac19a6fc21c8e52c267dea23b491aa17cf6bce453a
7
- data.tar.gz: 3f6933a27f7fdaccb410f999e70b0a69d5e23c6cb3fe37e6f989834a5321d1cbc4e1acbab88a4f8e519ba68800a859458506eaa3757c3ff36bcb5ed99f864cc1
6
+ metadata.gz: ac541dd775db872b3dae6ae7841ac28310821d6be214062f81070c66a7650c28853ed9d86f60375141bbf12dd1d8eaa19bf9f679edbbbab414e02823641686bd
7
+ data.tar.gz: bc4534f5b7024c56255601f6bbe37f990f4dc63e19b23d7e9567849565631af6e2082456b83e9a45ed2c0a295a2f2f8b04482607f1cf3c9908f4e395ddf9fac8
@@ -1,6 +1,5 @@
1
1
  UsersController.class_eval do
2
2
  def current
3
- binding.pry
4
3
  respond_to do |format|
5
4
  format.json { render json: current_user.to_json(client: oauth2_token.try(:client)) }
6
5
  end
@@ -1,5 +1,5 @@
1
1
  module SocialStream
2
2
  module Oauth2Server
3
- VERSION = "2.1.0".freeze
3
+ VERSION = "2.1.1".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social_stream-oauth2_server
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antonio Tapiador
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-04 00:00:00.000000000 Z
12
+ date: 2013-07-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: social_stream-base