find_by_sql_paginately 0.1.1 → 0.1.2
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 +4 -4
- data/find_by_sql_paginately.gemspec +1 -1
- data/lib/find_by_sql_paginately/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6327b4614e354e68425c238b22f9b781662ed135
|
|
4
|
+
data.tar.gz: b233ea61e0944feb0592c0f16d314ef70a9a5047
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8db769f2503bb236257d1f8ec836f62b07d9b56ef64dfb49ea5b6d4e4037bc7026629ff1a62146fdcb41a40cc81075b88e8063c5f16d1bae55ac259d0d5f8166
|
|
7
|
+
data.tar.gz: d04b1beb6ab3a6bd7c60209e7ff2c5e7245fd05c912871320f98d887bb67d66217c40bd2221467dd2d56ee2efc726d0f096e339754f2dbb23adaae7300196ef8
|
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
|
|
13
13
|
spec.summary = %(Add pagination to original Rails find_by_sql function)
|
|
14
14
|
spec.description = %(Add pagination to original Rails find_by_sql function)
|
|
15
|
-
spec.homepage = '
|
|
15
|
+
spec.homepage = 'https://github.com/jameshuynh/find_by_sql_paginately'
|
|
16
16
|
spec.license = 'MIT'
|
|
17
17
|
|
|
18
18
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: find_by_sql_paginately
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- james
|
|
@@ -71,7 +71,7 @@ files:
|
|
|
71
71
|
- find_by_sql_paginately.gemspec
|
|
72
72
|
- lib/find_by_sql_paginately.rb
|
|
73
73
|
- lib/find_by_sql_paginately/version.rb
|
|
74
|
-
homepage:
|
|
74
|
+
homepage: https://github.com/jameshuynh/find_by_sql_paginately
|
|
75
75
|
licenses:
|
|
76
76
|
- MIT
|
|
77
77
|
metadata: {}
|