seed_tray 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a94c733fa4e5a27a7101a43af172e5da451cdb7d
4
- data.tar.gz: a172568ecf8bcfb6f40412b97fdeda87a9ca03af
3
+ metadata.gz: e89d3df9dcd50ac01cab3a59f5bd28af3638e60e
4
+ data.tar.gz: dfaf502d48cf2a5746f7250ec228176531d1cd2a
5
5
  SHA512:
6
- metadata.gz: 47b171f00f62d897b99f026932fc70d6b02206c65d9a05d5c214f615de5f1c4e20ac732ff035c58bacc0d534a76fd60953f42ec73bf8f21e2f63207edbe70b3f
7
- data.tar.gz: fc8441c78fb5cc31bfcdba2c3e79e6ffbfb2c4f6c1ce0d1ef29939d6ec05f5f70d1ce1bb8ee21411c147b025904167f1cbdd7912d17978951d2524bf0422e476
6
+ metadata.gz: 9d08a77bb15af7225fac615aebaa30ec396cc5b01b2502e0bd2c873522d94e1b6319b1b499b51238000e560356687f70f6d6c20f66cbe4cf0ff4b6049b787ff5
7
+ data.tar.gz: 33f35f9738ccc3e83e09555513afdc85d964e3ed8b7981d33c08c4ef11b487282b4d8cf4f262ab841229a12c62bf284232eb8bec6952455e98345103d90828c3
@@ -18,7 +18,7 @@ class SeedTray
18
18
 
19
19
  delegate_ready: =>
20
20
  controller = $("[data-controller]").data("controller")
21
- action = $("[data-action").data("action")
21
+ action = $("[data-action]").data("action")
22
22
 
23
23
  if @root[controller] && @ready_defined(@root[controller])
24
24
  @root[controller].ready()
@@ -1,3 +1,3 @@
1
1
  module SeedTray
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seed_tray
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeffrey Guenther
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-11 00:00:00.000000000 Z
11
+ date: 2016-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails