yzz 2.0.0 → 2.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: 80b401ab66ecd06b2fc106da76528f08b9d0701f
4
- data.tar.gz: 3fcc4b09af7214149509b95cd939b234d3790d3f
3
+ metadata.gz: c0cd7fcf8d5b863af42b388ecfa1b90884ed5a41
4
+ data.tar.gz: 723716cf8caac3866a56f5bfecc18a46761f55e1
5
5
  SHA512:
6
- metadata.gz: 4d2ea45b49f2db08815b11e6c14fc00bc45bf269f3c4a6ce741c43fae368201646bf6d75aaaf8c6f610882ad95d291e9372dd8174aa66ced31078eb4ed6ba944
7
- data.tar.gz: 4f8d6a6ad33814b2485a0e9cffb4a3a4219b9bea61d70547822de15d2021cb847b3310e7747aa416da75adaf7a5c9ec001fa0f0b61e829f1ece1ba6c0262f546
6
+ metadata.gz: 7a338c672f210c4b322fe3af41e09875b811b9f5b070f5688acde2b4280dfc9614f2580503ae4a2b83ceb85f8de6488de53a8449391e791b984aa0c701127ae9
7
+ data.tar.gz: 0838232bdefdab970408f2992478a3f036a3f5c7fc8b4d45a8ca05a0fc69398961f77b82df4de1a1d5b3f9159c064d934843b28b4885f794bbe3a3d6d98984b7
data/lib/yzz/side.rb CHANGED
@@ -34,7 +34,7 @@ class Yzz::Side
34
34
  conflicter = opposite_side( of: new_neighbor ).neighbor # have concerns
35
35
  return new_neighbor if conflicter == self # no neighbor change
36
36
  raise TypeError, "Suggested new neighbor (#{new_neighbor}) already " +
37
- "has a conflicting #{direction.opposite} link along dimension " +
37
+ "has a conflicting #{OPPOSITE[ direction ]} link along dimension " +
38
38
  "#{dimension} !" if conflicter.is_a_zz?
39
39
 
40
40
  begin # FIXME: This should be an atomic transaction.
data/lib/yzz/side_pair.rb CHANGED
@@ -1,5 +1,3 @@
1
- #encoding: utf-8
2
-
3
1
  # Represents a pair of Zz::Side instances pertaining to a Zz object along a
4
2
  # particular dimension.
5
3
  #
data/lib/yzz/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Yzz
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yzz
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - boris
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-01 00:00:00.000000000 Z
11
+ date: 2013-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  requirements: []
78
78
  rubyforge_project:
79
- rubygems_version: 2.0.0
79
+ rubygems_version: 2.0.3
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Yzz module is a mixin that imbues object with zz qualities.