redditor 0.1.15 → 0.1.16

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: e399c8e0938274cca6da98a2c382d4b818bf9f4d
4
- data.tar.gz: 200d213665eec8faea1909f83b82b8c31a26a564
3
+ metadata.gz: cdcb22ae5a2179e0da13dfaab04136de507359fd
4
+ data.tar.gz: 5cfdb74a8003abea123a01e7b0f3f40cd5d9214d
5
5
  SHA512:
6
- metadata.gz: 9629b1b6dbc4701d51a966074e5a2e3a066c7c8a1555ee39ec306a930a2c520349fb61f16642316c596f5c8d9efbef6e9efabe5ad4ccae9e16787d88d4664766
7
- data.tar.gz: 25a9e5ac05f6e212b2dd2c25e4a40be25741ce79b94cddcca9b7bcd4518e86a041faf58262cf6de692e4c29bae0c7b85d43ae53d6e7e9e982718db7792e1fddd
6
+ metadata.gz: 96fea50d43fead870b17bbd59dcebdb06e05c68349293d0edd5ac55fb8ee1b81007af640de2524b4641797ab8e414c16f315b042b989db92120b825abca93d91
7
+ data.tar.gz: 687c603cb2387016e617ab8d855b63b9ce37642574489939a4ed14f73a945d439ea670e7ac19ccbca36d35979f93f78492a67365df2f4f463b65687269fd750a
@@ -2,8 +2,7 @@
2
2
 
3
3
  - unless f.object.new_record?
4
4
  %dl#redditor.redditor{ data: {"sort-url" => url_for(redditor.sort_admin_page_path(p.object)) } }
5
- / = render partial: "redditor/admin/content_block", collection: p.object.content_blocks, locals: { p: p, page: p.object }, layout: 'redditor/admin/wrap'
6
- = p.object.content_blocks.to_json
5
+ = render partial: "redditor/admin/content_block", collection: p.object.content_blocks, locals: { p: p, page: p.object }, layout: 'redditor/admin/wrap'
7
6
 
8
7
  %div.redditor__add-blocks
9
8
  %p
@@ -1,3 +1,3 @@
1
1
  module Redditor
2
- VERSION = "0.1.15"
2
+ VERSION = "0.1.16"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redditor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Bovykin