pie 0.2.3 → 0.2.4

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 (2) hide show
  1. data/lib/place.rb +1 -1
  2. metadata +2 -2
data/lib/place.rb CHANGED
@@ -41,7 +41,7 @@ class Pie::Place
41
41
  end
42
42
 
43
43
  def register_place
44
- places[name] = self
44
+ Pie[:places][name] = self
45
45
  end
46
46
 
47
47
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 3
9
- version: 0.2.3
8
+ - 4
9
+ version: 0.2.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sarah Allen, Sarah Mei, Rich Kilmer