cowtech-rails 1.9.0.1 → 1.9.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -218,7 +218,7 @@ module Cowtech
218
218
  page = params[key]
219
219
  page = if params[key].is_valid_integer? then params[key].to_integer else 1 end
220
220
  page = 1 if page < 1
221
- page = upperbound if (upperbound > 0 and page > upperbound)
221
+ page = upperbound if (upperbound > 0 && page > upperbound)
222
222
  page
223
223
  end
224
224
 
@@ -10,7 +10,7 @@ module Cowtech
10
10
  MAJOR = 1
11
11
  MINOR = 9
12
12
  PATCH = 0
13
- BUILD = 1
13
+ BUILD = 2
14
14
 
15
15
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cowtech-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0.1
4
+ version: 1.9.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: