smarter_listing 0.1.0 → 0.1.1

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: db91ff26a056d22121a2ef300d8c9d2efbd3fc2c
4
- data.tar.gz: 0a28a1db18c045428979eec8c134ace962a99893
3
+ metadata.gz: 70f88de0c2e0562f77305277dd215df009cb0bdd
4
+ data.tar.gz: 6add066aef47d3fb1831ffaaf12edf810961b688
5
5
  SHA512:
6
- metadata.gz: bfee046a907d192110fa45c9f9f6538b5394ba09119c287594f2a271b463fe80acf7d9dfd340bac8b432ea768d70cffffcd79e6d1ada354bd4606b01ee205908
7
- data.tar.gz: 03fca7d00ecf4a9fd57b5046fe737aee26e22a9be37a0ebe5f31d78acff9c26f8ffd208d831e9c03bffe46a1218a92661af5d3e5fbde0f4a271ad26855ae7c60
6
+ metadata.gz: 423fe0bc8425dbca1919afd3855267d3902119bcdb42cd70cf411d95b57228bee79c3e752fdcf5309a7b599c032d77563e86ac52d31c4b66595f866bb2034a7f
7
+ data.tar.gz: 5fbfee5e5da862d6d9b1f07873a1da49c3f3d6e7eec1b60c1914e2484f0f81f1833427ec93a434376476ce70368ef9d416874c63795938a064fe8d2d07781b97
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  [![Build Status](https://travis-ci.org/MichaelSp/smarter_listing.svg?branch=master)](https://travis-ci.org/MichaelSp/smarter_listing)
2
+ [![Gem Version](https://badge.fury.io/rb/smarter_listing.svg)](http://badge.fury.io/rb/smarter_listing)
2
3
 
3
4
  SmarterListing
4
5
  ================
@@ -1,2 +1,2 @@
1
1
  <%= smart_listing_item collection_sym, :copy, resource, "#{current_engine}/#{collection_sym}/form" %>
2
- <%== render 'application/form_logic' %>
2
+ <%== render 'smarter_listing/form_logic' %>
@@ -1,3 +1,3 @@
1
1
  module SmarterListing
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
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.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Sprauer