physical 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 69eddac46221d3c50ed32d82ff045bcc6e38d34c
4
- data.tar.gz: af0bc1972364e9e0031d76204193c0d973bbaf91
3
+ metadata.gz: f89e02fd4f91f6d5c79999264b3ff44fb8d60b7b
4
+ data.tar.gz: d71b79a2cc53f21c8e1a2d42fc62a29c823e6ec9
5
5
  SHA512:
6
- metadata.gz: d98f1178ad05e61a07bfb043843ad5b79353b2681e0d53224f91c4891e0f107206936633831ea6ac917ef70877c2a3110e46b38237322a9382bbef0d63bae58b
7
- data.tar.gz: 00aa36fddd80da09179a8cf837a119777c62fd9740c20f69fb802326c0a9c86e21385a0347fd7c7698f16db82a9d7790c06b5ffdabc9504b4b2a9875cadbdecf
6
+ metadata.gz: 3dcd6833ee6c653af7e7a8aca7f9ccf535e5725ef5dd31b41f90572f99b3f470457caf7bdadcf85495c3523f85a610cfc8ffdbf62a61ac039792bac8a64848dc
7
+ data.tar.gz: c2dff46cb937bc709f4df6f8b06551c3112bd34198086033fdc3df12b593755b4f7e3bf66b2c9948231cfd4681cc6076eccb5edcdcb2d3eeeceb023eb14c66f2
@@ -12,7 +12,7 @@ module Physical
12
12
  @items = Set[*items]
13
13
  end
14
14
 
15
- def_delegator :@container, :dimensions
15
+ delegate [:dimensions, :width, :length, :height, :depth, :x, :y, :z] => :container
16
16
 
17
17
  def <<(item)
18
18
  @items.add(item)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Physical
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: physical
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Meyerhoff