arcabouco 0.1.9 → 0.2.0
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 +4 -4
- data/lib/arcabouco/server.rb +2 -2
- data/lib/arcabouco/version.rb +1 -1
- data/lib/templates/bootstrap_code.js +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c3c0a87f4e4f9d8a80184108b76a6436d710d59a
|
|
4
|
+
data.tar.gz: 2cccd14159b35e932860546fbc5d28e22436ee09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec25aae37ccfddd695471e68f342f4b820093d5e0e194c773e9a8b9124a4cc19df0736ae3a3d7e7800289924f6ad7e940c9b7690840370c8433aabf4021fe2c9
|
|
7
|
+
data.tar.gz: 70124443e671e04b03f5e4155408a1f85184eadb5e87cf37596ca419423d2cc1716eb26680e9733541137429e828d2666ab75dbe8fd734172d8d073ab5e7d89e
|
data/lib/arcabouco/server.rb
CHANGED
|
@@ -60,7 +60,7 @@ module Arcabouco
|
|
|
60
60
|
erb :"#{relative_to}/index.html", locals: { :assets => $environment, :application_name => Arcabouco.application_name, :application_preload_html => application_preload_html, :main_js => main_js }, layout: false, cache: false
|
|
61
61
|
end
|
|
62
62
|
|
|
63
|
-
get '/save_app
|
|
63
|
+
get '/save_app' do
|
|
64
64
|
erb :"#{relative_to}/save_app.html"
|
|
65
65
|
end
|
|
66
66
|
|
|
@@ -139,7 +139,7 @@ module Arcabouco
|
|
|
139
139
|
manifest.compile Arcabouco.asset_list
|
|
140
140
|
|
|
141
141
|
compile_view "/", "index.html"
|
|
142
|
-
compile_view "/save_app
|
|
142
|
+
compile_view "/save_app", "save_app.html"
|
|
143
143
|
compile_view "/manifest.appcache", "manifest.appcache"
|
|
144
144
|
end
|
|
145
145
|
|
data/lib/arcabouco/version.rb
CHANGED
|
@@ -60,7 +60,7 @@ function refreshApplicationFiles()
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
appcache_frame = document.createElement('iframe');
|
|
63
|
-
appcache_frame.src = '/save_app
|
|
63
|
+
appcache_frame.src = '/save_app';
|
|
64
64
|
appcache_frame.onload = function() {
|
|
65
65
|
app.applicationCache = appcache_frame.contentWindow.applicationCache;
|
|
66
66
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arcabouco
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Patrick Negri
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|