card_holder_generator 0.1.0 → 0.2.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: c1fd3cccc50e2b1b3ac4b74e0d1138dbefc6bad9
4
- data.tar.gz: 59f752bc9970038952be9030db10d47c0d4b968b
3
+ metadata.gz: 473fc985c46e65ec2d1445ff2d88461ba33a7561
4
+ data.tar.gz: 69d284a2b2b87876199555cd6b6eca0b208535fb
5
5
  SHA512:
6
- metadata.gz: dd62d3943f98a589271a1690337258ebc48aa3846a46d84fde8bfccb169a40999077e78af1a6d75e693cf3f544a91ea316afdab999157882e592b3cd46423dff
7
- data.tar.gz: 9710cf34f6872ccecce04a2fb06fb9e4de8de66711259acae33c9937c9a08cfd6426e3082994b52dfd5d7d28cbb2a4aa956b0149d1751c3224d56fca339d5b17
6
+ metadata.gz: 2b06e94d6c95cffa0f50da6c5c4538ba94308268ff264672517f5b5304dc556a19db9b3137a84b993b34c8d5ec21e791342d667f141b484e94d937418e844693
7
+ data.tar.gz: a0a9974ff8e4d8b184ce4e2c657a9adf5016f78ac36870c78ec6a452e41a7e9dca249effe6fba960d20ddd8199ca7e380cd6f0f650ba0d0ca82a7bd1c0d52c13
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- card_holder_generator (0.1.0)
4
+ card_holder_generator (0.2.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -32,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
32
 
33
33
  ## Contributing
34
34
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/card_holder_generator. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/carlosparamio/card_holder_generator. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
36
 
37
37
  ## Code of Conduct
38
38
 
@@ -77,7 +77,9 @@ module roundedcube(xdim, ydim, zdim, rdim) {
77
77
 
78
78
  def main_hole
79
79
  <<-MAINHOLE
80
- translate([#{external_walls_depth + separators_width}, 0, #{floor_depth}]) mirror([0, 1, 0]) rotate([90, 0, 0]) roundedcube(#{cards_height - separators_width * 2}, #{external_z * 2}, #{external_y + 1}, 10);
80
+ translate([#{external_walls_depth + separators_width}, #{separators_depth}, #{floor_depth}]) mirror([0, 1, 0]) rotate([90, 0, 0]) roundedcube(#{cards_height - separators_width * 2}, #{external_z * 2}, #{external_y - 2 * separators_depth}, 10);
81
+ translate([#{external_walls_depth + separators_width}, 0, #{floor_depth + cards_width * 0.5}]) mirror([0, 1, 0]) rotate([90, 0, 0]) roundedcube(#{cards_height - separators_width * 2}, #{external_z * 2}, #{separators_width}, 10);
82
+ translate([#{external_walls_depth + separators_width}, #{external_y - separators_width}, #{floor_depth + cards_width * 0.5}]) mirror([0, 1, 0]) rotate([90, 0, 0]) roundedcube(#{cards_height - separators_width * 2}, #{external_z * 2}, #{separators_width + 1}, 10);
81
83
  MAINHOLE
82
84
  end
83
85
 
@@ -1,3 +1,3 @@
1
1
  class CardHolderGenerator
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: card_holder_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Paramio
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-03-12 00:00:00.000000000 Z
11
+ date: 2018-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler