rplatform-rails 0.0.2 → 0.0.3
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.
- data/lib/rplatform-rails.rb +1 -1
- data/lib/rplatform_rails/view_extensions.rb +1 -5
- metadata +2 -2
data/lib/rplatform-rails.rb
CHANGED
|
@@ -33,11 +33,7 @@ module RPlatform
|
|
|
33
33
|
module Rails
|
|
34
34
|
module ViewExtensions
|
|
35
35
|
|
|
36
|
-
# returns true if the user is viewing the canvas
|
|
37
|
-
def self.shit
|
|
38
|
-
p 'AAIIEEE'
|
|
39
|
-
end
|
|
40
|
-
|
|
36
|
+
# returns true if the user is viewing the canvas
|
|
41
37
|
def in_facebook_canvas?
|
|
42
38
|
@controller.in_facebook_canvas?
|
|
43
39
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rplatform-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Curtis Edmond
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-07-
|
|
12
|
+
date: 2008-07-15 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|