prerender_rails_embedded 0.2.0 → 0.2.1
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 +8 -8
- data/lib/prerender_rails_embedded.js +3 -3
- data/prerender_rails_embedded.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZGZmNjNmMGNjMWI1ZjA0MDFhMzMwZDVmNWQxY2I0NmVmOTQwZjEwYQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MGM1MTljNjQ3ZDFlZmJiNTY5OGM0NDYxZTlmODczN2VjNTE2NjVmZA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NDcyODM5NzY0N2IwMTE4ZGNhYzg4ZjBjZGQwMjMzN2Y5MjVjZjZiYTFkMDcw
|
|
10
|
+
MzY1ODUzM2NjODU2ZjhlOGIxZjFmZGVlNDVjNzliNjliMTRlYmU0YzFkMDlk
|
|
11
|
+
NWNhMzZjZjBlZjRjMzQwNzExMjY2MDlkMmQzYmYxMTJmYzVkZDY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
Yzk4YTcxNzkzMWRlZGIzMGY5MjNjYzhlNTE0MGNkYTFjZjgzMmIyZGM5M2E0
|
|
14
|
+
ZmI3MmJlOTI2YTYwNzdhODk5YTUwNzllMGM2YWFiNmMwNDNiYWM4M2I3NjA5
|
|
15
|
+
M2EzMDMzNGMyY2Y5MWE3OTUyMzFlYjBkMWMzNWY0N2M0NjY3Nzg=
|
|
@@ -106,9 +106,9 @@ surrender.run = function() {
|
|
|
106
106
|
console.log(msgStack.join('\n'));
|
|
107
107
|
};
|
|
108
108
|
|
|
109
|
-
page.onConsoleMessage = function(msg, lineNum, sourceId) {
|
|
110
|
-
|
|
111
|
-
};
|
|
109
|
+
//page.onConsoleMessage = function(msg, lineNum, sourceId) {
|
|
110
|
+
// console.log('CONSOLE: ' + msg + ' (from line #' + lineNum + ' in "' + sourceId + '")');
|
|
111
|
+
//};
|
|
112
112
|
|
|
113
113
|
};
|
|
114
114
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = 'prerender_rails_embedded'
|
|
5
|
-
spec.version = '0.2.
|
|
5
|
+
spec.version = '0.2.1'
|
|
6
6
|
spec.authors = ['Gian Carlo Pace', 'Luca Mirra']
|
|
7
7
|
spec.email = %w(giancarlo.pace@etalia.net)
|
|
8
8
|
spec.description = %q{A plugin for prerender_rails middleware to render JavaScript web app on the fly calling phantomjs directly}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prerender_rails_embedded
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gian Carlo Pace
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2015-01-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|