--- !ruby/object:Gem::Specification name: structure version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 4 - 0 version: 0.4.0 platform: ruby authors: - Paper Cavalier autorequire: bindir: bin cert_chain: [] date: 2011-05-27 00:00:00 +01:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version segments: - 2 - 6 - 0 version: 2.6.0 type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: ruby-debug19 prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version segments: - 0 - 11 - 6 version: 0.11.6 type: :development version_requirements: *id002 description: |- Structure is a better Struct and does wonders when modeling ephemeral data fed in from an API. It typecasts values, works with ORM-esque association idioms, dumps good-looking JSON, and loads the same JSON seamlessly back into Ruby. email: - code@papercavalier.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - LICENSE - README.md - Rakefile - lib/structure.rb - lib/structure/json.rb - lib/structure/version.rb - spec/models/book.rb - spec/models/person.rb - spec/spec_helper.rb - spec/structure/json_spec.rb - spec/structure_spec.rb - structure.gemspec has_rdoc: true homepage: http://rubygems.com/gems/structure licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: structure rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: A better Struct test_files: - spec/models/book.rb - spec/models/person.rb - spec/spec_helper.rb - spec/structure/json_spec.rb - spec/structure_spec.rb