8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccd753 commit e8452e7Copy full SHA for e8452e7
recursive-open-struct.gemspec
@@ -5,11 +5,11 @@
5
6
Gem::Specification.new do |s|
7
s.name = %q{recursive-open-struct}
8
- s.version = "0.2.0"
+ s.version = "0.2.1"
9
10
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
s.authors = [%q{William (B.J.) Snow Orvis}]
12
- s.date = %q{2011-05-25}
+ s.date = %q{2011-05-31}
13
s.description = %q{RecursiveOpenStruct is a subclass of OpenStruct. It differs from
14
OpenStruct in that it allows nested hashes to be treated in a recursive
15
fashion. For example:
0 commit comments