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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9a1bcd56e1eb2b7c3cd521d93157d328342962d
4
- data.tar.gz: c5644f61064f469f5a3c4b5300290eb9e91bb9e2
3
+ metadata.gz: c3c0a87f4e4f9d8a80184108b76a6436d710d59a
4
+ data.tar.gz: 2cccd14159b35e932860546fbc5d28e22436ee09
5
5
  SHA512:
6
- metadata.gz: 07703107a4b62121bd4454ab0e3c1550babad2248e4b1329362eb176e28bf5851b887f87ffa3912bfc323a3ae6a1a1e99a5edbc51deeee7144eda2e5715ae466
7
- data.tar.gz: 82dc6c9f793c1b99ff826c5ad869ee4a54cf1abddcbe523e46217946feafa0ced0bd0bf395bb8840b1fa6d8feb2cfabd16019d7e13070cd42b45b6bb4fbd71ca
6
+ metadata.gz: ec25aae37ccfddd695471e68f342f4b820093d5e0e194c773e9a8b9124a4cc19df0736ae3a3d7e7800289924f6ad7e940c9b7690840370c8433aabf4021fe2c9
7
+ data.tar.gz: 70124443e671e04b03f5e4155408a1f85184eadb5e87cf37596ca419423d2cc1716eb26680e9733541137429e828d2666ab75dbe8fd734172d8d073ab5e7d89e
@@ -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.html' do
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.html", "save_app.html"
142
+ compile_view "/save_app", "save_app.html"
143
143
  compile_view "/manifest.appcache", "manifest.appcache"
144
144
  end
145
145
 
@@ -1,3 +1,3 @@
1
1
  module Arcabouco
2
- VERSION = "0.1.9"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -60,7 +60,7 @@ function refreshApplicationFiles()
60
60
  }
61
61
 
62
62
  appcache_frame = document.createElement('iframe');
63
- appcache_frame.src = '/save_app.html';
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.1.9
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-19 00:00:00.000000000 Z
11
+ date: 2015-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack