display_case 0.0.4 → 0.0.5

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/display_case/exhibit.rb +1 -1
  2. metadata +2 -5
@@ -92,7 +92,7 @@ module DisplayCase
92
92
 
93
93
  def to_partial_path
94
94
  if __getobj__.respond_to?(:to_partial_path)
95
- __getobj__.to_partial_path
95
+ __getobj__.to_partial_path.dup
96
96
  else
97
97
  partialize_name(__getobj__.class.name)
98
98
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: display_case
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-10 00:00:00.000000000 Z
12
+ date: 2012-10-15 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: An implementation of the Exhibit pattern, as described in Objects on
15
15
  Rails
@@ -40,9 +40,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
40
40
  - - ! '>='
41
41
  - !ruby/object:Gem::Version
42
42
  version: '0'
43
- segments:
44
- - 0
45
- hash: -3671993401074233361
46
43
  required_rubygems_version: !ruby/object:Gem::Requirement
47
44
  none: false
48
45
  requirements: