corn_starch 1.1.15 → 1.1.16

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: 4077d966af5405603914623e32eebf286ebf2dbf
4
- data.tar.gz: b2b444d1025854be9e6ee2630ce2ecb40982c65a
3
+ metadata.gz: 4c917660a7404db772fa1238478d2dc8397edf87
4
+ data.tar.gz: becce4db0e19ce835938388fd71b50f952fdda42
5
5
  SHA512:
6
- metadata.gz: 182f84bc6e5101acb5ea18a869a578d0acc17707f2a4959bb7565fbba13317b023bc5769489a15d38a2d37f3a6a94a772dd599aed61899da44b26573ca3b251b
7
- data.tar.gz: 5c3f63ad3d1bea3759b688a1f3116f3271cab143d8edf735270d8a93feb1264f43d529e289e911699bedaed513bb1c3b0e5d2cf52cc640022056d108e6c14617
6
+ metadata.gz: 882f7e03a76654f989c8e04a47f8df513f600a8f7324a64b5dd94ba7923e185c1b293a1a989de37e45abfd3fb5829e2c2df31b1fff5129a13b0a6ba74f7973b2
7
+ data.tar.gz: 43e511200bb6af9237aa289f992cd8a2254189ba732e996bffc368622268f885154603227470a372ec80a9b4a88211402e1fd71ba842002f25038eef8580d430
@@ -4,8 +4,8 @@
4
4
  # CornStarch Module
5
5
  module CornStarch
6
6
 
7
- # CornStarch Model
8
- class CornStarchModel < ActiveRecord::Base
7
+ # Unisearchable Module
8
+ module Unisearchable
9
9
 
10
10
  # Get/Set Searchable Attributes
11
11
  def self.searchable_attributes attrs = nil
@@ -1,3 +1,3 @@
1
1
  module CornStarch
2
- VERSION = '1.1.15'
2
+ VERSION = '1.1.16'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: corn_starch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.15
4
+ version: 1.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eresse
@@ -53,7 +53,6 @@ files:
53
53
  - app/controllers/corn_starch/corn_starch_controller.rb
54
54
  - app/controllers/corn_starch/sessions_controller.rb
55
55
  - app/helpers/corn_starch/corn_starch_helper.rb
56
- - app/models/corn_starch/corn_starch_model.rb
57
56
  - app/views/corn_starch/layouts/_notifications.html.erb
58
57
  - app/views/corn_starch/layouts/_pagination.html.erb
59
58
  - bin/console
@@ -64,6 +63,7 @@ files:
64
63
  - config/routes.rb
65
64
  - corn_starch.gemspec
66
65
  - lib/corn_starch.rb
66
+ - lib/corn_starch/unisearchable.rb
67
67
  - lib/corn_starch/version.rb
68
68
  homepage: http://redmine.eresse.net
69
69
  licenses: