livefyre 0.1.1 → 0.1.2
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 +7 -0
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/app/assets/javascripts/livefyre.js +9 -6
- data/app/assets/javascripts/livefyre.js.coffee +3 -1
- data/gem-public_cert.pem +11 -10
- data/lib/livefyre/helpers.rb +3 -2
- data/lib/livefyre/version.rb +1 -1
- data/livefyre.gemspec +6 -0
- metadata +78 -104
- metadata.gz.sig +0 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 8485f038f225230513e432efc38bc50629a307b3
|
4
|
+
data.tar.gz: b0fd207d915fda735de2ae7b4632c05b129d7c7c
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 2e33bd7d6919e7df762d43511eca7e151e36809f8fd5126e5f705d378f2f1eaa2c01f8fdb660de32e43401f6e52e2ba1c80c0c76b18cff039b101500a542bcc7
|
7
|
+
data.tar.gz: d2fd403948562ba625395d6d36b6496da1184c75ae5fb6879d2b068284f2fb0b5fc9526d5bd784565e302d67fe32988ddf0669992396b5c8b7bca7f96e954524
|
checksums.yaml.gz.sig
ADDED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
@@ -1,4 +1,4 @@
|
|
1
|
-
// Generated by CoffeeScript 1.
|
1
|
+
// Generated by CoffeeScript 1.6.3
|
2
2
|
(function() {
|
3
3
|
var cookie, defaultDelegate, load, utils, _initialized;
|
4
4
|
|
@@ -89,7 +89,7 @@
|
|
89
89
|
}, 100);
|
90
90
|
},
|
91
91
|
__checkLogin: function() {
|
92
|
-
var token;
|
92
|
+
var err, token;
|
93
93
|
token = cookie(options.cookie_name || "livefyre_utoken");
|
94
94
|
if (token && this.timer) {
|
95
95
|
clearInterval(this.timer);
|
@@ -110,8 +110,8 @@
|
|
110
110
|
this.timer = null;
|
111
111
|
return this.popup = null;
|
112
112
|
}
|
113
|
-
} catch (
|
114
|
-
|
113
|
+
} catch (_error) {
|
114
|
+
err = _error;
|
115
115
|
}
|
116
116
|
}
|
117
117
|
}
|
@@ -133,6 +133,7 @@
|
|
133
133
|
collectionMeta: e.getAttribute("data-collection-meta"),
|
134
134
|
articleId: e.getAttribute("data-article-id"),
|
135
135
|
siteId: e.getAttribute("data-site-id"),
|
136
|
+
postToButtons: JSON.parse(e.getAttribute("data-post-to-buttons")),
|
136
137
|
el: e.id
|
137
138
|
});
|
138
139
|
options.network || (options.network = e.getAttribute("data-network"));
|
@@ -148,14 +149,16 @@
|
|
148
149
|
network: options.network,
|
149
150
|
authDelegate: options.delegate || defaultDelegate(options)
|
150
151
|
};
|
152
|
+
console.log(options.config);
|
151
153
|
return fyre.conv.load(opts, [options.config], function(widget) {
|
152
|
-
var token;
|
154
|
+
var error, token;
|
153
155
|
returnable.widget = widget;
|
154
156
|
token = cookie(options.cookie_name || "livefyre_utoken");
|
155
157
|
if (token) {
|
156
158
|
try {
|
157
159
|
return fyre.conv.login(token);
|
158
|
-
} catch (
|
160
|
+
} catch (_error) {
|
161
|
+
error = _error;
|
159
162
|
if (window.console) {
|
160
163
|
return window.console.log("Error logging in:", e);
|
161
164
|
}
|
@@ -76,6 +76,7 @@ _initialized = false
|
|
76
76
|
collectionMeta: e.getAttribute("data-collection-meta")
|
77
77
|
articleId: e.getAttribute("data-article-id")
|
78
78
|
siteId: e.getAttribute("data-site-id")
|
79
|
+
postToButtons: JSON.parse(e.getAttribute("data-post-to-buttons"))
|
79
80
|
el: e.id
|
80
81
|
|
81
82
|
options.network ||= e.getAttribute("data-network")
|
@@ -90,6 +91,7 @@ _initialized = false
|
|
90
91
|
network: options.network
|
91
92
|
authDelegate: options.delegate || defaultDelegate(options)
|
92
93
|
|
94
|
+
console.log options.config
|
93
95
|
fyre.conv.load opts, [options.config], (widget) ->
|
94
96
|
returnable.widget = widget
|
95
97
|
token = cookie(options.cookie_name || "livefyre_utoken")
|
@@ -104,4 +106,4 @@ _initialized = false
|
|
104
106
|
returnable
|
105
107
|
|
106
108
|
else
|
107
|
-
null
|
109
|
+
null
|
data/gem-public_cert.pem
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
-----BEGIN CERTIFICATE-----
|
2
|
-
|
2
|
+
MIIDdDCCAlygAwIBAgIBATANBgkqhkiG9w0BAQUFADBAMQ8wDQYDVQQDDAZjaGVh
|
3
3
|
bGQxGDAWBgoJkiaJk/IsZAEZFghtYXNoYWJsZTETMBEGCgmSJomT8ixkARkWA2Nv
|
4
|
-
|
4
|
+
bTAeFw0xNDAzMjAyMTUyMzNaFw0xNTAzMjAyMTUyMzNaMEAxDzANBgNVBAMMBmNo
|
5
5
|
ZWFsZDEYMBYGCgmSJomT8ixkARkWCG1hc2hhYmxlMRMwEQYKCZImiZPyLGQBGRYD
|
6
6
|
Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4AMfgtORekddgqRx
|
7
7
|
mHdKSRuQ7Pks2LN96uINU9lWhmppM/mrbHUvkW28wdfC27MTtR1cQUZWAzS8eWsH
|
@@ -9,12 +9,13 @@ Fq0hdm5R5tsrXLM8Y7tUcoKu5qTJEmDyN2TH3lx9hH/fzwhU2rhb/DrIhtOJNBsg
|
|
9
9
|
5AERbX/LA6nmQLEQlbVoVHH5tmIGnAYY96WfCNeJyexLfuOeAn1NFyBJqsU7VhFf
|
10
10
|
JBhyHKdMDRY3HkQD6LHVVDidwEOyi+vKb13GlHwproUPutp3qTEG24IhuQGARV+f
|
11
11
|
zSwQ1Ay6L7CmMZmznwPaPBd/zOMbe1RGg5ofCvNAgxspbNGQPJvNp+DxRENdY06N
|
12
|
-
qeO/
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
12
|
+
qeO/GQIDAQABo3kwdzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU
|
13
|
+
apPfXB2HQZ7X5EmDpGX1yXG2kwIwHgYDVR0RBBcwFYETY2hlYWxkQG1hc2hhYmxl
|
14
|
+
LmNvbTAeBgNVHRIEFzAVgRNjaGVhbGRAbWFzaGFibGUuY29tMA0GCSqGSIb3DQEB
|
15
|
+
BQUAA4IBAQDOxCvINYMhcPL9S0+QYUiNU3fyRGnlWmtGtdSMWVeHvB+fp4YlkdLF
|
16
|
+
0kmAyz4RIesM0lERf1VqBKoNbHtKFZS/xhIOWL2fAu8THLpP5a9eVA2rdYfhP/ci
|
17
|
+
ka+Vu7ZE8592V3oc58mrVM23aSbXcayMAhxisdl861ivx4HOx2uUa1uXRDKQeUu6
|
18
|
+
b+eVzkQQqG4wHTlqW9E3ZtQP5tzg/ysTziZPMxwdO2jPq6TnN/eVHSXNUj8KFvCM
|
19
|
+
3SGzoShdNQygjL3WAVzfODhd9S5immxeoFdoNy2bMaQ56xcnhaQo+oObjGfUHXfG
|
20
|
+
r/Yw+hd3zY0RL8eCvGhd6dDlhmPPIBMc
|
20
21
|
-----END CERTIFICATE-----
|
data/lib/livefyre/helpers.rb
CHANGED
@@ -21,7 +21,8 @@ module Livefyre
|
|
21
21
|
:"site-id" => meta[:siteId],
|
22
22
|
:"article-id" => meta[:articleId],
|
23
23
|
:network => Livefyre.client.host,
|
24
|
-
:root => Livefyre.config[:domain]
|
24
|
+
:root => Livefyre.config[:domain],
|
25
|
+
:"post-to-buttons" => Livefyre.config[:postToButtons]
|
25
26
|
}
|
26
27
|
)
|
27
28
|
content_tag(:div, "", options)
|
@@ -53,4 +54,4 @@ module Livefyre
|
|
53
54
|
}
|
54
55
|
end
|
55
56
|
end
|
56
|
-
end
|
57
|
+
end
|
data/lib/livefyre/version.rb
CHANGED
data/livefyre.gemspec
CHANGED
@@ -30,4 +30,10 @@ Gem::Specification.new do |gem|
|
|
30
30
|
gem.add_development_dependency "yard"
|
31
31
|
gem.add_development_dependency "yard-tomdoc"
|
32
32
|
gem.add_development_dependency "redcarpet"
|
33
|
+
gem.post_install_message = <<-MESSAGE
|
34
|
+
! The 'livefyre' gem has been deprecated and has been replaced by 'livefyre-mashable'.
|
35
|
+
! An official client library from Livefyre will replace this one in mid-April 2014.
|
36
|
+
! See: https://rubygems.org/gems/livefyre-mashable
|
37
|
+
! And: https://github.com/mashable/livefyre
|
38
|
+
MESSAGE
|
33
39
|
end
|
metadata
CHANGED
@@ -1,220 +1,191 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: livefyre
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
version: 0.1.1
|
4
|
+
version: 0.1.2
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Mashable
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain:
|
12
|
-
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
WGpJTy80Q3lzZndrCkY1YWRPUEZENUtjYWJWbEhtUnBwckF3MkdZWWJXd3V1
|
36
|
-
VjExdEErNEZoa3owQ2xCMjUvZ0VrRlpXZXZzNXdzRUMKbWlBSlV3dWJ5R0kv
|
37
|
-
U29GRmU5TVlJNGkwMXFQWC9IcWE5d3FMYmJFYVVTQ1VRZmNITnpnSzNvMlNZ
|
38
|
-
am1RZTZObQp5bGQ2RkdnOXpPWT0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0t
|
39
|
-
LQo=
|
40
|
-
date: 2013-06-20 00:00:00.000000000 Z
|
11
|
+
- |
|
12
|
+
-----BEGIN CERTIFICATE-----
|
13
|
+
MIIDdDCCAlygAwIBAgIBATANBgkqhkiG9w0BAQUFADBAMQ8wDQYDVQQDDAZjaGVh
|
14
|
+
bGQxGDAWBgoJkiaJk/IsZAEZFghtYXNoYWJsZTETMBEGCgmSJomT8ixkARkWA2Nv
|
15
|
+
bTAeFw0xNDAzMjAyMTUyMzNaFw0xNTAzMjAyMTUyMzNaMEAxDzANBgNVBAMMBmNo
|
16
|
+
ZWFsZDEYMBYGCgmSJomT8ixkARkWCG1hc2hhYmxlMRMwEQYKCZImiZPyLGQBGRYD
|
17
|
+
Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4AMfgtORekddgqRx
|
18
|
+
mHdKSRuQ7Pks2LN96uINU9lWhmppM/mrbHUvkW28wdfC27MTtR1cQUZWAzS8eWsH
|
19
|
+
Fq0hdm5R5tsrXLM8Y7tUcoKu5qTJEmDyN2TH3lx9hH/fzwhU2rhb/DrIhtOJNBsg
|
20
|
+
5AERbX/LA6nmQLEQlbVoVHH5tmIGnAYY96WfCNeJyexLfuOeAn1NFyBJqsU7VhFf
|
21
|
+
JBhyHKdMDRY3HkQD6LHVVDidwEOyi+vKb13GlHwproUPutp3qTEG24IhuQGARV+f
|
22
|
+
zSwQ1Ay6L7CmMZmznwPaPBd/zOMbe1RGg5ofCvNAgxspbNGQPJvNp+DxRENdY06N
|
23
|
+
qeO/GQIDAQABo3kwdzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU
|
24
|
+
apPfXB2HQZ7X5EmDpGX1yXG2kwIwHgYDVR0RBBcwFYETY2hlYWxkQG1hc2hhYmxl
|
25
|
+
LmNvbTAeBgNVHRIEFzAVgRNjaGVhbGRAbWFzaGFibGUuY29tMA0GCSqGSIb3DQEB
|
26
|
+
BQUAA4IBAQDOxCvINYMhcPL9S0+QYUiNU3fyRGnlWmtGtdSMWVeHvB+fp4YlkdLF
|
27
|
+
0kmAyz4RIesM0lERf1VqBKoNbHtKFZS/xhIOWL2fAu8THLpP5a9eVA2rdYfhP/ci
|
28
|
+
ka+Vu7ZE8592V3oc58mrVM23aSbXcayMAhxisdl861ivx4HOx2uUa1uXRDKQeUu6
|
29
|
+
b+eVzkQQqG4wHTlqW9E3ZtQP5tzg/ysTziZPMxwdO2jPq6TnN/eVHSXNUj8KFvCM
|
30
|
+
3SGzoShdNQygjL3WAVzfODhd9S5immxeoFdoNy2bMaQ56xcnhaQo+oObjGfUHXfG
|
31
|
+
r/Yw+hd3zY0RL8eCvGhd6dDlhmPPIBMc
|
32
|
+
-----END CERTIFICATE-----
|
33
|
+
date: 2014-03-20 00:00:00.000000000 Z
|
41
34
|
dependencies:
|
42
35
|
- !ruby/object:Gem::Dependency
|
43
|
-
|
36
|
+
name: faraday
|
44
37
|
requirement: !ruby/object:Gem::Requirement
|
45
|
-
none: false
|
46
38
|
requirements:
|
47
|
-
- -
|
39
|
+
- - '>='
|
48
40
|
- !ruby/object:Gem::Version
|
49
41
|
version: '0'
|
42
|
+
type: :runtime
|
50
43
|
prerelease: false
|
51
44
|
version_requirements: !ruby/object:Gem::Requirement
|
52
|
-
none: false
|
53
45
|
requirements:
|
54
|
-
- -
|
46
|
+
- - '>='
|
55
47
|
- !ruby/object:Gem::Version
|
56
48
|
version: '0'
|
57
|
-
name: faraday
|
58
49
|
- !ruby/object:Gem::Dependency
|
59
|
-
|
50
|
+
name: jwt
|
60
51
|
requirement: !ruby/object:Gem::Requirement
|
61
|
-
none: false
|
62
52
|
requirements:
|
63
|
-
- -
|
53
|
+
- - '>='
|
64
54
|
- !ruby/object:Gem::Version
|
65
55
|
version: '0'
|
56
|
+
type: :runtime
|
66
57
|
prerelease: false
|
67
58
|
version_requirements: !ruby/object:Gem::Requirement
|
68
|
-
none: false
|
69
59
|
requirements:
|
70
|
-
- -
|
60
|
+
- - '>='
|
71
61
|
- !ruby/object:Gem::Version
|
72
62
|
version: '0'
|
73
|
-
name: jwt
|
74
63
|
- !ruby/object:Gem::Dependency
|
75
|
-
|
64
|
+
name: ruby-hmac
|
76
65
|
requirement: !ruby/object:Gem::Requirement
|
77
|
-
none: false
|
78
66
|
requirements:
|
79
|
-
- -
|
67
|
+
- - '>='
|
80
68
|
- !ruby/object:Gem::Version
|
81
69
|
version: '0'
|
70
|
+
type: :runtime
|
82
71
|
prerelease: false
|
83
72
|
version_requirements: !ruby/object:Gem::Requirement
|
84
|
-
none: false
|
85
73
|
requirements:
|
86
|
-
- -
|
74
|
+
- - '>='
|
87
75
|
- !ruby/object:Gem::Version
|
88
76
|
version: '0'
|
89
|
-
name: ruby-hmac
|
90
77
|
- !ruby/object:Gem::Dependency
|
91
|
-
|
78
|
+
name: rspec
|
92
79
|
requirement: !ruby/object:Gem::Requirement
|
93
|
-
none: false
|
94
80
|
requirements:
|
95
|
-
- -
|
81
|
+
- - '>='
|
96
82
|
- !ruby/object:Gem::Version
|
97
83
|
version: '0'
|
84
|
+
type: :development
|
98
85
|
prerelease: false
|
99
86
|
version_requirements: !ruby/object:Gem::Requirement
|
100
|
-
none: false
|
101
87
|
requirements:
|
102
|
-
- -
|
88
|
+
- - '>='
|
103
89
|
- !ruby/object:Gem::Version
|
104
90
|
version: '0'
|
105
|
-
name: rspec
|
106
91
|
- !ruby/object:Gem::Dependency
|
107
|
-
|
92
|
+
name: simplecov
|
108
93
|
requirement: !ruby/object:Gem::Requirement
|
109
|
-
none: false
|
110
94
|
requirements:
|
111
|
-
- -
|
95
|
+
- - '>='
|
112
96
|
- !ruby/object:Gem::Version
|
113
97
|
version: '0'
|
98
|
+
type: :development
|
114
99
|
prerelease: false
|
115
100
|
version_requirements: !ruby/object:Gem::Requirement
|
116
|
-
none: false
|
117
101
|
requirements:
|
118
|
-
- -
|
102
|
+
- - '>='
|
119
103
|
- !ruby/object:Gem::Version
|
120
104
|
version: '0'
|
121
|
-
name: simplecov
|
122
105
|
- !ruby/object:Gem::Dependency
|
123
|
-
|
106
|
+
name: simplecov-rcov
|
124
107
|
requirement: !ruby/object:Gem::Requirement
|
125
|
-
none: false
|
126
108
|
requirements:
|
127
|
-
- -
|
109
|
+
- - '>='
|
128
110
|
- !ruby/object:Gem::Version
|
129
111
|
version: '0'
|
112
|
+
type: :development
|
130
113
|
prerelease: false
|
131
114
|
version_requirements: !ruby/object:Gem::Requirement
|
132
|
-
none: false
|
133
115
|
requirements:
|
134
|
-
- -
|
116
|
+
- - '>='
|
135
117
|
- !ruby/object:Gem::Version
|
136
118
|
version: '0'
|
137
|
-
name: simplecov-rcov
|
138
119
|
- !ruby/object:Gem::Dependency
|
139
|
-
|
120
|
+
name: rails
|
140
121
|
requirement: !ruby/object:Gem::Requirement
|
141
|
-
none: false
|
142
122
|
requirements:
|
143
|
-
- -
|
123
|
+
- - '>='
|
144
124
|
- !ruby/object:Gem::Version
|
145
125
|
version: '0'
|
126
|
+
type: :development
|
146
127
|
prerelease: false
|
147
128
|
version_requirements: !ruby/object:Gem::Requirement
|
148
|
-
none: false
|
149
129
|
requirements:
|
150
|
-
- -
|
130
|
+
- - '>='
|
151
131
|
- !ruby/object:Gem::Version
|
152
132
|
version: '0'
|
153
|
-
name: rails
|
154
133
|
- !ruby/object:Gem::Dependency
|
155
|
-
|
134
|
+
name: resque
|
156
135
|
requirement: !ruby/object:Gem::Requirement
|
157
|
-
none: false
|
158
136
|
requirements:
|
159
|
-
- -
|
137
|
+
- - '>='
|
160
138
|
- !ruby/object:Gem::Version
|
161
139
|
version: '0'
|
140
|
+
type: :development
|
162
141
|
prerelease: false
|
163
142
|
version_requirements: !ruby/object:Gem::Requirement
|
164
|
-
none: false
|
165
143
|
requirements:
|
166
|
-
- -
|
144
|
+
- - '>='
|
167
145
|
- !ruby/object:Gem::Version
|
168
146
|
version: '0'
|
169
|
-
name: resque
|
170
147
|
- !ruby/object:Gem::Dependency
|
171
|
-
|
148
|
+
name: yard
|
172
149
|
requirement: !ruby/object:Gem::Requirement
|
173
|
-
none: false
|
174
150
|
requirements:
|
175
|
-
- -
|
151
|
+
- - '>='
|
176
152
|
- !ruby/object:Gem::Version
|
177
153
|
version: '0'
|
154
|
+
type: :development
|
178
155
|
prerelease: false
|
179
156
|
version_requirements: !ruby/object:Gem::Requirement
|
180
|
-
none: false
|
181
157
|
requirements:
|
182
|
-
- -
|
158
|
+
- - '>='
|
183
159
|
- !ruby/object:Gem::Version
|
184
160
|
version: '0'
|
185
|
-
name: yard
|
186
161
|
- !ruby/object:Gem::Dependency
|
187
|
-
|
162
|
+
name: yard-tomdoc
|
188
163
|
requirement: !ruby/object:Gem::Requirement
|
189
|
-
none: false
|
190
164
|
requirements:
|
191
|
-
- -
|
165
|
+
- - '>='
|
192
166
|
- !ruby/object:Gem::Version
|
193
167
|
version: '0'
|
168
|
+
type: :development
|
194
169
|
prerelease: false
|
195
170
|
version_requirements: !ruby/object:Gem::Requirement
|
196
|
-
none: false
|
197
171
|
requirements:
|
198
|
-
- -
|
172
|
+
- - '>='
|
199
173
|
- !ruby/object:Gem::Version
|
200
174
|
version: '0'
|
201
|
-
name: yard-tomdoc
|
202
175
|
- !ruby/object:Gem::Dependency
|
203
|
-
|
176
|
+
name: redcarpet
|
204
177
|
requirement: !ruby/object:Gem::Requirement
|
205
|
-
none: false
|
206
178
|
requirements:
|
207
|
-
- -
|
179
|
+
- - '>='
|
208
180
|
- !ruby/object:Gem::Version
|
209
181
|
version: '0'
|
182
|
+
type: :development
|
210
183
|
prerelease: false
|
211
184
|
version_requirements: !ruby/object:Gem::Requirement
|
212
|
-
none: false
|
213
185
|
requirements:
|
214
|
-
- -
|
186
|
+
- - '>='
|
215
187
|
- !ruby/object:Gem::Version
|
216
188
|
version: '0'
|
217
|
-
name: redcarpet
|
218
189
|
description: Interface library for Livefyre's comment API with Rails helpers
|
219
190
|
email:
|
220
191
|
- cheald@mashable.com
|
@@ -254,27 +225,30 @@ files:
|
|
254
225
|
- spec/spec_helper.rb
|
255
226
|
homepage: http://github.com/mashable/livefyre
|
256
227
|
licenses: []
|
257
|
-
|
228
|
+
metadata: {}
|
229
|
+
post_install_message: |2
|
230
|
+
! The 'livefyre' gem has been deprecated and has been replaced by 'livefyre-mashable'.
|
231
|
+
! An official client library from Livefyre will replace this one in mid-April 2014.
|
232
|
+
! See: https://rubygems.org/gems/livefyre-mashable
|
233
|
+
! And: https://github.com/mashable/livefyre
|
258
234
|
rdoc_options: []
|
259
235
|
require_paths:
|
260
236
|
- lib
|
261
237
|
required_ruby_version: !ruby/object:Gem::Requirement
|
262
|
-
none: false
|
263
238
|
requirements:
|
264
|
-
- -
|
239
|
+
- - '>='
|
265
240
|
- !ruby/object:Gem::Version
|
266
241
|
version: '0'
|
267
242
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
268
|
-
none: false
|
269
243
|
requirements:
|
270
|
-
- -
|
244
|
+
- - '>='
|
271
245
|
- !ruby/object:Gem::Version
|
272
246
|
version: '0'
|
273
247
|
requirements: []
|
274
248
|
rubyforge_project:
|
275
|
-
rubygems_version:
|
249
|
+
rubygems_version: 2.0.3
|
276
250
|
signing_key:
|
277
|
-
specification_version:
|
251
|
+
specification_version: 4
|
278
252
|
summary: Interface library for Livefyre's comment API with Rails helpers
|
279
253
|
test_files:
|
280
254
|
- spec/livefyre/client_spec.rb
|
metadata.gz.sig
CHANGED
Binary file
|