infopark_rails_connector 6.8.3.2.153416031 → 6.8.3.67.110847540
Sign up to get free protection for your applications and to get access to all the features.
@@ -16,6 +16,7 @@ module RailsConnector
|
|
16
16
|
html += auto_discovery_link_tag(:rss, rss_url, :title => 'RSS Feed')
|
17
17
|
end
|
18
18
|
html += include_edit_marker_support
|
19
|
+
html += include_editing_stylesheet
|
19
20
|
html
|
20
21
|
end
|
21
22
|
|
@@ -24,6 +25,7 @@ module RailsConnector
|
|
24
25
|
def rails_connector_after_content_tags
|
25
26
|
html = "".html_safe
|
26
27
|
html += render_marker_code
|
28
|
+
html += include_editing_javascript
|
27
29
|
html += google_analytics if Configuration.enabled?(:google_analytics)
|
28
30
|
html
|
29
31
|
end
|
data/config/ca-bundle.crt
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##
|
2
|
-
## /Network/Servers/xs2.infopark/Users/develop/dcc/tmp/
|
2
|
+
## /Network/Servers/xs2.infopark/Users/develop/dcc/tmp/Rails_Connector__Alex_P___208/repos/rails_connector/config/ca-bundle.crt -- Bundle of CA Root Certificates
|
3
3
|
##
|
4
|
-
## Converted at: Fri Feb 15
|
4
|
+
## Converted at: Fri Feb 15 13:47:34 2013 UTC
|
5
5
|
##
|
6
6
|
## This is a bundle of X.509 certificates of public Certificate Authorities
|
7
7
|
## (CA). These were automatically extracted from Mozilla's root certificates
|
@@ -79,7 +79,7 @@ module RailsConnector
|
|
79
79
|
if block.respond_to?(:arity) && block.arity == 1
|
80
80
|
self.editing_auth_callback = block
|
81
81
|
else
|
82
|
-
raise ArgumentError, 'editing_auth
|
82
|
+
raise ArgumentError, 'editing_auth should have only one attribute!'
|
83
83
|
end
|
84
84
|
end
|
85
85
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: infopark_rails_connector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.8.3.
|
4
|
+
version: 6.8.3.67.110847540
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -146,7 +146,7 @@ dependencies:
|
|
146
146
|
requirements:
|
147
147
|
- - ~>
|
148
148
|
- !ruby/object:Gem::Version
|
149
|
-
version:
|
149
|
+
version: 2.2.1
|
150
150
|
type: :runtime
|
151
151
|
prerelease: false
|
152
152
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -154,7 +154,7 @@ dependencies:
|
|
154
154
|
requirements:
|
155
155
|
- - ~>
|
156
156
|
- !ruby/object:Gem::Version
|
157
|
-
version:
|
157
|
+
version: 2.2.1
|
158
158
|
- !ruby/object:Gem::Dependency
|
159
159
|
name: helpful_configuration
|
160
160
|
requirement: !ruby/object:Gem::Requirement
|
@@ -363,7 +363,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
363
363
|
version: '0'
|
364
364
|
segments:
|
365
365
|
- 0
|
366
|
-
hash: -
|
366
|
+
hash: -864087279
|
367
367
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
368
368
|
none: false
|
369
369
|
requirements:
|