glib-web 0.5.24 → 0.5.25

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
  SHA256:
3
- metadata.gz: dc406a3897c823c3c4c9d9470811460a5c08a469178fcb965459b91cbef9b37a
4
- data.tar.gz: 3e38269b7c876f08e084aaa83a12bbe7476cc8724775e8f09ce429d927a133a9
3
+ metadata.gz: d08542637c79970affe100bdedd24353ab9fa549c8fdc719e3c47cb51cef2896
4
+ data.tar.gz: 4c7864a098a56b650bc97855a4b8c3251d638bc6f129d0d6997fc26d0f6acf25
5
5
  SHA512:
6
- metadata.gz: b048d67cd2cf79dc3b7e4f72d0da7ecfb8001a6d504cf933bacc46875f9ad044c1d704621794fea22439eb17bbabd3ca90e5c0ae8cd7b77e5b8e14c0fde86469
7
- data.tar.gz: b58a6fcacead2d9a23e37220fa39a108e1fb147d6e8109d1fabeabb17020647dba8968052015e083824d013c6decd3d3bb9df6ebae9389e2e7d532e35c890ed6
6
+ metadata.gz: 1a9a74182efee4e14507965ddbf55f56f0321974938463422d6303286bb81b9c96cf6f12630108afb181f358ff5de1dea68524b85690cebe9a506c9a5625933c
7
+ data.tar.gz: cb2d0dbc95f38b4cbfc2b2957c8bf8c4d96491416464b8e19900dabdbcb7d6e6cef85a9091bd8b2d808d614d3ad5963cd6be1f8d7b988f0d462b2648b20d13b2
@@ -19,7 +19,7 @@ section.rows builder: ->(row) do
19
19
  index = page_index * batch_count + i
20
20
  if local_assigns[:reorder]
21
21
  row.thumbnail title: "Item #{index}", onReorder: ->(action) do
22
- action.dialogs_alert
22
+ action.dialogs_notification title: "Item #{index}"
23
23
  end, paramNameForFormData: 'message', paramNameForNewIndex: 'new_index'
24
24
  else
25
25
  row.thumbnail title: "Item #{index}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glib-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.24
4
+ version: 0.5.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''