facepalm2 0.0.10 → 0.0.11

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: 07e023ad0be80fad00a46607c365f961a754127f
4
- data.tar.gz: 065aa20df63cc823ad8cdbe83a08fadb3d191e7e
3
+ metadata.gz: 223a373d40d8a56d9c7bc1c35d773c565b9ea0bb
4
+ data.tar.gz: 114da10bda4f2c8665e5b4c102c0cf58e6c498d6
5
5
  SHA512:
6
- metadata.gz: f006191d3b2fce5359a17b3d01157ca27a76d56cd02562f1ccec681c453c0cead6f2f3edeb259e3bc6d4df5d2a3eadd3b9220b1e034c799b9aef05bd6d365fad
7
- data.tar.gz: 90c3136c9f42e7066b5d2796b6deb0ad780d59dc2eea0ab9098549bc84cfcc17a8cc634b1fe72b8bbe86a3e4eba92c66619235d151cbebc75d6fbc914b80eef2
6
+ metadata.gz: 619f81759dbd1ff5ad27b227e70611a11e5fe01aa47bcdbb5753c5b644c7b1b668474c6b4671041d72d34944b2cbf6a3405374cfb10e1949cbd66afad22eb978
7
+ data.tar.gz: 578ca52ca2fd8608344e7262e0f8467e8c7c2cd3c947a6041183ddad7efcec6081d07a96850aff5270571e34a4bd4f180ae16970072b798cc45d64ea788dbcac
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.10
1
+ 0.0.11
@@ -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.10 ruby lib
5
+ # stub: facepalm2 0.0.11 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "facepalm2"
9
- s.version = "0.0.10"
9
+ s.version = "0.0.11"
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-30"
14
+ s.date = "2015-05-10"
15
15
  s.email = "vk.stelmakh@gmail.com"
16
16
  s.extra_rdoc_files = [
17
17
  "LICENSE",
@@ -47,7 +47,7 @@ module Facepalm
47
47
 
48
48
  # Checks if user is authenticated in the application
49
49
  def authenticated?
50
- access_token && !access_token.empty?
50
+ (uid && !uid.empty?) || (access_token && !access_token.empty?)
51
51
  end
52
52
 
53
53
  # Facebook UID
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.10
4
+ version: 0.0.11
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-30 00:00:00.000000000 Z
12
+ date: 2015-05-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ie_iframe_cookies