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: dfa1c1b01cfba99c4e7552620d25cab0a670bb15
4
- data.tar.gz: 96b5cfad2515c7035dcf015632127e5be80a8edc
3
+ metadata.gz: f6b63d242b7090c3273480a71eb0f113c70d6f07
4
+ data.tar.gz: e6ba7818a1b3852fd084d82235623674ddc9d755
5
5
  SHA512:
6
- metadata.gz: 3789e8a04c633b6b25adf057e57c0744be59dab4597f48c1f81376c1c6c6f8b764c13d5e74dc6a96c89566c6731b985e2a19955c1e4928501e0258cadbe57d46
7
- data.tar.gz: f027b8ceee505894708cdbacb9e81610dd81274a1fb70b05c3fc535822f8b07265086c44b03aae00cf5f5f5d1462e8421d52be2b33c24905ee175a7b8099f08e
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
- mediator.emit 'states.listed', states
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
@@ -1,3 +1,3 @@
1
1
  module Ende
2
- VERSION = "0.4.13"
2
+ VERSION = "0.4.14"
3
3
  end
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.13
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-14 00:00:00.000000000 Z
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.1.11
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.