Sha256: 816328e49b2f76a0523f0e18d83eb09dad0be18afefe9376d95b4338d34920af

Contents?: true

Size: 1.42 KB

Versions: 0

Compression: gzip

Compressed size: 599 Bytes

Stored size: 599 Bytes

Contents

--- !ruby/object:Gem::Specification
name: struct_trans
version: !ruby/object:Gem::Version
  version: 0.5.0
platform: ruby
authors:
- Lin Jen-Shin (godfat)
autorequire: 
bindir: bin
cert_chain: []
date: 2016-11-15 00:00:00.000000000 Z
dependencies: []
description: Transform a struct with a schema to a hash, other struct, or more.
email:
- godfat (XD) godfat.org
executables: []
extensions: []
extra_rdoc_files: []
files:
- ".gitignore"
- ".gitmodules"
- ".travis.yml"
- CHANGES.md
- Gemfile
- README.md
- Rakefile
- lib/struct_trans.rb
- lib/struct_trans/hash.rb
- lib/struct_trans/ostruct.rb
- lib/struct_trans/test.rb
- struct_trans.gemspec
- task/README.md
- task/gemgem.rb
- test/test_from_readme.rb
- test/test_trans_hash.rb
- test/test_trans_ostruct.rb
homepage: https://github.com/godfat/struct_trans
licenses:
- Apache License 2.0
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.6.8
signing_key: 
specification_version: 4
summary: Transform a struct with a schema to a hash, other struct, or more.
test_files:
- test/test_from_readme.rb
- test/test_trans_hash.rb
- test/test_trans_ostruct.rb

Package Spec version

struct_trans-0.5.0