incline 0.2.11 → 0.2.12

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: 5b62ef18063f4f8e5d9cd50a5212c011f4025ac8
4
- data.tar.gz: faa2c8e63f99e0866c11d6f5d9543c25b660e8db
3
+ metadata.gz: 2b9f04e383705923ed669444db1728cad58b4dc1
4
+ data.tar.gz: 4208e2ae724bdd482f5a873222760cc92ff6283a
5
5
  SHA512:
6
- metadata.gz: 21a76f806e068b464f719accea58c8a5696b27d0a2ea4f046bb42859f7e0cc65974bdd7c67b814cd44fa7993328e05760171df0e4b1900f49fe598de452cccfa
7
- data.tar.gz: 49e8511afada33dc58eb6b4c7d787b6e2f86bb3abbab9314bd4c34cec6d681a68403649b517349f65d728e420ef9dea16c497f186de94a448c4af2a595cba4be
6
+ metadata.gz: 49156fb0c524ed565747667157d38ec05cc6046bbe3a8ed0f76de316099c95050283f4e08d675d343cebb2a4b0956ea0680233588d7b7d7c818e260e129ed2a2
7
+ data.tar.gz: 687c87d5802173415da2be71aff741f4224b3ee5a6f994436c6047ffb22687976ee1e060df2727d34cead3ef2c8b18b0c6b6c829c13c17a0dd9dd35d7c9172c7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- incline (0.2.11)
4
+ incline (0.2.12)
5
5
  ansi (~> 1.5.0)
6
6
  bcrypt
7
7
  bootstrap-sass
@@ -65,7 +65,7 @@ module Incline
65
65
  @config[:draw] = params[:draw].to_s.to_i
66
66
  @config[:start] = params[:start].to_s.to_i
67
67
  @config[:length] = params[:length].to_s.to_i
68
- @config[:locate_id] = params[:locate_id].to_s.to_i
68
+ @config[:locate_id] = params[:locate_id]
69
69
 
70
70
 
71
71
  tmp = params[:search]
@@ -1,3 +1,3 @@
1
1
  module Incline
2
- VERSION = "0.2.11"
2
+ VERSION = "0.2.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: incline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.11
4
+ version: 0.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Beau Barker