appoxy-simple_record 1.0.19 → 1.0.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/simple_record.rb +6 -6
  2. metadata +1 -1
data/lib/simple_record.rb CHANGED
@@ -154,16 +154,16 @@ module SimpleRecord
154
154
  end
155
155
 
156
156
  def self.has_ints(*args)
157
- has_attributes(args)
158
- are_ints(args)
157
+ has_attributes(*args)
158
+ are_ints(*args)
159
159
  end
160
160
  def self.has_dates(*args)
161
- has_attributes(args)
162
- are_dates(args)
161
+ has_attributes(*args)
162
+ are_dates(*args)
163
163
  end
164
164
  def self.has_booleans(*args)
165
- has_attributes(args)
166
- are_booleans(args)
165
+ has_attributes(*args)
166
+ are_booleans(*args)
167
167
  end
168
168
 
169
169
  @@ints = []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appoxy-simple_record
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.19
4
+ version: 1.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Reeder