paginated_her 0.2.0 → 0.2.1

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: b8759527b3677a05abbfa8e3cf0b64a133fa9b87
4
- data.tar.gz: c183d0cd953f9dbdc586789950d1108937bb270a
3
+ metadata.gz: 83901798fa9dee5a7755c538ae17dbacd6ae78cc
4
+ data.tar.gz: 6efca983b2b4111b5579d52081baa39d041b90ef
5
5
  SHA512:
6
- metadata.gz: 4be2d16720933680dd621aef2baf2e3e26c9b6c6a782227bfa38b3754fa5f8a0d213641639a7a9f2e59db7062a5bb021800d917b84d825eb7c5ed533db4356bc
7
- data.tar.gz: fef7d3c4fd167fd91d6262ec3d01ad0d5c16098da7ec28ae8c17a2e88399207dfd8b755e2d88e56f07fbd8ecaca991ee411c71fe5498beb3b5926c93377000b9
6
+ metadata.gz: bd4c234e58686fc42d10a5de9df952c69437d601bf38c32e36f13c0361891b09697f2f1bec9a3f6af3344c69278a9a2dc8e6f31daa3a91321bd71b28a1c329d5
7
+ data.tar.gz: 61710111a50d902e7b4b16aa44e963a09b360329953620fcb3a58df03ca25b5dd18e7859e6ab3dc2dc28832d18e1db1f0447b99a16eacadfb504829fcd861be8
@@ -1,2 +1,3 @@
1
+ require 'her'
1
2
  require 'paginated_her/version'
2
- require 'her/collection'
3
+ require 'paginated_her/collection'
@@ -1,5 +1,5 @@
1
1
  module Her
2
- class Collection < Collection
2
+ class Collection
3
3
 
4
4
  def _pagination_data
5
5
  metadata[:pagination].presence || {}
@@ -1,3 +1,3 @@
1
1
  module PaginatedHer
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paginated_her
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Ross
@@ -64,8 +64,8 @@ files:
64
64
  - LICENSE.txt
65
65
  - README.md
66
66
  - Rakefile
67
- - lib/her/collection.rb
68
67
  - lib/paginated_her.rb
68
+ - lib/paginated_her/collection.rb
69
69
  - lib/paginated_her/version.rb
70
70
  - paginated_her.gemspec
71
71
  homepage: https://github.com/spanner/paginated_her