ende 0.5.14 → 0.5.15
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d6e38cd39301c0d05360f20f55b03021e7da9b15
|
|
4
|
+
data.tar.gz: be5d6cce2578f1bf20fee6a23f81f48fa4bbd282
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 535e968c96d85caa4cc63a32a1079bd533897862d5413baf0ef0f4a3ec79f2f0ee799f9c529750e9ee6c5fcfe74a4d9cbec79f9e0d31bf475978538f90e4ec48
|
|
7
|
+
data.tar.gz: 099b74f04f562f50737199aa7be638e68a5e73c34400aa7d39758601e4630157acc3590d0eb004919212245646209f984537b53df785ee41088a9886e6c9c688
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
'use strict'
|
|
2
2
|
|
|
3
|
-
define 'aura/extensions/routes', (routes) ->
|
|
3
|
+
define 'aura/extensions/routes', ['modernizr'], (routes) ->
|
|
4
4
|
|
|
5
5
|
# TODO Remove .call null
|
|
6
6
|
# TODO Remove modernizr global variable dependency from this extension
|
|
7
|
-
loader.require.call null, 'modernizr'
|
|
7
|
+
# loader.require.call null, 'modernizr'
|
|
8
|
+
|
|
8
9
|
# TODO rename from ened to ende
|
|
9
10
|
# TODO Remove jquery global variable dependency from this extension
|
|
10
11
|
with_component = 'jquery'
|
|
@@ -39,7 +39,7 @@ define ['./states/index', './presenter'], (templates, presenter) ->
|
|
|
39
39
|
user.save accreditation.done, accreditation.failed
|
|
40
40
|
else
|
|
41
41
|
ui.status = "error blocked"
|
|
42
|
-
ui.button_label = "
|
|
42
|
+
ui.button_label = "Ops... confira os errors acima."
|
|
43
43
|
|
|
44
44
|
setTimeout ->
|
|
45
45
|
ui.status = "error"
|
|
@@ -77,7 +77,7 @@ define ['./states/index', './presenter'], (templates, presenter) ->
|
|
|
77
77
|
, 2000
|
|
78
78
|
|
|
79
79
|
ui.status = "success blocked"
|
|
80
|
-
ui.button_label = "Cadastro
|
|
80
|
+
ui.button_label = "Cadastro concluído, redirecionando..."
|
|
81
81
|
|
|
82
82
|
failed: =>
|
|
83
83
|
sandbox.emit "accreditor.#{@identifier}.accreditation_failed", @errors
|
data/lib/ende/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ende
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Heitor Salazar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-08-
|
|
11
|
+
date: 2014-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|