--- !ruby/object:Gem::Specification name: transproc version: !ruby/object:Gem::Version version: 1.0.3 platform: ruby authors: - Piotr Solnica autorequire: bindir: bin cert_chain: [] date: 2018-12-01 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.3' description: Transform Ruby objects in functional style email: - piotr.solnica@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".rubocop.yml" - ".rubocop_todo.yml" - ".travis.yml" - CHANGELOG.md - Gemfile - Guardfile - LICENSE.txt - README.md - Rakefile - lib/transproc.rb - lib/transproc/all.rb - lib/transproc/array.rb - lib/transproc/array/combine.rb - lib/transproc/class.rb - lib/transproc/coercions.rb - lib/transproc/composer.rb - lib/transproc/composite.rb - lib/transproc/conditional.rb - lib/transproc/error.rb - lib/transproc/function.rb - lib/transproc/functions.rb - lib/transproc/hash.rb - lib/transproc/proc.rb - lib/transproc/recursion.rb - lib/transproc/registry.rb - lib/transproc/store.rb - lib/transproc/support/deprecations.rb - lib/transproc/transformer.rb - lib/transproc/transformer/class_interface.rb - lib/transproc/version.rb - rakelib/mutant.rake - rakelib/rubocop.rake - spec/spec_helper.rb - spec/support/mutant.rb - spec/unit/array/combine_spec.rb - spec/unit/array_transformations_spec.rb - spec/unit/class_transformations_spec.rb - spec/unit/coercions_spec.rb - spec/unit/composer_spec.rb - spec/unit/conditional_spec.rb - spec/unit/function_not_found_error_spec.rb - spec/unit/function_spec.rb - spec/unit/hash_transformations_spec.rb - spec/unit/proc_transformations_spec.rb - spec/unit/recursion_spec.rb - spec/unit/registry_spec.rb - spec/unit/store_spec.rb - spec/unit/transformer_spec.rb - spec/unit/transproc_spec.rb - transproc.gemspec homepage: http://solnic.github.io/transproc/ licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.3.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.7.6 signing_key: specification_version: 4 summary: Transform Ruby objects in functional style test_files: - spec/spec_helper.rb - spec/support/mutant.rb - spec/unit/array/combine_spec.rb - spec/unit/array_transformations_spec.rb - spec/unit/class_transformations_spec.rb - spec/unit/coercions_spec.rb - spec/unit/composer_spec.rb - spec/unit/conditional_spec.rb - spec/unit/function_not_found_error_spec.rb - spec/unit/function_spec.rb - spec/unit/hash_transformations_spec.rb - spec/unit/proc_transformations_spec.rb - spec/unit/recursion_spec.rb - spec/unit/registry_spec.rb - spec/unit/store_spec.rb - spec/unit/transformer_spec.rb - spec/unit/transproc_spec.rb