rplatform-rails 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,7 +17,7 @@ if defined?(RAILS_ROOT) #find out something more elegant instead of this check..
17
17
  end
18
18
 
19
19
  module RPlatform::Rails
20
- VERSION = '0.0.2'
20
+ VERSION = '0.0.3'
21
21
 
22
22
  def self.fix_path(path)
23
23
  # check to ensure that the path is relative
@@ -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.2
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-14 00:00:00 -07:00
12
+ date: 2008-07-15 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency