tiltify 0.1.4 → 0.1.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
  SHA256:
3
- metadata.gz: 4e626fde14c3278806aadd0719cdb6631977473b782a92a02559f59f8f49b195
4
- data.tar.gz: 220baf9df4cc88eb8100cb1496a2f68f609bc4d5dc5511268afc5dccff66439e
3
+ metadata.gz: 111e7b1997287ffbe6456691db0a7b00b4a44c6360ab4332f523611f8dff0c65
4
+ data.tar.gz: b83b59a51d8cceb1eff88a92e269bffbe5f23ea85dfeda4f81775e9cdc2ce307
5
5
  SHA512:
6
- metadata.gz: d97dc974fb23bd29e84526673a46585866f590705c068a6be1db1fcefbcb2b349abddae767c94ee4ba009c73771ef4a665d0d1fb29fe590312b2ba664a5ccee8
7
- data.tar.gz: f509d8dc3dd50e366f676802728bf68816a5b59d264d21f39801475c73be28c016af4824616205ed6c9f29fa5a981f5d3d259084d12dcfba855ead512fea37aa
6
+ metadata.gz: 48f078123eec2fe85ea3b47985d422dbe83219607bc8ade029ea46eb3d3e7e4c9b9d49e154704a2f3aa65f7d7bc8a77eacc96aba2e9fd89dd90e8ace5661a912
7
+ data.tar.gz: 97f93ea9e1e960ba472bd2d7f391cd989fae47319a43f2b1b2000b0f9713258ab06d92fc72c0b40fbcfc06784ac28c5f4c905dee98c5040928a909972886b1ca
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tiltify (0.1.4)
4
+ tiltify (0.1.5)
5
5
  faraday (~> 2.0)
6
6
 
7
7
  GEM
@@ -13,7 +13,7 @@ module Tiltify
13
13
  )
14
14
  end
15
15
 
16
- def initialize(data:, total:, has_prev:, has_next:)
16
+ def initialize(data:, total:, has_prev: nil, has_next: nil)
17
17
  @data = data
18
18
  @total = total
19
19
  @has_prev = has_prev
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tiltify
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tiltify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dean Perry