sql_search_n_sort 1.12 → 1.13

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.
@@ -46,7 +46,6 @@ describe Person do
46
46
  end
47
47
  describe "Date fields" do
48
48
  it "returns records with an updated at containing '2001'" do
49
- #binding.pry
50
49
  Person.all[0].update_attribute :dob, "2001-07-25"
51
50
  Person.all[1].update_attribute :dob, "2001-12-25"
52
51
  Person.all[2].update_attribute :dob, "2001-11-11"
@@ -55,7 +54,6 @@ describe Person do
55
54
  end
56
55
  describe "Integer fields" do
57
56
  it "returns records with a grade containing '26255'" do
58
- #binding.pry
59
57
  Person.all[0].update_attribute :grade, 2526255
60
58
  Person.all[1].update_attribute :grade, 12625525
61
59
  Person.all[2].update_attribute :grade, 125262550
@@ -1,5 +1,4 @@
1
1
  require 'spec_helper'
2
- require 'pry'
3
2
 
4
3
  describe "People" do
5
4
  before(:all) do
@@ -1,5 +1,4 @@
1
1
  require 'spec_helper'
2
- require 'pry'
3
2
 
4
3
  #The reason for this spec is to make sure sorting acts as expected when there is no
5
4
  # default sort order specified
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.12'
4
+ version: '1.13'
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-29 00:00:00.000000000 Z
11
+ date: 2014-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri