ende 0.4.13 → 0.4.14
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: f6b63d242b7090c3273480a71eb0f113c70d6f07
|
|
4
|
+
data.tar.gz: e6ba7818a1b3852fd084d82235623674ddc9d755
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9221c3b7101bed5ca41795afe23d4fb4ba4e8e80f11d76a2dee70d24843a83f2bf2379649b9880ae021628ef8cfda4faddecd90b40da4099d4b84d26c33ff41f
|
|
7
|
+
data.tar.gz: feb8888a587e6a222ab001d2369e34350602ca013ed8b83f646272156d103c211eec448df3cbf89336d466f6259a777b2003c3a2a291d86a4f70a60f07cbfc0d
|
|
@@ -97,7 +97,7 @@ define 'aura/extensions/states', ['states'], (states) ->
|
|
|
97
97
|
|
|
98
98
|
# TODO better integration with router to remove initial states widgets
|
|
99
99
|
mediator.on 'states.list', ->
|
|
100
|
-
|
|
100
|
+
@emit 'states.listed', states
|
|
101
101
|
|
|
102
102
|
# TODO store meta information about application states
|
|
103
103
|
# application.states = Object.keys states
|
|
@@ -70,6 +70,10 @@ define 'aura/extensions/widget/lifecycleable', ->
|
|
|
70
70
|
|
|
71
71
|
recyclable.super.constructor.call @, options
|
|
72
72
|
|
|
73
|
+
# TODO think how to initialize widgets with elements out of dom
|
|
74
|
+
if options?.el?.length and not @$el?.length
|
|
75
|
+
@$el = options.el
|
|
76
|
+
|
|
73
77
|
@initialized()
|
|
74
78
|
|
|
75
79
|
inject: (name, options) ->
|
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.4.
|
|
4
|
+
version: 0.4.14
|
|
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-03-
|
|
11
|
+
date: 2014-03-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -447,7 +447,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
447
447
|
version: '0'
|
|
448
448
|
requirements: []
|
|
449
449
|
rubyforge_project:
|
|
450
|
-
rubygems_version: 2.
|
|
450
|
+
rubygems_version: 2.0.3
|
|
451
451
|
signing_key:
|
|
452
452
|
specification_version: 4
|
|
453
453
|
summary: Endë (core, middle) a web application engine for rails with aurajs.
|