facepalm2 0.0.6 → 0.0.7
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 +4 -4
- data/VERSION +1 -1
- data/facepalm2.gemspec +3 -3
- data/lib/facepalm/rails/controller/oauth_access.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 73f9e5c7fda344d911530607b17bce216383dc6e
|
|
4
|
+
data.tar.gz: c69c26edcbcfba1cb84663ac17955a9e0a0e4992
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f76c9dd138651ab5400256ab7fc488917bd0651d112cf9d0382d565467fb83a5ef8c7278876b08012b3cbe25bba524134daabdc8d334891cdf02c369eb6f75b6
|
|
7
|
+
data.tar.gz: c1c345df3ace6a807821664f181e5971faef6481e161028dcb05fa26adcae99ae3941226753394ce490500163bb5dfb19d9ef0bf2f21e3b41b1f8db8b4e40b23
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.7
|
data/facepalm2.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: facepalm2 0.0.
|
|
5
|
+
# stub: facepalm2 0.0.7 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "facepalm2"
|
|
9
|
-
s.version = "0.0.
|
|
9
|
+
s.version = "0.0.7"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["Aleksey V. Dmitriev", "Volodymyr Stelmakh"]
|
|
14
|
-
s.date = "2015-04-
|
|
14
|
+
s.date = "2015-04-29"
|
|
15
15
|
s.email = "vk.stelmakh@gmail.com"
|
|
16
16
|
s.extra_rdoc_files = [
|
|
17
17
|
"LICENSE",
|
|
@@ -90,7 +90,7 @@ module Facepalm
|
|
|
90
90
|
# Encrypting return URL to pass it to Facebook
|
|
91
91
|
def facepalm_auth_return_code
|
|
92
92
|
facepalm_url_encryptor.encrypt(
|
|
93
|
-
url_for(params_without_facebook_data.merge(:canvas =>
|
|
93
|
+
url_for(params_without_facebook_data.merge(:canvas => false, :only_path => true))
|
|
94
94
|
)
|
|
95
95
|
end
|
|
96
96
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: facepalm2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aleksey V. Dmitriev
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-04-
|
|
12
|
+
date: 2015-04-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: ie_iframe_cookies
|