transponder 0.1.3 → 0.1.4

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: 1b77dcf16696180c685e3a4c6409153d885ffcd5
4
- data.tar.gz: b3ef56ea6b4b56ad8db3805cddab57fa6dfd07fe
3
+ metadata.gz: 55f5c02fd22e4b984ccc05fa62a3449ab83648a8
4
+ data.tar.gz: 584efe12d9065a6660f68182308bc78b81cc57bc
5
5
  SHA512:
6
- metadata.gz: 48c86fc0bab102ba32112ad021871299f6329861655e3d2d5939795899403a5674cba8f78ec4abeadd6a326fb787dd37194ac0fb0633128510cafad34bc41530
7
- data.tar.gz: 451539e4183bb4f38228006ef2faf62b317cde0d946d4008226a2967bd6afddcc09fd567f323975559bc998dce7f1b2edb966fc1c55a8e8f0a377ef8746eda33
6
+ metadata.gz: 0228f93846cf9159821afca09fc1384db922329ee67f4be703fc03b27a3faeecfab1bf8b29cfbc804766c18472ae2c52b6791c9fa9b317d5611a6a1802b6062e
7
+ data.tar.gz: 15df73f9f76d47bf4fbf4198e65097624e804d6a32525a407ada529b098b8e0d277a67b1243f6e3c760b95505931cd3c7fdbcce9e5173df7e327c81f06c984b5
@@ -1,6 +1,6 @@
1
1
  window.Transponder =
2
2
  buildEvent: (array) ->
3
- eventType = array.filter (val) -> val != null
3
+ eventType = array.filter (val) -> typeof val isnt 'undefined' and val isnt null
4
4
  eventType.join(':')
5
5
 
6
6
  init: ->
@@ -1,3 +1,3 @@
1
1
  module Transponder
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: transponder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zack Siri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-08 00:00:00.000000000 Z
11
+ date: 2013-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coffee-rails
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  version: '0'
93
93
  requirements: []
94
94
  rubyforge_project:
95
- rubygems_version: 2.0.3
95
+ rubygems_version: 2.0.5
96
96
  signing_key:
97
97
  specification_version: 4
98
98
  summary: This library gives you more control over rails ujs, it compliments turbolinks,