smarter_listing 0.3.3 → 0.3.4

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: b6717d9bedcdc2543c48cd95c40b379f3f1c8554
4
- data.tar.gz: c2e054a67f9c5441cb9d4085de1701168879cafb
3
+ metadata.gz: 03473534a9444d9d78f2d09df9fba26569eac7ce
4
+ data.tar.gz: e03bdc9c022b7d68ba2040516627d107e9554f96
5
5
  SHA512:
6
- metadata.gz: 8954a229dd6c8a9aa4ff9c12a727359eba5996f58fc4ffffaa4027351ab1ddfe01d83bec7e6c23831dd8dd06980f263d1e8783fd0553d41fe48e21f0c93e27ff
7
- data.tar.gz: 60d9cf40a0f778bfe80fd403a526764c48a974edcd7a72628a5abf1c0eff103f5634582ccc5d5b71d9db368d1d2783c1c791693048625052108022beaa1a694f
6
+ metadata.gz: e553672d10c6613c10825ef116d28ac24c4ea7d52373a3ae4062ede4535573ebf1c7b24dbb35b85d3d2a1073fb7aece25e9f363aeae7ea3c528beffada2d6b09
7
+ data.tar.gz: 829a0852b1ae2b1e6c87b4a7b30a1b73b4987a4c210c46f29d0fa3a7e62bc85634b6aa440e31e2936c3be4ec481ed4c6b4d752bb65a71ed4afd12914063c548d
@@ -1,2 +1,2 @@
1
- <%= smart_listing_item collection_sym, :copy, resource, "#{current_engine}/#{collection_sym}/form.html" %>
1
+ <%= smart_listing_item :copy, resource, "#{current_engine}/#{collection_sym}/form.html", name: collection_sym %>
2
2
  <%== render 'smarter_listing/form_logic' %>
@@ -1,3 +1,3 @@
1
1
  module SmarterListing
2
- VERSION = '0.3.3'
2
+ VERSION = '0.3.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smarter_listing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Sprauer