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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c36bc9aba8c63c2d66cb0f866d0e86d138cc30a7
4
- data.tar.gz: 0da0a29a54e4cc752f7a38c20407be44911c5ba1
3
+ metadata.gz: 6327b4614e354e68425c238b22f9b781662ed135
4
+ data.tar.gz: b233ea61e0944feb0592c0f16d314ef70a9a5047
5
5
  SHA512:
6
- metadata.gz: 65bd693e397e97d9f4485329c04bf383e3ce2eb80f87689d58aa7d11f397c7c092f054aa04b117299f88a19d5033c4f3f05a83efaa8860a18cf1652a67798026
7
- data.tar.gz: 26f8bee0dd0ea8262181a34876fefcebcaaf54ac91122f0ccbbaf4b19a1cfb9634324a0fb5a78cf97af53924860f718893ffd7b41e8ce4eaf87ca77377fdc04f
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 = 'http://jameshuynh.com'
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|
@@ -1,3 +1,3 @@
1
1
  module FindBySqlPaginately
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = '0.1.2'.freeze
3
3
  end
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.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: http://jameshuynh.com
74
+ homepage: https://github.com/jameshuynh/find_by_sql_paginately
75
75
  licenses:
76
76
  - MIT
77
77
  metadata: {}