sortable_tree_rails 0.0.1 → 0.0.2

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: 0373aa113f25bc22e733601b2a8f8dd20eeb18e6
4
- data.tar.gz: 7bafb1232ef6f952f5711bd25a547ceb56b65445
3
+ metadata.gz: cc7310582516a5b5a316ae9f47d8ac947c0e5cc6
4
+ data.tar.gz: 3cf0da0fa1dbf9f3c6fe0a51bb9b67e244b9ec4e
5
5
  SHA512:
6
- metadata.gz: 3bb39be2172073da11f3a66dfa5f279be979b2572d7e43207b0b8da7dc8897784249330ec28adb8b361befe23655d474ad89b2683162126e560390f6caf56ebc
7
- data.tar.gz: 2e2f98fe24e840d9ca97d94db442c127f1562018c75b7c8b93857777911ebb3e03ae3c7af86eefb8f05ddee8b5f8ec2c52982fa5efb55ec1d5f4b900583f9136
6
+ metadata.gz: 0591e786f362e86378347da2e13dd5b38788500aad7187b3d246e98e86fe5090ace318723f4fadc7f8fb0f73e242512a978acae279e5df95603dcbdcbb6498fa
7
+ data.tar.gz: 86f6fb5b6e5408141a8d36697e70ca1526ae32bf0e7a1e97a72596bfee7abf040b9c2ba2bb1031b63f7dacd8f2a859b10885e1fa1dcdbba50ee3d70847881bd5
@@ -5,7 +5,7 @@
5
5
  .item
6
6
  /.cell.left
7
7
  / %i.handle
8
- %h4.cell.left
8
+ %h3.cell.left
9
9
  =root.send(options[:name_method] || :name)
10
10
  .cell.right.controls
11
11
  - if options[:controls_partial]
@@ -1,3 +1,3 @@
1
1
  module SortableTreeRails
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sortable_tree_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Ivak
@@ -48,6 +48,14 @@ extra_rdoc_files: []
48
48
  files:
49
49
  - MIT-LICENSE
50
50
  - Rakefile
51
+ - app/assets/images/icons_tree/add.png
52
+ - app/assets/images/icons_tree/delete.png
53
+ - app/assets/images/icons_tree/edit.png
54
+ - app/assets/images/icons_tree/move.png
55
+ - app/assets/images/icons_tree/red_add.png
56
+ - app/assets/images/icons_tree/red_delete.png
57
+ - app/assets/images/icons_tree/red_edit.png
58
+ - app/assets/images/icons_tree/red_move.png
51
59
  - app/controllers/sortable_tree_controller.rb
52
60
  - app/helpers/sortable_tree_helper.rb
53
61
  - app/views/sortable_tree/_sortable_tree.html.haml