facebook_session 0.0.4 → 0.0.5

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 02a8da46d6b40c4957295584de6d46b3fe590399
4
+ data.tar.gz: 91631fffb4376c561ac11c4d7c977908efc68ca3
5
+ SHA512:
6
+ metadata.gz: 1da341cdd46386525f7d0ceddadc4cf0f103fff1bb090010dc8168cb0c7e863d22d70b2f1305ed6e541743f7a67d38ce60c6f68a67412c604b048a652e2a0ef9
7
+ data.tar.gz: 51ece5975d8db0c0f7df2ebb0d5fc069845435c67ffb3bbebb8a39765e88f91c7afb9bf723bf27f0c4427d4389512ff95ac059ced96ef45a160745b7fcf86858
@@ -1,3 +1,3 @@
1
1
  module FacebookSession
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -41,7 +41,7 @@ module FacebookSession
41
41
  decoded_payload.symbolize_keys!
42
42
 
43
43
  expected_sig = OpenSSL::HMAC.digest(
44
- OpenSSL::Digest::Digest.new('sha256'),
44
+ OpenSSL::Digest.new('sha256'),
45
45
  FacebookSession.application_secret,
46
46
  payload
47
47
  )
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: facebook_session
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
5
- prerelease:
4
+ version: 0.0.5
6
5
  platform: ruby
7
6
  authors:
8
7
  - Inge Jørgensen
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-08-15 00:00:00.000000000 Z
11
+ date: 2014-07-30 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Rails plugin for simple Facebook session authentication
15
14
  email: inge@manualdesign.no
@@ -24,32 +23,25 @@ files:
24
23
  - lib/facebook_session/version.rb
25
24
  homepage: https://github.com/manualdesign/simple_session
26
25
  licenses: []
26
+ metadata: {}
27
27
  post_install_message:
28
28
  rdoc_options: []
29
29
  require_paths:
30
30
  - lib
31
31
  required_ruby_version: !ruby/object:Gem::Requirement
32
- none: false
33
32
  requirements:
34
- - - ! '>='
33
+ - - ">="
35
34
  - !ruby/object:Gem::Version
36
35
  version: '0'
37
- segments:
38
- - 0
39
- hash: -1069920110699623213
40
36
  required_rubygems_version: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - ">="
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
- segments:
47
- - 0
48
- hash: -1069920110699623213
49
41
  requirements: []
50
42
  rubyforge_project:
51
- rubygems_version: 1.8.23
43
+ rubygems_version: 2.2.0
52
44
  signing_key:
53
- specification_version: 3
45
+ specification_version: 4
54
46
  summary: Rails plugin for simple Facebook session authentication
55
47
  test_files: []