boxify 0.0.0 → 0.0.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: cbe525b48eb75a67ace2f93c09a24cb5b3e35065
4
- data.tar.gz: 9392c2eb883e591352cecce4abe5a44ab217f366
3
+ metadata.gz: b9bf9f9fdca887e7ce5205b8cae841a3b08c4eb6
4
+ data.tar.gz: d4cd3b50fb0643192878bd4e9ea26caa9370b9c0
5
5
  SHA512:
6
- metadata.gz: 032807b6118f66d235f55adbed4b26bdb47c04ef1d982a8af34e8b931c9fef961e9df1de9ddefeef68e3f899cdcdd96273c7617dca0a1218b6ab01b283efad72
7
- data.tar.gz: 6a3a8c7f69e04b7d081ee76baf0ecf262d73553cce602b7ce4526330f5c9ec9827dffbe71dae399242092b4a0ab79db304013a1df5adb9d7bb2806934a02d997
6
+ metadata.gz: 263cf1cec9c41aeba490346146115e5f54070b4a9c15d8e80357d36048bdac680297a9eb9478aafade155f2b85bf91e4b8c77ad46910007229d7a967a1d9801e
7
+ data.tar.gz: 8c630f13430974ea7a1adeea3c4f16167ad5574dc3e19c7f850b1a1f5bd86ea0444249a56a069fd12ca3542212b1e987c246d0790b8d03970ae3867d685dac2b
@@ -26,7 +26,7 @@ module Boxify
26
26
 
27
27
  attr_reader :boxes
28
28
 
29
- def initialize(boxes: boxes)
29
+ def initialize(boxes:)
30
30
  @boxes = boxes
31
31
  end
32
32
 
@@ -16,7 +16,7 @@ module Boxify
16
16
 
17
17
  def_delegators :@spaces, :each
18
18
 
19
- def initialize(spaces: spaces)
19
+ def initialize(spaces:)
20
20
  @spaces = spaces
21
21
  end
22
22
 
@@ -0,0 +1,3 @@
1
+ module Boxify
2
+ VERSION = "0.0.1"
3
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Don Pottinger
@@ -17,7 +17,6 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - lib/boxify.rb
21
20
  - lib/boxify/box.rb
22
21
  - lib/boxify/container.rb
23
22
  - lib/boxify/dimensionable.rb
@@ -25,6 +24,8 @@ files:
25
24
  - lib/boxify/pack.rb
26
25
  - lib/boxify/placed_box.rb
27
26
  - lib/boxify/space.rb
27
+ - lib/boxify/version.rb
28
+ - lib/boxify.rb
28
29
  homepage: https://github.com/strukturedkaos/boxify
29
30
  licenses:
30
31
  - MIT
@@ -35,17 +36,17 @@ require_paths:
35
36
  - lib
36
37
  required_ruby_version: !ruby/object:Gem::Requirement
37
38
  requirements:
38
- - - ">="
39
+ - - '>='
39
40
  - !ruby/object:Gem::Version
40
41
  version: '0'
41
42
  required_rubygems_version: !ruby/object:Gem::Requirement
42
43
  requirements:
43
- - - ">="
44
+ - - '>='
44
45
  - !ruby/object:Gem::Version
45
46
  version: '0'
46
47
  requirements: []
47
48
  rubyforge_project:
48
- rubygems_version: 2.2.2
49
+ rubygems_version: 2.0.14
49
50
  signing_key:
50
51
  specification_version: 4
51
52
  summary: Ruby implementation of a Largest Area Fit First (LAFF) for 3D Rectangular