nsphere 0.2.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/nsphere.rb +0 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d92024f76898a3e73d06ddcd095735d40bbc3f8
4
- data.tar.gz: cfb5fa03364c9c89c3901605b3761a3368b57e16
3
+ metadata.gz: c20dfef6d0c02943823563455084a594666e2c50
4
+ data.tar.gz: 3b4ead1aa13c46137e73f130daaa843f911607f2
5
5
  SHA512:
6
- metadata.gz: 9ead903c0cfe27d7d5115e4686a9eda710ac78fd73370e7665bf27b3dffb96c0a5925c051363207d52a74326483f1f1f1d9340d75c34ab3aab7d9512e002f924
7
- data.tar.gz: ba084b8222f84c80dc25eb0150a2ea1abb7484f11e6d65ba972b204f08422bcef8e5c950d4228d7c7064cb6eb8b9f13e34f957880b56cd3a5b505e83a5f8c881
6
+ metadata.gz: 0ad5a170a19afb02d9f2d83a66761e794a645b18dedaa1076a8b6006df3c236f031fbb59901b376d92bb7f9199229b0c584c242828b771beb535151d0014e7e1
7
+ data.tar.gz: 47a90b7a1b72636fc0875dec47eef8a2bde915b005a6a7c6a924fc6d838844818749731eda736e5018f0d30e7d52c406c64c259107d49a038dc1d1af92e76230
@@ -147,9 +147,6 @@ class NSphere
147
147
  def /(a)
148
148
  tmp = add_angles(@thetas, a.thetas.map { |x| -x})
149
149
 
150
- p @thetas
151
- p a.thetas.map { |x| -x}
152
- p tmp
153
150
  NSphere.new(radius: @radius / a.radius,
154
151
  thetas: tmp)
155
152
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nsphere
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - m00nlight
@@ -29,7 +29,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
29
29
  requirements:
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: '0'
32
+ version: 1.9.2
33
33
  required_rubygems_version: !ruby/object:Gem::Requirement
34
34
  requirements:
35
35
  - - ">="