Sha256: fe6c68d5e301054101a6956cae4fe3ba41e5bf72e813418b8064553c74a26192

Contents?: true

Size: 1.72 KB

Versions: 0

Compression: gzip

Compressed size: 712 Bytes

Stored size: 712 Bytes

Contents

--- !ruby/object:Gem::Specification
name: lutaml-path
version: !ruby/object:Gem::Version
  version: 0.1.0
platform: ruby
authors:
- Ribose Inc.
autorequire:
bindir: exe
cert_chain: []
date: 2024-11-12 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: parslet
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
description: Parser for element paths
email:
- open.source@ribose.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- ".github/workflows/main.yml"
- ".gitignore"
- ".rspec"
- ".rubocop.yml"
- ".rubocop_todo.yml"
- CODE_OF_CONDUCT.md
- Gemfile
- README.adoc
- Rakefile
- bin/console
- bin/setup
- lib/lutaml/path.rb
- lib/lutaml/path/element_path.rb
- lib/lutaml/path/parser.rb
- lib/lutaml/path/path_segment.rb
- lib/lutaml/path/transformer.rb
- lib/lutaml/path/version.rb
- lutaml-path.gemspec
- sig/lutaml/path.rbs
- spec/lutaml/path_spec.rb
- spec/spec_helper.rb
homepage: https://github.com/lutaml/lutaml-path
licenses:
- BSD-2-Clause
metadata:
  rubygems_mfa_required: 'true'
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: 3.0.0
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.5.22
signing_key:
specification_version: 4
summary: Element path parser supporting OCL-style paths
test_files: []

Package Spec version

lutaml-path-0.1.0