paginated_collection 0.1.0 → 0.1.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: bb30a2f085ab7bf00b1d39e0afe83ee14b890985
4
- data.tar.gz: 8e56697ca3412742cc6e10e6f279c8a869771e94
3
+ metadata.gz: 35aaec9fdb90c734d0719cddc06901b038f8204e
4
+ data.tar.gz: f4d3b9f952fd363aeb59566b3ab374b48d27e45f
5
5
  SHA512:
6
- metadata.gz: fb2d55a3ac6dbc74eacfd0e021b4b9e6af98b6de843ee4e1dcebbd6ea7dbcdce6fe7d4294cb3e039bee2a2349997f9bb8b544997bc2daae8b3f169df31ddac24
7
- data.tar.gz: f2fa469a774bfda5cf07a2bdd85117dbaeea65563ea1ae892cc39b6aeca85c321964bf6392c73b442c51bc42c655c3aa2921107398bce97b4132bb9e901e18d1
6
+ metadata.gz: 6c3388f1476d8e7c67cb13880dfab630345a0c39e22c5aca8770f65b87a15649b117182b6c134466c0a15d1b9aedb9c080f0a841fbf8256d2d09f7195824e725
7
+ data.tar.gz: e8ebeb275e6c8c217e01d6fa29cedcc191749ad943ba34d9850b9f074a525b739390d19a4bad5028d66686afe097cc9616e449e775cf75d5076a21ea8ed476bf
@@ -1,3 +1,3 @@
1
1
  module PaginatedCollection
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -1,4 +1,6 @@
1
1
  require "paginated_collection/version"
2
+ require "paginated_collection/pagination"
3
+ require "paginated_collection/base"
2
4
 
3
5
  module PaginatedCollection
4
6
 
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paginated_collection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sia. S.
@@ -58,6 +58,7 @@ files:
58
58
  - lib/paginated_collection/base.rb
59
59
  - lib/paginated_collection/pagination.rb
60
60
  - lib/paginated_collection/version.rb
61
+ - paginated_collection-0.1.0.gem
61
62
  - paginated_collection.gemspec
62
63
  homepage: http://github.com/siassaj/paginated_collection
63
64
  licenses: