facebooker2 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.
|
@@ -39,15 +39,16 @@ module Facebooker2
|
|
|
39
39
|
s.appendChild(e);
|
|
40
40
|
}());
|
|
41
41
|
</script>
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
JAVASCRIPT
|
|
43
|
+
escaped_js = fb_html_safe(js)
|
|
44
|
+
if block_given?
|
|
45
45
|
concat(escaped_js)
|
|
46
46
|
#return the empty string, since concat returns the buffer and we don't want double output
|
|
47
47
|
# from klochner
|
|
48
48
|
""
|
|
49
|
-
|
|
49
|
+
else
|
|
50
50
|
escaped_js
|
|
51
|
+
end
|
|
51
52
|
end
|
|
52
53
|
end
|
|
53
54
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: facebooker2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 7
|
|
10
|
+
version: 0.0.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Mike Mangino
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-01-
|
|
18
|
+
date: 2011-01-12 00:00:00 -05:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|