boxxspring 2.0.4 → 2.0.5

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: 826b0ca29329611f42824b85fc17b41e6a9c0771
4
- data.tar.gz: 916bf662821ff5072ac0a954a1a4a0f4b93c26ed
3
+ metadata.gz: d901be09d533533429cc8b8ac7e4a8ba959ceadc
4
+ data.tar.gz: fdfcfbd33c36dc8f7dd2fcff6eb6cbcd3d46d0a2
5
5
  SHA512:
6
- metadata.gz: cbd26015df121dffded725d3135774879a22ae93c4a83d64e6c7d03542fe47d25fe1278180e283f9a0bae02ed01a5206de246e0235e0959d81d4db44473c5145
7
- data.tar.gz: 1c80c90180d2d5ee07fa8b4b9297172b3cc6fd95f8234279807c1d6de6b7249d1a9ee7f724dea4740182462627558ba75c9941bd4914f3c498a8d8cfa532980f
6
+ metadata.gz: b9acc90448a3db5c038cf6e2c5a8be27a22d2a3892047017bc12305de8db74c2a4d828209ec445e8cf0b95415a9a1008347adc24b93e8bcb7cd245b8ce15cf6a
7
+ data.tar.gz: 1884dd9d7fae5c90dd177c9c4a1c02f039b621a0661de26b63b7b4ca038330f1621b4baf4e0a555819216aa70ebb789fd3e0856f4e3eadd35dd92037db7ba2a9
@@ -15,6 +15,14 @@ module Boxxspring
15
15
  self.spawn( sort_by: by, sort_direction: direction )
16
16
  end
17
17
 
18
+ def limit( _limit )
19
+ self.spawn( count: _limit )
20
+ end
21
+
22
+ def offset( _offset )
23
+ self.spawn( offset: _offset )
24
+ end
25
+
18
26
  def query
19
27
  result = nil
20
28
  Boxxspring::Request.new.tap do | request |
@@ -1,3 +1,3 @@
1
1
  module Boxxspring
2
- VERSION = '2.0.4'
2
+ VERSION = '2.0.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxxspring
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kristoph Cichocki-Romanov