sql_search_n_sort 1.15 → 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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sql_search_n_sort
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.15'
4
+ version: '1.16'
5
5
  platform: ruby
6
6
  authors:
7
7
  - John O'Malley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-31 00:00:00.000000000 Z
11
+ date: 2014-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -297,7 +297,6 @@ files:
297
297
  - test/generators/sql_search_n_sort/install_test.rb
298
298
  - test/generators/tmp/app/assets/javascripts/application.js
299
299
  - test/generators/tmp/app/controllers/application_controller.rb
300
- - test/sql_search_n_sort_test.rb
301
300
  - test/test_helper.rb
302
301
  homepage: https://github.com/jomalley2112/sql_search_n_sort
303
302
  licenses:
@@ -423,5 +422,4 @@ test_files:
423
422
  - test/generators/sql_search_n_sort/install_test.rb
424
423
  - test/generators/tmp/app/assets/javascripts/application.js
425
424
  - test/generators/tmp/app/controllers/application_controller.rb
426
- - test/sql_search_n_sort_test.rb
427
425
  - test/test_helper.rb
@@ -1,7 +0,0 @@
1
- require 'test_helper'
2
-
3
- class SqlSearchNSortTest < ActiveSupport::TestCase
4
- test "truth" do
5
- assert_kind_of Module, SqlSearchNSort
6
- end
7
- end